1
0
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:
dependabot[bot]
2023-11-16 19:50:17 +00:00
committed by Quentin Gliech
parent a5cc7c3b63
commit a55ea67901
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -7057,9 +7057,9 @@ dependencies = [
[[package]] [[package]]
name = "zeroize" name = "zeroize"
version = "1.6.0" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
[[package]] [[package]]
name = "zerovec" name = "zerovec"

View File

@@ -28,7 +28,7 @@ tokio = { version = "1.34.0", features = ["full"] }
tower = "0.4.13" tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["fs"] } tower-http = { version = "0.4.4", features = ["fs"] }
url.workspace = true url.workspace = true
zeroize = "1.6.0" zeroize = "1.7.0"
tracing.workspace = true tracing.workspace = true
tracing-appender = "0.2.3" tracing-appender = "0.2.3"

View File

@@ -48,7 +48,7 @@ serde_urlencoded = "0.7.1"
argon2 = { version = "0.5.2", features = ["password-hash", "std"] } argon2 = { version = "0.5.2", features = ["password-hash", "std"] }
bcrypt = "0.15.0" bcrypt = "0.15.0"
pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] } pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] }
zeroize = "1.6.0" zeroize = "1.7.0"
# Various data types and utilities # Various data types and utilities
base64ct = "1.6.0" base64ct = "1.6.0"