Skip to content

Commit 3a30815

Browse files
build(deps): bump tracing (#2837)
Bumps the cargo-production-dependencies group with 1 update in the /src/shipping directory: [tracing](https://github.com/tokio-rs/tracing). Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b63c314 commit 3a30815

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/shipping/Cargo.lock

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

src/shipping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.100"
1212
awc = { version = "3.8.1", default-features = false, features = ["compress-zstd"] }
1313
serde = { version = "1.0.228", features = ["derive"] }
1414
tonic = "0.14.2"
15-
tracing = "0.1.43"
15+
tracing = "0.1.44"
1616
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
1717

1818
opentelemetry = "0.31.0"

0 commit comments

Comments
 (0)