mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
dsa v0.7.0-rc.13 (#1219)
This commit is contained in:
Generated
+7
-7
@@ -347,9 +347,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "der"
|
||||
version = "0.8.0-rc.10"
|
||||
version = "0.8.0-rc.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "02c1d73e9668ea6b6a28172aa55f3ebec38507131ce179051c8033b5c6037653"
|
||||
checksum = "6c0182be35043efdd2df327a443bb600606e350cfb090cccb233e9451e76f5a3"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"der_derive",
|
||||
@@ -359,9 +359,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "der_derive"
|
||||
version = "0.8.0-rc.6"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "be645fee2afe89d293b96c19e4456e6ac69520fc9c6b8a58298550138e361ffe"
|
||||
checksum = "59600e2c2d636fde9b65e99cc6445ac770c63d3628195ff39932b8d6d7409903"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -383,7 +383,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dsa"
|
||||
version = "0.7.0-rc.12"
|
||||
version = "0.7.0-rc.13"
|
||||
dependencies = [
|
||||
"chacha20",
|
||||
"crypto-bigint",
|
||||
@@ -805,9 +805,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pkcs8"
|
||||
version = "0.11.0-rc.10"
|
||||
version = "0.11.0-rc.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b226d2cc389763951db8869584fd800cbbe2962bf454e2edeb5172b31ee99774"
|
||||
checksum = "12922b6296c06eb741b02d7b5161e3aaa22864af38dfa025a1a3ba3f68c84577"
|
||||
dependencies = [
|
||||
"der",
|
||||
"spki",
|
||||
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dsa"
|
||||
version = "0.7.0-rc.12"
|
||||
version = "0.7.0-rc.13"
|
||||
description = """
|
||||
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
|
||||
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
|
||||
zeroize = { version = "1", default-features = false, features = ["alloc"] }
|
||||
|
||||
# optional dependencies
|
||||
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false, features = ["alloc"] }
|
||||
pkcs8 = { version = "0.11.0-rc.11", optional = true, default-features = false, features = ["alloc"] }
|
||||
|
||||
[dev-dependencies]
|
||||
chacha20 = { version = "0.10.0-rc.11", features = ["rng"] }
|
||||
chacha20 = { version = "0.10", features = ["rng"] }
|
||||
hex = "0.4"
|
||||
hex-literal = "1"
|
||||
pkcs8 = { version = "0.11.0-rc.10", default-features = false, features = ["pem"] }
|
||||
pkcs8 = { version = "0.11.0-rc.11", default-features = false, features = ["pem"] }
|
||||
proptest = "1"
|
||||
getrandom = { version = "0.4", features = ["sys_rng"] }
|
||||
sha1 = "0.11.0-rc.5"
|
||||
|
||||
Reference in New Issue
Block a user