You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
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] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
a5cc7c3b63
commit
a55ea67901
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -7057,9 +7057,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zeroize"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
||||
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
||||
|
||||
[[package]]
|
||||
name = "zerovec"
|
||||
|
@@ -28,7 +28,7 @@ tokio = { version = "1.34.0", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tower-http = { version = "0.4.4", features = ["fs"] }
|
||||
url.workspace = true
|
||||
zeroize = "1.6.0"
|
||||
zeroize = "1.7.0"
|
||||
|
||||
tracing.workspace = true
|
||||
tracing-appender = "0.2.3"
|
||||
|
@@ -48,7 +48,7 @@ serde_urlencoded = "0.7.1"
|
||||
argon2 = { version = "0.5.2", features = ["password-hash", "std"] }
|
||||
bcrypt = "0.15.0"
|
||||
pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] }
|
||||
zeroize = "1.6.0"
|
||||
zeroize = "1.7.0"
|
||||
|
||||
# Various data types and utilities
|
||||
base64ct = "1.6.0"
|
||||
|
Reference in New Issue
Block a user