Skip to content

Commit f21c820

Browse files
chore(deps): update tracing-opentelemetry requirement in /relay
Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](tokio-rs/tracing-opentelemetry@v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d1f41d commit f21c820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ chrono = { version = "0.4.39", features = ["serde"] }
3535
base64 = "0.22.1"
3636
opentelemetry = "0.28.0"
3737
opentelemetry_sdk = "0.28.0"
38-
tracing-opentelemetry = "0.30.0"
38+
tracing-opentelemetry = "0.32.0"
3939
strum_macros = "0.27.1"
4040
lapin = "2.5.0"
4141
strum = { version = "0.27.1", features = ["derive"] }

0 commit comments

Comments
 (0)