Skip to content

Commit c009073

Browse files
authored
kbkdf: use pre.3 releases of cmac and aes (#119)
1 parent a724b73 commit c009073

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

Cargo.lock

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ members = [
1010

1111
[profile.dev]
1212
opt-level = 2
13-
14-
[patch.crates-io]
15-
cmac = { git = "https://github.com/RustCrypto/MACs.git" }
16-
17-
# https://github.com/RustCrypto/block-ciphers/pull/472
18-
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }

kbkdf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ hex = "0.4"
2222
hmac = { version = "0.13.0-pre.5", default-features = false }
2323
sha2 = { version = "0.11.0-pre.5", default-features = false }
2424
sha1 = { version = "0.11.0-pre.5", default-features = false }
25-
cmac = "0.8.0-pre.2"
26-
aes = "0.9.0-pre.2"
25+
cmac = "0.8.0-pre.3"
26+
aes = "0.9.0-pre.3"
2727

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

0 commit comments

Comments
 (0)