Skip to content

Commit 035ec25

Browse files
build(deps): bump ascon from 0.3.1 to 0.4.0 (#545)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e94ba5a commit 035ec25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

ascon-aead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ subtle = { version = "2", default-features = false }
2020
zeroize = { version = "1.6", optional = true, default-features = false, features = [
2121
"derive",
2222
] }
23-
ascon = "0.3"
23+
ascon = "0.4"
2424

2525
[dev-dependencies]
2626
hex = "0.4"

0 commit comments

Comments
 (0)