1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

View File

@@ -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"