You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ lru = "0.16"
23
23
# per https://serde.rs/no-std.html, "a dependency on serde_json always needs Serde built with std", which is why we do not set "default-features = false" on `serde`.
24
24
serde = { version = "1.0", features = ["derive"] }
25
25
serde_json = "1.0"
26
-
ipnetwork = "0.20"
26
+
ipnetwork = "0.21"
27
27
tokio = { version = "1", default-features = false, features = ["time"] }
0 commit comments