Merge pull request #903 from EstebanBorai/fix/update-log-crate

fix: update `log` to version `0.4.16`
This commit is contained in:
Sunli 2022-04-28 12:02:32 +08:00 committed by GitHub
commit f2e25c9f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ chrono = { version = "0.4.19", optional = true, default-features = false, featur
chrono-tz = { version = "0.6.1", optional = true }
hashbrown = { version = "0.12.0", optional = true }
iso8601-duration = { version = "0.1.0", optional = true }
log = { version = "0.4.14", optional = true }
log = { version = "0.4.16", optional = true }
secrecy = { version = "0.8.0", optional = true }
tracinglib = { version = "0.1.25", optional = true, package = "tracing" }
tracing-futures = { version = "0.2.5", optional = true, features = ["std-future", "futures-03"] }