Skip to content

Commit

Permalink
Bump cmac and pmac deps to v0.6 releases (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 29, 2021
1 parent 0421f5d commit b4bee78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ members = [

[patch.crates-io]
chacha20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
cmac = { git = "https://github.com/RustCrypto/MACs.git" }
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
pmac = { git = "https://github.com/RustCrypto/MACs.git" }
salsa20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
4 changes: 2 additions & 2 deletions aes-siv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ categories = ["cryptography", "no-std"]
aead = "0.4"
aes = "0.7"
cipher = "0.3"
cmac = "=0.6.0-pre"
cmac = "0.6"
crypto-mac = "0.11"
ctr = "0.7"
dbl = "0.3"
pmac = "=0.6.0-pre"
pmac = "0.6"
zeroize = { version = "1", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
aead = { version = "0.4", default-features = false }
cipher = "0.3"
cmac = "=0.6.0-pre"
cmac = "0.6"
ctr = "0.7"
subtle = { version = "2", default-features = false }

Expand Down

0 comments on commit b4bee78

Please sign in to comment.