Skip to content

Commit 7b7667b

Browse files
Bump tokio from 1.50.0 to 1.51.0 (#443)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.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 c8d6164 commit 7b7667b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

src/hyperlight_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ opentelemetry = "0.31.0"
8585
opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
8686
opentelemetry-semantic-conventions = "0.31"
8787
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
88-
tokio = { version = "1.50.0", features = ["full"] }
88+
tokio = { version = "1.51.0", features = ["full"] }
8989
tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9090
tracing = "0.1.44"
9191
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}

0 commit comments

Comments
 (0)