Skip to content

Commit b34f106

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

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.28"
100100
opentelemetry-otlp = { version = "0.28", features = ["default", "grpc-tonic"] }
101101
opentelemetry-semantic-conventions = "0.29"
102102
opentelemetry_sdk = { version = "0.28", features = ["rt-tokio"] }
103-
tokio = { version = "1.44.1", features = ["full"] }
103+
tokio = { version = "1.44.2", features = ["full"] }
104104
criterion = "0.5.1"
105105
tracing-chrome = "0.7.2"
106106

0 commit comments

Comments
 (0)