Update Rust crate tracing to 0.1.37

This commit is contained in:
2022-10-26 08:01:56 +00:00
parent 70b3b904b3
commit c9d2886db0
5 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ sqlx = { version = "0.6", features = [
] }
anyhow = "1.0.60"
dotenv = "0.15.0"
tracing = "0.1.36"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["full"] }
argon2 = "0.4"