Skip to content

Commit 58b9995

Browse files
committed
der,spki: fixup minimal-versions CI
1 parent b8d14ae commit 58b9995

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

der/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ edition = "2024"
1717
rust-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
2122
bytes = { version = "1", optional = true, default-features = false }
2223
const-oid = { version = "0.10", optional = true }
2324
der_derive = { version = "0.8", optional = true }

spki/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ rust-version = "1.85"
1919
der = { 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 }
2323
base64ct = { version = "1", optional = true, default-features = false }
2424
digest = { version = "0.11", optional = true, default-features = false }
2525
sha2 = { 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]
2830
hex-literal = "1"
2931
tempfile = "3"

0 commit comments

Comments
 (0)