Skip to content

Commit

Permalink
build(deps): 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 eca868a commit 7061723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 aes-siv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aes = "=0.9.0-pre.2"
cipher = "=0.5.0-pre.7"
cmac = "0.8.0-pre.2"
ctr = "0.10.0-pre.2"
dbl = "0.4.0-rc.0"
dbl = "0.4.0-rc.1"
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
zeroize = { version = "1", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion ocb3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.81"
aead = { version = "0.6.0-rc.0", default-features = false }
cipher = "=0.5.0-pre.7"
ctr = "0.10.0-pre.2"
dbl = "=0.4.0-rc.0"
dbl = "=0.4.0-rc.1"
subtle = { version = "2", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

Expand Down

0 comments on commit 7061723

Please sign in to comment.