Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Bump tracing-subscriber from 0.2.16 to 0.2.17 in /rust
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] committed Mar 15, 2021
1 parent 2ae789c commit 84edbf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ structopt = "0.3.21"
tokio = { version = "1.2.0", features = ["sync", "time", "macros", "rt-multi-thread", "signal"] }
tracing = "0.1.25"
tracing-futures = "0.2.5"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.2.17"
xaynet-core = { path = "../xaynet-core" }
xaynet-sdk = { path = "../xaynet-sdk", features = ["reqwest-client"] }

Expand Down
4 changes: 2 additions & 2 deletions rust/xaynet-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ influxdb = { version = "0.3.0", default-features = false, features = ["h1-client
num = { version = "0.3.1", features = ["serde"] }
num_enum = "0.5.1"
once_cell = "1.7.2"
paste = "1.0.4"
paste = "1.0.5"
rand = "0.8.3"
rand_chacha = "0.3.0"
serde = { version = "1.0.123", features = ["derive"] }
Expand Down Expand Up @@ -71,7 +71,7 @@ tower = { version = "0.4.6", default-features = false, features = [
] }
tracing = "0.1.25"
tracing-futures = "0.2.5"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.2.17"
validator = { version = "0.12.0", features = ["derive"] }
warp = "0.3.0"
xaynet-core = { path = "../xaynet-core", version = "0.2.0" }
Expand Down

0 comments on commit 84edbf3

Please sign in to comment.