Merge branch 'main' into dependabot/cargo/clap-2.34.0

pull/24376/head
Edd Robinson 2021-12-06 10:51:52 +00:00 committed by GitHub
commit 30bc8e5eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4686,9 +4686,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507ec620f809cdf07cccb5bc57b13069a88031b795efd4079b1c71b66c1613d"
checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
dependencies = [
"ansi_term",
"lazy_static",

View File

@ -24,7 +24,7 @@ snafu = "0.6.8"
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
toml = "0.5.6"
tracing = "0.1"
tracing-subscriber = "0.3.2"
tracing-subscriber = "0.3.3"
uuid = { version = "0.8.1", default_features = false }
[dev-dependencies]