Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-subscriber to 0.3.16 (#51)
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 Mar 24, 2023
1 parent 285d2fb commit 1d325d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash-searcher-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ serde_json = "1.0.94"
tokio = {version = "1.26.0", features = ["full"]}
tonic = "0.8.3"
tracing = "0.1.37"
tracing-subscriber = {version = "0.3.15", features = ["json", "env-filter"]}
tracing-subscriber = {version = "0.3.16", features = ["json", "env-filter"]}

0 comments on commit 1d325d0

Please sign in to comment.