Upgrade tracing-journald to 0.3.0

This commit is contained in:
Nick Mathewson 2022-04-25 16:11:46 -04:00
parent 5586f0d039
commit fe0e5b4ded
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3750,9 +3750,9 @@ dependencies = [
[[package]]
name = "tracing-journald"
version = "0.2.4"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba49f4829f4e95702943ec6b2fad8936b369d20fa27036caf01329fb230e460"
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
dependencies = [
"libc",
"tracing-core",

View File

@ -44,7 +44,7 @@ serde = { version = "1.0.103", features = ["derive"] }
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
clap = "2.33.0"
tracing-journald = { version = "0.2.0", optional = true }
tracing-journald = { version = "0.3.0", optional = true }
tracing-appender = "0.2.0"
trust-dns-proto = "0.21.1"