Skip to content

Commit c6eb181

Browse files
Bump tokio from 1.49.0 to 1.50.0 (#37)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30014b3 commit c6eb181

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde_json = { version = "1.0" }
2626
tracing = "0.1.44"
2727

2828
# Optional dependencies for execution monitors
29-
tokio = { version = "1.49", features = ["rt-multi-thread", "time", "sync", "macros"] }
29+
tokio = { version = "1.50", features = ["rt-multi-thread", "time", "sync", "macros"] }
3030

3131
[target.'cfg(target_os = "linux")'.dependencies]
3232
libc = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)