Skip to content

Commit 61d0fd3

Browse files
authored
dsa v0.7.0-rc.13 (#1219)
1 parent 2d0ac47 commit 61d0fd3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dsa/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsa"
3-
version = "0.7.0-rc.12"
3+
version = "0.7.0-rc.13"
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
@@ -26,13 +26,13 @@ signature = { version = "3.0.0-rc.10", default-features = false, features = ["al
2626
zeroize = { version = "1", default-features = false, features = ["alloc"] }
2727

2828
# optional dependencies
29-
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false, features = ["alloc"] }
29+
pkcs8 = { version = "0.11.0-rc.11", optional = true, default-features = false, features = ["alloc"] }
3030

3131
[dev-dependencies]
32-
chacha20 = { version = "0.10.0-rc.11", features = ["rng"] }
32+
chacha20 = { version = "0.10", features = ["rng"] }
3333
hex = "0.4"
3434
hex-literal = "1"
35-
pkcs8 = { version = "0.11.0-rc.10", default-features = false, features = ["pem"] }
35+
pkcs8 = { version = "0.11.0-rc.11", default-features = false, features = ["pem"] }
3636
proptest = "1"
3737
getrandom = { version = "0.4", features = ["sys_rng"] }
3838
sha1 = "0.11.0-rc.5"

0 commit comments

Comments
 (0)