Skip to content

Commit

Permalink
build(deps): bump tracing-subscriber from 0.2.16 to 0.2.17
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 22, 2021
1 parent de5459e commit a5ee1e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 src/materialized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tokio-stream = { version = "0.1.4", features = ["net"] }
tracing = "0.1.25"
# TODO(benesch): we can use the default features here once tracing-subscriber
# does not enable chrono's "oldtime" feature.
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["ansi", "env-filter", "fmt", "tracing-log"] }
tracing-subscriber = { version = "0.2.17", default-features = false, features = ["ansi", "env-filter", "fmt", "tracing-log"] }
url = "2.2.1"
uuid = "0.8.2"

Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ smallvec = "1.5.0"
structopt = "0.3.21"
tokio = { version = "1.4.0", features = ["io-util", "net", "rt-multi-thread", "time"] }
tokio-openssl = "0.6.1"
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["env-filter", "fmt"] }
tracing-subscriber = { version = "0.2.17", default-features = false, features = ["env-filter", "fmt"] }

[dev-dependencies]
crossbeam-utils = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion test/performance/s3-datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ rusoto_s3 = { git = "https://github.com/rusoto/rusoto.git" }
structopt = "0.3.21"
tokio = { version = "1.4.0", features = ["macros", "net", "rt", "time"] }
tracing = "0.1.25"
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["env-filter", "fmt"] }
tracing-subscriber = { version = "0.2.17", default-features = false, features = ["env-filter", "fmt"] }

0 comments on commit a5ee1e8

Please sign in to comment.