Skip to content

Commit cd8b499

Browse files
authored
Bump crypto-common to v0.2; digest to v0.11 (#671)
1 parent 4ae5597 commit cd8b499

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ exclude = ["marvin_toolkit/", "thirdparty/"]
1717
const-oid = { version = "0.10", default-features = false }
1818
crypto-bigint = { version = "0.7.0-rc.28", default-features = false, features = ["zeroize", "alloc"] }
1919
crypto-primes = { version = "0.7.0-pre.9", default-features = false }
20-
digest = { version = "0.11.0-rc.11", default-features = false, features = ["alloc", "oid"] }
20+
digest = { version = "0.11", default-features = false, features = ["alloc", "oid"] }
2121
rand_core = { version = "0.10", default-features = false }
2222
signature = { version = "3.0.0-rc.10", default-features = false, features = ["alloc", "digest", "rand_core"] }
2323
zeroize = { version = "1.8", features = ["alloc"] }
2424

2525
# optional dependencies
26-
crypto-common = { version = "0.2.0-rc.15", optional = true, features = ["getrandom"] }
26+
crypto-common = { version = "0.2", optional = true, features = ["getrandom"] }
2727
pkcs1 = { version = "0.8.0-rc.4", optional = true, default-features = false, features = ["alloc", "pem"] }
2828
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false, features = ["alloc", "pem"] }
2929
serdect = { version = "0.4", optional = true }
@@ -41,7 +41,7 @@ rand = { version = "0.10", features = ["chacha"] }
4141
rand_core = { version = "0.10", default-features = false }
4242
sha1 = { version = "0.11.0-rc.5", default-features = false, features = ["oid"] }
4343
sha2 = { version = "0.11.0-rc.5", default-features = false, features = ["oid"] }
44-
sha3 = { version = "0.11.0-rc.7", default-features = false, features = ["oid"] }
44+
sha3 = { version = "0.11.0-rc.8", default-features = false, features = ["oid"] }
4545
hex = { version = "0.4.3", features = ["serde"] }
4646
serde_json = "1.0.138"
4747
serde = { version = "1.0.184", features = ["derive"] }

0 commit comments

Comments
 (0)