Skip to content

Commit 0c0ecd4

Browse files
Bump tokio from 1.34.0 to 1.38.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fede96 commit 0c0ecd4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

bins/msvisor-d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
libmsvisor = { workspace = true, default-features = false, features = [] }
1010

1111
log = "0.4.20"
12-
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
12+
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
1313
axum = { version = "0.6.20", features = ["macros"] }
1414
serde = { version = "1.0.188" }
1515
anyhow = { version = "1.0.75" }

bins/msvisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { version = "4.3.21", features = ["derive"] }
1414
derive_more = "0.99.17"
1515
thiserror-no-std = "2.0.2"
1616
anyhow = { version = "1.0.82" }
17-
tokio = { version = "1.32.0", features = [
17+
tokio = { version = "1.38.1", features = [
1818
"macros",
1919
"rt-multi-thread",
2020
], optional = true }

0 commit comments

Comments
 (0)