Skip to content

Commit fc89be9

Browse files
Bump tokio from 1.46.0 to 1.46.1 (#694)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.0 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.0...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2728cf commit fc89be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ opentelemetry = "0.30.0"
9595
opentelemetry-otlp = { version = "0.30.0", default-features = false, features = ["http-proto", "reqwest-blocking-client"] }
9696
opentelemetry-semantic-conventions = "0.30"
9797
opentelemetry_sdk = { version = "0.30.0", features = ["rt-tokio"] }
98-
tokio = { version = "1.46.0", features = ["full"] }
98+
tokio = { version = "1.46.1", features = ["full"] }
9999
criterion = "0.6.0"
100100
tracing-chrome = "0.7.2"
101101
metrics-util = "0.20.0"

0 commit comments

Comments
 (0)