We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokio
1 parent fdfd959 commit e49bfcdCopy full SHA for e49bfcd
Cargo.toml
@@ -19,7 +19,7 @@ pnet_packet = "0.35"
19
socket2 = { version = "0.5.1", features = ["all"] }
20
21
getrandom = "0.3.1"
22
-tokio = { version = "1.15", features = ["net", "sync", "rt"] }
+tokio = { version = "1.25", features = ["net", "sync", "rt"] }
23
24
# weak
25
libc = "0.2"
@@ -28,7 +28,7 @@ libc = "0.2"
28
futures-core = { version = "0.3", optional = true }
29
30
[dev-dependencies]
31
-tokio = { version = "1.14", features = ["macros", "time"] }
+tokio = { version = "1.25", features = ["macros", "time"] }
32
futures-util = { version = "0.3", default-features = false }
33
34
[features]
0 commit comments