Skip to content

Commit

Permalink
Bump minimal arbitrary version to 1.3.1 for IpAddr
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed May 15, 2024
1 parent cc24811 commit 38edc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "BSD-3-Clause"

[dependencies]
inetnum = { version = "0.1.0", features = ["arbitrary", "serde"] }
arbitrary = { version = "1", optional = true, features = ["derive"] }
arbitrary = { version = "1.3.1", optional = true, features = ["derive"] }
bytes = { version = "1.2", optional = true }
chrono = { version = "0.4.20", optional = true, default-features = false }
const-str = { version = "0.5", optional = true, features = ["case"] }
Expand Down

0 comments on commit 38edc55

Please sign in to comment.