Skip to content

Commit 1ae61ad

Browse files
cargo(deps): bump rust-argon2 from 2.1.0 to 3.0.0 (#12)
Bumps [rust-argon2](https://github.com/sru-systems/rust-argon2) from 2.1.0 to 3.0.0. - [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md) - [Commits](sru-systems/rust-argon2@2.1.0...3.0.0) --- updated-dependencies: - dependency-name: rust-argon2 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c920b2 commit 1ae61ad

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Cargo.lock

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

wskdf-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
alkali = { version = "0.3", optional = true }
99
anyhow = { workspace = true }
1010
rand = { workspace = true }
11-
rust-argon2 = { version = "2", optional = true }
11+
rust-argon2 = { version = "3", optional = true }
1212

1313
[dev-dependencies]
1414
hex = { workspace = true }

0 commit comments

Comments
 (0)