Skip to content

Commit 962195e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)