fix(deps): update rust crate tracing-journald to 0.3.0

This commit is contained in:
Renovate Bot 2022-04-21 22:10:44 +00:00
parent b6672113bb
commit f252de7748
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ serde = "1.0.136"
serde_derive = "1.0.136"
toml = "0.5.9"
tracing = "0.1.34"
tracing-journald = { version = "0.2.4", optional = true }
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
[dev-dependencies]