Skip to content

Commit

Permalink
dsa: loosen pkcs8 pre-release dependency (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 15, 2024
1 parent 4aead4b commit 55abb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ rust-version = "1.81"
digest = "=0.11.0-pre.9"
num-bigint = { package = "num-bigint-dig", version = "0.8", default-features = false, features = ["prime", "rand", "zeroize"] }
num-traits = { version = "0.2", default-features = false }
pkcs8 = { version = "=0.11.0-rc.1", default-features = false, features = ["alloc"] }
pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["alloc"] }
rfc6979 = { version = "=0.5.0-pre.4" }
sha2 = { version = "=0.11.0-pre.4", default-features = false }
signature = { version = "=2.3.0-pre.4", default-features = false, features = ["alloc", "digest", "rand_core"] }
zeroize = { version = "1", default-features = false }

[dev-dependencies]
pkcs8 = { version = "=0.11.0-rc.1", default-features = false, features = ["pem"] }
pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["pem"] }
rand = "0.8"
rand_chacha = "0.3"
sha1 = "=0.11.0-pre.4"
Expand Down

0 comments on commit 55abb77

Please sign in to comment.