Skip to content

Commit e7e477a

Browse files
authored
digest v0.11.0-rc.4 (#2071)
1 parent f0a9685 commit e7e477a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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.

crypto/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ description = "Facade crate for all of the RustCrypto traits (e.g. `aead`, `ciph
1616
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common", default-features = false }
1717

1818
# optional dependencies
19-
aead = { version = "0.6.0-rc.0", path = "../aead", optional = true }
20-
cipher = { version = "0.5.0-rc.0", path = "../cipher", optional = true }
21-
digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, features = ["mac"] }
19+
aead = { version = "0.6.0-rc.3", path = "../aead", optional = true }
20+
cipher = { version = "0.5.0-rc.2", path = "../cipher", optional = true }
21+
digest = { version = "0.11.0-rc.4", path = "../digest", optional = true, features = ["mac"] }
2222
elliptic-curve = { version = "0.14.0-rc.2", path = "../elliptic-curve", optional = true }
2323
password-hash = { version = "0.6.0-rc.0", path = "../password-hash", optional = true }
2424
signature = { version = "3.0.0-rc.0", path = "../signature", optional = true, default-features = false }

digest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "digest"
3-
version = "0.11.0-rc.3"
3+
version = "0.11.0-rc.4"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subtle = { version = "2.6", default-features = false }
2525
zeroize = { version = "1.7", default-features = false }
2626

2727
# optional dependencies
28-
digest = { version = "0.11.0-rc.3", optional = true }
28+
digest = { version = "0.11.0-rc.4", optional = true }
2929
ff = { version = "=0.14.0-pre.0", optional = true, default-features = false }
3030
group = { version = "=0.14.0-pre.0", optional = true, default-features = false }
3131
hkdf = { version = "0.13.0-rc.1", optional = true, default-features = false }

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
1414

1515
[dependencies]
16-
digest = { version = "0.11.0-rc.1", optional = true, default-features = false }
16+
digest = { version = "0.11.0-rc.4", optional = true, default-features = false }
1717
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
1818

1919
[features]

0 commit comments

Comments
 (0)