aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-18 13:49:55 -0300
committermurilo ijanc2025-11-18 13:49:55 -0300
commitbb65b820a07d0fc0f8d6549e18783733a0099294 (patch)
tree496e5080712c7f1ea721b0626d9ceef428566722 /Cargo.toml
parent6b81238aa26cb123aef4f0020300d01514410ed3 (diff)
downloadcogops-bb65b820a07d0fc0f8d6549e18783733a0099294.tar.gz
Update dependencies move log to tracing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d8a3bc..48eacb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,9 @@ anyhow = "1.0.100"
aws-config = { version = "1.8.10", features = ["behavior-version-latest"] }
aws-sdk-cognitoidentityprovider = "1.103.0"
clap = { version = "4.5.52", features = ["derive"] }
-env_logger = "0.11.8"
-log = "0.4.28"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
+tracing = "0.1.41"
+tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
[lints.rust]
absolute_paths_not_starting_with_crate = "warn"