Skip to content

Commit 48a383a

Browse files
Bump tokio from 1.45.0 to 1.45.1 (#525)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f91d6c commit 48a383a

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
@@ -94,7 +94,7 @@ opentelemetry = "0.29"
9494
opentelemetry-otlp = { version = "0.29", features = ["default", "grpc-tonic"] }
9595
opentelemetry-semantic-conventions = "0.29"
9696
opentelemetry_sdk = { version = "0.29", features = ["rt-tokio"] }
97-
tokio = { version = "1.45.0", features = ["full"] }
97+
tokio = { version = "1.45.1", features = ["full"] }
9898
criterion = "0.6.0"
9999
tracing-chrome = "0.7.2"
100100
metrics-util = "0.19.1"

0 commit comments

Comments
 (0)