File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ edition = "2024"
1717rust-version = " 1.85"
1818
1919[dependencies ]
20- arbitrary = { version = " 1.4" , features = [" derive" ], optional = true }
20+ arbitrary = { version = " 1.4.2" , features = [" derive" ], optional = true }
21+ derive_arbitrary = { version = " 1.4.2" , optional = true } # Fixup for minimal-versions
2122bytes = { version = " 1" , optional = true , default-features = false }
2223const-oid = { version = " 0.10" , optional = true }
2324der_derive = { version = " 0.8" , optional = true }
Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ rust-version = "1.85"
1919der = { version = " 0.8" , features = [" oid" ] }
2020
2121# Optional dependencies
22- arbitrary = { version = " 1.4" , features = [" derive" ], optional = true }
22+ arbitrary = { version = " 1.4.2 " , features = [" derive" ], optional = true }
2323base64ct = { version = " 1" , optional = true , default-features = false }
2424digest = { version = " 0.11" , optional = true , default-features = false }
2525sha2 = { version = " 0.11" , optional = true , default-features = false }
2626
27+ derive_arbitrary = { version = " 1.4.2" , optional = true } # Fixup for minimal-versions
28+
2729[dev-dependencies ]
2830hex-literal = " 1"
2931tempfile = " 3"
You can’t perform that action at this time.
0 commit comments