Skip to content

Commit bc0c5bf

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 7fc42bf commit bc0c5bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test_dependencies/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_dependencies/Cargo.toml

+1-1
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)