Skip to content

Commit 717c228

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump tokio from 1.41.1 to 1.42.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee37eae commit 717c228

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
@@ -99,7 +99,7 @@ opentelemetry = "0.27.0"
9999
opentelemetry-otlp = { version = "0.27.0", features = ["default"] }
100100
opentelemetry-semantic-conventions = "0.27.0"
101101
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
102-
tokio = { version = "1.34.0", features = ["full"] }
102+
tokio = { version = "1.42.0", features = ["full"] }
103103
criterion = "0.5.1"
104104
tracing-chrome = "0.7.2"
105105

0 commit comments

Comments
 (0)