Skip to content

Commit

Permalink
chore(deps): update rust crate tracing-subscriber to 0.3.18 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 61cd756 commit 759ab5a
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.31"
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 759ab5a

Please sign in to comment.