Skip to content

Commit d01c572

Browse files
committed
Updates ipnetwork to 0.21
1 parent 39ba3d0 commit d01c572

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
@@ -23,7 +23,7 @@ lru = "0.16"
2323
# 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`.
2424
serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
26-
ipnetwork = "0.20"
26+
ipnetwork = "0.21"
2727
tokio = { version = "1", default-features = false, features = ["time"] }
2828
lazy_static = "1.5"
2929

0 commit comments

Comments
 (0)