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

Commit f73d862

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

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
@@ -35,7 +35,7 @@ tokio.workspace = true
3535
tower.workspace = true
3636
tower-http = { version = "0.4.4", features = ["fs"] }
3737
url.workspace = true
38-
zeroize = "1.7.0"
38+
zeroize = "1.8.1"
3939

4040
tracing.workspace = true
4141
tracing-appender = "0.2.3"

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde_urlencoded = "0.7.1"
5353
argon2 = { version = "0.5.3", features = ["password-hash", "std"] }
5454
bcrypt = "0.15.1"
5555
pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] }
56-
zeroize = "1.7.0"
56+
zeroize = "1.8.1"
5757

5858
# Various data types and utilities
5959
base64ct = "1.6.0"

0 commit comments

Comments
 (0)