1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-06 05:42:30 +03:00

build(deps): bump rustls-pemfile from 1.0.2 to 1.0.3

Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.2 to 1.0.3.
- [Commits](https://github.com/rustls/pemfile/commits)

---
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]
2023-06-28 19:10:45 +00:00
committed by Quentin Gliech
parent eeee80b92c
commit e3b51c09fa
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ serde_with = { version = "3.0.0", features = ["hex", "chrono"] }
serde_json = "1.0.99"
pem-rfc7468 = "0.7.0"
rustls-pemfile = "1.0.2"
rustls-pemfile = "1.0.3"
rand = "0.8.5"
rand_chacha = "0.3.1"