Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
deps: update rust crate tracing-subscriber to 0.3.5 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 30, 2021
1 parent 6509df1 commit 23ebdde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 crates/scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ tide = { version = "0.16.0", default-features = false, features = [
] }
tracing = "0.1.29"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.4", features = ["json", "env-filter"] }
tracing-subscriber = { version = "0.3.5", features = ["json", "env-filter"] }

three-commas-client = { version = "0.2.2", path = "../client" }

0 comments on commit 23ebdde

Please sign in to comment.