Skip to content

Commit

Permalink
Bump dbl from 0.4.0-rc.0 to 0.4.0-rc.1
Browse files Browse the repository at this point in the history
Bumps [dbl](https://github.com/RustCrypto/utils) from 0.4.0-rc.0 to 0.4.0-rc.1.
- [Commits](RustCrypto/utils@dbl-v0.4.0-rc.0...dbl-v0.4.0-rc.1)

---
updated-dependencies:
- dependency-name: dbl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 698af6b commit 3f3f3e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cmac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["tests/cavp_large.rs", "tests/data/cavp_aes128_large.blb"]
[dependencies]
cipher = "=0.5.0-pre.7"
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
dbl = "0.4.0-rc.0"
dbl = "0.4.0-rc.1"

[dev-dependencies]
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
Expand Down
2 changes: 1 addition & 1 deletion pmac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
cipher = "=0.5.0-pre.7"
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
dbl = "0.4.0-rc.0"
dbl = "0.4.0-rc.1"

[dev-dependencies]
aes = "0.9.0-pre.2"
Expand Down

0 comments on commit 3f3f3e9

Please sign in to comment.