Skip to content

Commit

Permalink
chore(deps): update rust crate tracing-subscriber to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent dcb5dea commit 584a6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pretty_assertions = "1.4.0"
raiden = { path = "./", features = ["tracing"], default_features = false }
time = "0.3.30"
tokio = "1.34.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }

[features]
default = ["rusoto_core_default", "rusoto_dynamodb_default"]
Expand Down

0 comments on commit 584a6c9

Please sign in to comment.