Skip to content

Commit 1287b91

Browse files
dependabot[bot]SimonThormeyer
authored andcommitted
build(deps): bump password-hash from 0.5.0 to 0.6.0
Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.5.0 to 0.6.0. - [Commits](RustCrypto/traits@password-hash-v0.5.0...password-hash-v0.6.0) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9f05b5 commit 1287b91

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

Cargo.lock

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

e2e-identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ base64.workspace = true
5757

5858
[dev-dependencies]
5959
argon2 = "0.5"
60-
password-hash = { version = "0.5", features = ["getrandom"] }
60+
password-hash = { version = "0.6", features = ["getrandom"] }
6161
env_logger.workspace = true
6262
wire-e2e-identity = { version = "0.13.0", path = ".", features = ["builder"] }
6363
rusty-jwt-tools = { workspace = true, features = ["test-utils", "rsa"] }

0 commit comments

Comments
 (0)