Skip to content

Commit b1baaaf

Browse files
build(deps): bump cmac from 0.8.0-rc.4 to 0.8.0-rc.5
Bumps [cmac](https://github.com/RustCrypto/MACs) from 0.8.0-rc.4 to 0.8.0-rc.5. - [Commits](RustCrypto/MACs@cmac-v0.8.0-rc.4...cmac-v0.8.0-rc.5) --- updated-dependencies: - dependency-name: cmac dependency-version: 0.8.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed495db commit b1baaaf

3 files changed

Lines changed: 33 additions & 9 deletions

File tree

Cargo.lock

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

aes-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.85"
2020
aead = "0.6.0-rc.10"
2121
aes = "0.9.0-rc.4"
2222
cipher = "0.5"
23-
cmac = "0.8.0-rc.4"
23+
cmac = "0.8.0-rc.5"
2424
ctr = "0.10.0-rc.3"
2525
dbl = "0.5"
2626
digest = { version = "0.11.0-rc.11", features = ["mac"] }

eax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust-version = "1.85"
2222
[dependencies]
2323
aead = { version = "0.6.0-rc.10", default-features = false }
2424
cipher = "0.5"
25-
cmac = "0.8.0-rc.3"
25+
cmac = "0.8.0-rc.5"
2626
ctr = "0.10.0-rc.3"
2727
subtle = { version = "2", default-features = false }
2828

0 commit comments

Comments
 (0)