Skip to content

Commit

Permalink
build(deps): bump tracing-subscriber from 0.2.16 to 0.2.17 in /server
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.16 to 0.2.17.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.16...tracing-subscriber-0.2.17)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent df4276e commit 70e66fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "0.2.25", features = ["macros"] }
tracing = "0.1.25"
tracing-futures = "0.2.5"
tracing-newrelic = { git = "https://github.com/PoiScript/tracing-newrelic.git", branch = "a" }
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["registry"] }
tracing-subscriber = { version = "0.2.17", default-features = false, features = ["registry"] }
url = "2.2.1"
warp = { version = "0.2.5", default-features = false }

Expand Down

0 comments on commit 70e66fd

Please sign in to comment.