Skip to content

Commit f9d3682

Browse files
chore(deps): Bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [tracing-subscriber](https://github.com/tokio-rs/tracing) and [slab](https://github.com/tokio-rs/slab). Updates `tracing-subscriber` 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) Updates `slab` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.10...v0.4.11) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3ccbaf commit f9d3682

File tree

2 files changed

+15
-59
lines changed

2 files changed

+15
-59
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde_yaml = "0.9.25"
5050
prometheus = "0.14.0"
5151
chrono = { version = "0.4.41", features = ["serde"] }
5252
tracing = "0.1.37"
53-
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
53+
tracing-subscriber = { version = "0.3.20", features = ["json", "env-filter"] }
5454
tracing-opentelemetry = "0.30.0"
5555
opentelemetry = { version = "0.29.1" }
5656
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic", "logs"]}

0 commit comments

Comments
 (0)