Skip to content

Commit 2af558c

Browse files
Bump tokio from 1.43.0 to 1.44.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cdb670 commit 2af558c

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
@@ -101,7 +101,7 @@ opentelemetry = "0.28"
101101
opentelemetry-otlp = { version = "0.28", features = ["default", "grpc-tonic"] }
102102
opentelemetry-semantic-conventions = "0.28"
103103
opentelemetry_sdk = { version = "0.28", features = ["rt-tokio"] }
104-
tokio = { version = "1.43.0", features = ["full"] }
104+
tokio = { version = "1.44.1", features = ["full"] }
105105
criterion = "0.5.1"
106106
tracing-chrome = "0.7.2"
107107

0 commit comments

Comments
 (0)