Skip to content

Commit e49bfcd

Browse files
build(deps): bump minimum tokio version to v1.25 to avoid deps.rs warning
1 parent fdfd959 commit e49bfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pnet_packet = "0.35"
1919
socket2 = { version = "0.5.1", features = ["all"] }
2020

2121
getrandom = "0.3.1"
22-
tokio = { version = "1.15", features = ["net", "sync", "rt"] }
22+
tokio = { version = "1.25", features = ["net", "sync", "rt"] }
2323

2424
# weak
2525
libc = "0.2"
@@ -28,7 +28,7 @@ libc = "0.2"
2828
futures-core = { version = "0.3", optional = true }
2929

3030
[dev-dependencies]
31-
tokio = { version = "1.14", features = ["macros", "time"] }
31+
tokio = { version = "1.25", features = ["macros", "time"] }
3232
futures-util = { version = "0.3", default-features = false }
3333

3434
[features]

0 commit comments

Comments
 (0)