Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit a55ea67

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump zeroize from 1.6.0 to 1.7.0
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.6.0 to 1.7.0. - [Commits](https://github.com/RustCrypto/utils/commits) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5cc7c3 commit a55ea67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tokio = { version = "1.34.0", features = ["full"] }
2828
tower = "0.4.13"
2929
tower-http = { version = "0.4.4", features = ["fs"] }
3030
url.workspace = true
31-
zeroize = "1.6.0"
31+
zeroize = "1.7.0"
3232

3333
tracing.workspace = true
3434
tracing-appender = "0.2.3"

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serde_urlencoded = "0.7.1"
4848
argon2 = { version = "0.5.2", features = ["password-hash", "std"] }
4949
bcrypt = "0.15.0"
5050
pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] }
51-
zeroize = "1.6.0"
51+
zeroize = "1.7.0"
5252

5353
# Various data types and utilities
5454
base64ct = "1.6.0"

0 commit comments

Comments
 (0)