From 38edc55ad9da59f021cc2ae3c739b1ba7721b864 Mon Sep 17 00:00:00 2001 From: Luuk Hendriks Date: Wed, 15 May 2024 20:17:53 +0200 Subject: [PATCH] Bump minimal arbitrary version to 1.3.1 for IpAddr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fbdb586..d4b398fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }