Skip to content

Commit e44f5c9

Browse files
authored
Merge pull request rust-lang#4257 from RalfJung/bump-tokio
test_dependencies: bump tokio
2 parents f6e4d3b + e160d93 commit e44f5c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/miri/test_dependencies/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ dependencies = [
319319

320320
[[package]]
321321
name = "tokio"
322-
version = "1.44.1"
322+
version = "1.44.2"
323323
source = "registry+https://github.com/rust-lang/crates.io-index"
324-
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
324+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
325325
dependencies = [
326326
"backtrace",
327327
"bytes",

src/tools/miri/test_dependencies/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tempfile = "3"
2222
page_size = "0.6"
2323
# Avoid pulling in all of tokio's dependencies.
2424
# However, without `net` and `signal`, tokio uses fewer relevant system APIs.
25-
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "time", "net", "fs", "sync", "signal", "io-util"] }
25+
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "net", "fs", "sync", "signal", "io-util"] }
2626

2727
[target.'cfg(windows)'.dependencies]
2828
windows-sys = { version = "0.59", features = [ "Win32_Foundation", "Win32_System_Threading" ] }

0 commit comments

Comments
 (0)