Skip to content

Commit 3c244e3

Browse files
Bump tracing-subscriber from 0.3.20 to 0.3.22 in /backend (#169)
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 9f391a6 commit 3c244e3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
toml = { version = "0.9.8" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
23-
tracing-subscriber = { version = "0.3.20", features = [ "env-filter" ] }
23+
tracing-subscriber = { version = "0.3.22", features = [ "env-filter" ] }
2424

2525
strata-bridge-primitives = { git = "https://github.com/alpenlabs/strata-bridge.git", tag = "v0.2.0-rc3" }
2626
strata-bridge-rpc = { git = "https://github.com/alpenlabs/strata-bridge.git", features = [

0 commit comments

Comments
 (0)