Skip to content

Commit 90600e0

Browse files
Bump tokio from 1.23.0 to 1.23.1 in /test_dependencies
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.23.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f34039 commit 90600e0

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.0"
295+
version = "1.23.1"
296296
source = "registry+https://github.com/rust-lang/crates.io-index"
297-
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
297+
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
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.0", features = ["full"] }
21+
tokio = { version = "1.23", features = ["full"] }
2222

2323
[workspace]

0 commit comments

Comments
 (0)