Skip to content

Commit a0dcb9d

Browse files
Bump tokio from 1.23.1 to 1.24.2 in /test_dependencies
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 929bc0f commit a0dcb9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/miri/test_dependencies/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ dependencies = [
292292

293293
[[package]]
294294
name = "tokio"
295-
version = "1.23.1"
295+
version = "1.24.2"
296296
source = "registry+https://github.com/rust-lang/crates.io-index"
297-
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
297+
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
298298
dependencies = [
299299
"autocfg",
300300
"bytes",

src/tools/miri/test_dependencies/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ rand = { version = "0.8", features = ["small_rng"] }
1818

1919
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
2020
page_size = "0.5"
21-
tokio = { version = "1.23", features = ["full"] }
21+
tokio = { version = "1.24", features = ["full"] }
2222

2323
[workspace]

0 commit comments

Comments
 (0)