Skip to content

Commit bb7dd2a

Browse files
Bump tracing-subscriber from 0.3.20 to 0.3.22 in /scylla-server (#482)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08ada40 commit bb7dd2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scylla-server/Cargo.lock

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

scylla-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ socketioxide = { version = "0.18.0", features = ["tracing"] }
1818
rumqttc = { git = "https://github.com/bytebeamio/rumqtt", branch = "main"}
1919
tokio-util = { version= "0.7.16", features = ["full"] }
2020
tracing = "0.1.43"
21-
tracing-subscriber = { version = "0.3.20", features = ["ansi", "env-filter"] }
21+
tracing-subscriber = { version = "0.3.22", features = ["ansi", "env-filter"] }
2222
console-subscriber = { version = "0.5.0", optional = true }
2323
ringbuffer = "0.16.0"
2424
axum-extra = { version = "0.12.2", features = ["query", "typed-header"] }

0 commit comments

Comments
 (0)