Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-subscriber to 0.3.18 (#161)
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] committed Nov 13, 2023
1 parent 35f4b03 commit af21525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions redash-searcher-sync/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 redash-searcher-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = "1.0.108"
tokio = {version = "1.27.0", features = ["full"]}
tonic = "0.8.3"
tracing = "0.1.40"
tracing-subscriber = {version = "0.3.17", features = ["json", "env-filter"]}
tracing-subscriber = {version = "0.3.18", features = ["json", "env-filter"]}

0 comments on commit af21525

Please sign in to comment.