Skip to content

Commit 8b62fb1

Browse files
authored
Merge pull request #4257 from RalfJung/bump-tokio
test_dependencies: bump tokio
2 parents dd55848 + 30ddd0e commit 8b62fb1

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
@@ -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)