Skip to content

Commit cb1ceb5

Browse files
chore(deps): bump tokio from 1.51.0 to 1.51.1 (#1365)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.51.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a83ce8c commit cb1ceb5

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.31.0"
9999
opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
100100
opentelemetry-semantic-conventions = "0.31"
101101
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
102-
tokio = { version = "1.51.0", features = ["full"] }
102+
tokio = { version = "1.51.1", features = ["full"] }
103103
criterion = "0.8.2"
104104
tracing-chrome = "0.7.2"
105105
metrics-util = "0.20.1"

0 commit comments

Comments
 (0)