Skip to content

Commit 37e7f0b

Browse files
Update tracing-opentelemetry requirement from 0.26 to 0.27 (#110)
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.26.0...v0.27.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fac2af6 commit 37e7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ task-local-extensions = "0.1.3"
2222
thiserror = "1.0.38"
2323
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2424
tracing = "0.1"
25-
tracing-opentelemetry = "0.26"
25+
tracing-opentelemetry = "0.27"
2626
tracing-subscriber = "0.3"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)