Skip to content

Commit

Permalink
build(deps): bump ascon from 0.3.1 to 0.4.0 (#545)
Browse files Browse the repository at this point in the history
Bumps [ascon](https://github.com/RustCrypto/sponges) from 0.3.1 to 0.4.0.
- [Commits](RustCrypto/sponges@ascon-v0.3.1...ascon-v0.4.0)

---
updated-dependencies:
- dependency-name: ascon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent e94ba5a commit 035ec25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 ascon-aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ subtle = { version = "2", default-features = false }
zeroize = { version = "1.6", optional = true, default-features = false, features = [
"derive",
] }
ascon = "0.3"
ascon = "0.4"

[dev-dependencies]
hex = "0.4"
Expand Down

0 comments on commit 035ec25

Please sign in to comment.