fix: fix windows build

This commit is contained in:
shiro.lee
2025-02-06 19:59:36 +08:00
parent 7ba0df6dfc
commit ea78c416d0
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ thiserror.workspace = true
strum = { version = "0.26.3", features = ["derive"] }
arc-swap = "1.7.1"
crypto = { path = "../crypto" }
ipnetwork = "0.21.1"
ipnetwork = { version = "0.21.1", features = ["serde"] }
itertools = "0.14.0"
futures.workspace = true
rand.workspace = true