Skip to content

Commit e447760

Browse files
Bump tokio from 1.49.0 to 1.50.0 (#1274)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae007cb commit e447760

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
@@ -100,7 +100,7 @@ opentelemetry = "0.31.0"
100100
opentelemetry-otlp = { version = "0.31.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
101101
opentelemetry-semantic-conventions = "0.31"
102102
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
103-
tokio = { version = "1.49.0", features = ["full"] }
103+
tokio = { version = "1.50.0", features = ["full"] }
104104
criterion = "0.8.2"
105105
tracing-chrome = "0.7.2"
106106
metrics-util = "0.20.1"

0 commit comments

Comments
 (0)