1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump rustls-pemfile from 2.1.2 to 2.1.3

Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/compare/v/2.1.2...v/2.1.3)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-04 21:03:07 +00:00
committed by Quentin Gliech
parent ffab940b32
commit e23baff996
3 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ serde_json.workspace = true
pem-rfc7468 = "0.7.0"
rustls-pki-types = "1.7.0"
rustls-pemfile = "2.1.2"
rustls-pemfile = "2.1.3"
rand.workspace = true
rand_chacha = "0.3.1"

View File

@ -30,7 +30,7 @@ tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "2.1.2"
rustls-pemfile = "2.1.3"
tokio.workspace = true
tokio-test = "0.4.4"
tracing-subscriber.workspace = true