Skip to content

Commit e17cc2d

Browse files
build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a21079 commit e17cc2d

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

Cargo.lock

Lines changed: 9 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/rust_test_scenarios/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
[dependencies]
77
rust_kvs.workspace = true
88
tracing = "0.1.41"
9-
tracing-subscriber = { version = "0.3.19", features = ["json"] }
9+
tracing-subscriber = { version = "0.3.20", features = ["json"] }
1010
serde = { version = "1.0.219", features = ["derive"] }
1111
serde_json = "1.0.140"
1212
test_scenarios_rust = { git = "https://github.com/qorix-group/testing_tools.git", tag = "v0.2.0" }

0 commit comments

Comments
 (0)