diff --git a/bitbybit-tests/Cargo.toml b/bitbybit-tests/Cargo.toml index ac323f2..d68ac70 100644 --- a/bitbybit-tests/Cargo.toml +++ b/bitbybit-tests/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bitbybit = { path = "../bitbybit" } -arbitrary-int = "1.2.6" +arbitrary-int = "1.2.7" [features] # This is to allow cfg for enum members diff --git a/bitbybit/Cargo.toml b/bitbybit/Cargo.toml index 88f2825..373c6cb 100644 --- a/bitbybit/Cargo.toml +++ b/bitbybit/Cargo.toml @@ -19,4 +19,4 @@ proc-macro = true syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" -arbitrary-int = "1.2.6" +arbitrary-int = "1.2.7"