Skip to content

Commit b688d6b

Browse files
committed
Bump dependencies
Updates the following dependencies, mostly to handle the `rand_core` v0.10 upgrade: - `aes` v0.9.0-rc.2 - `belt-hash` v0.2.0-rc.3 - `cipher` v0.5.0-rc.2 - `cmac` v0.8.0-rc.3 - `crypto-common` v0.2.0-rc.5 - `digest` v0.11.0-rc.4 - `hmac` v0.13.0-rc.3 - `sha1` v0.11.0-rc.3 - `sha2` v0.11.0-rc.3
1 parent c091690 commit b688d6b

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

Cargo.lock

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

ansi-x963-kdf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
digest = "0.11.0-rc.2"
16+
digest = "0.11.0-rc.4"
1717

1818
[dev-dependencies]
1919
hex-literal = "1"
20-
sha2 = { version = "0.11.0-rc.2", default-features = false }
20+
sha2 = { version = "0.11.0-rc.3", default-features = false }

bake-kdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["crypto", "bake", "stb", "kdf"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
belt-hash = { version = "0.2.0-rc.1", default-features = false }
16+
belt-hash = { version = "0.2.0-rc.3", default-features = false }
1717

1818
[dev-dependencies]
1919
hex-literal = "1"

concat-kdf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
digest = "0.11.0-rc.2"
16+
digest = "0.11.0-rc.4"
1717

1818
[dev-dependencies]
1919
hex-literal = "1"
20-
sha2 = { version = "0.11.0-rc.2", default-features = false }
20+
sha2 = { version = "0.11.0-rc.3", default-features = false }

hkdf/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
hmac = "0.13.0-rc.2"
16+
hmac = "0.13.0-rc.3"
1717

1818
[dev-dependencies]
1919
blobby = "=0.4.0-pre.0"
2020
hex-literal = "1"
21-
sha1 = { version = "0.11.0-rc.2", default-features = false }
22-
sha2 = { version = "0.11.0-rc.2", default-features = false }
21+
sha1 = { version = "0.11.0-rc.3", default-features = false }
22+
sha2 = { version = "0.11.0-rc.3", default-features = false }
2323

2424
[package.metadata.docs.rs]
2525
all-features = true

kbkdf/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ rust-version = "1.85"
1414
exclude = ["/tests/*"]
1515

1616
[dependencies]
17-
digest = { version = "0.11.0-rc.2", default-features = false, features = ["mac"] }
17+
digest = { version = "0.11.0-rc.4", default-features = false, features = ["mac"] }
1818

1919
[dev-dependencies]
2020
hex-literal = "1"
2121
hex = "0.4"
22-
hmac = { version = "0.13.0-rc.2", default-features = false }
23-
sha2 = { version = "0.11.0-rc.2", default-features = false }
24-
sha1 = { version = "0.11.0-rc.2", default-features = false }
25-
cmac = "0.8.0-rc.1"
26-
aes = "0.9.0-rc.1"
22+
hmac = { version = "0.13.0-rc.3", default-features = false }
23+
sha2 = { version = "0.11.0-rc.3", default-features = false }
24+
sha1 = { version = "0.11.0-rc.3", default-features = false }
25+
cmac = "0.8.0-rc.3"
26+
aes = "0.9.0-rc.2"
2727

2828
[package.metadata.docs.rs]
2929
all-features = true

0 commit comments

Comments
 (0)