Update Rust crate tracing-subscriber to 0.3.16

This commit is contained in:
2022-10-26 08:01:59 +00:00
parent 70b3b904b3
commit 84b5c08114
5 changed files with 25 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ sqlx = { version = "0.6", features = [
anyhow = "1.0.60"
dotenv = "0.15.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
argon2 = "0.4"
rand_core = { version = "0.6", features = ["std"] }
cookie = { version = "0.16", features = ["secure", "percent-encode"] }