Skip to content

Commit c5d63c8

Browse files
authored
dsa v0.7.0-rc.2 (#1011)
1 parent 53361b0 commit c5d63c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dsa/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsa"
3-
version = "0.7.0-rc.1"
3+
version = "0.7.0-rc.2"
44
description = """
55
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
66
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
digest = "0.11.0-rc.0"
2020
crypto-bigint = { version = "=0.7.0-pre.6", default-features = false, features = ["alloc", "zeroize"] }
2121
crypto-primes = { version = "=0.7.0-pre.1", default-features = false }
22-
pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["alloc"] }
22+
pkcs8 = { version = "0.11.0-rc.5", default-features = false, features = ["alloc"] }
2323
rfc6979 = { version = "0.5.0-rc.0" }
2424
sha2 = { version = "0.11.0-rc.0", default-features = false }
2525
signature = { version = "3.0.0-rc.1", default-features = false, features = ["alloc", "digest", "rand_core"] }
@@ -33,7 +33,7 @@ proptest = "1"
3333
rand = "0.9"
3434
rand_chacha = "0.9"
3535
sha1 = "0.11.0-rc.0"
36-
der = { version = "0.8.0-rc.1", features = ["derive"] }
36+
der = { version = "0.8.0-rc.6", features = ["derive"] }
3737

3838
[features]
3939
hazmat = []

0 commit comments

Comments
 (0)