1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +03:00

build(deps): bump serde_with from 3.8.3 to 3.9.0

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.3 to 3.9.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.3...v3.9.0)

---
updated-dependencies:
- dependency-name: serde_with
  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]
2024-07-24 22:22:24 +00:00
committed by Quentin Gliech
parent 81a835c03d
commit 54b1b142df
7 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ ulid.workspace = true
url.workspace = true
serde.workspace = true
serde_with = { version = "3.8.3", features = ["hex", "chrono"] }
serde_with = { version = "3.9.0", features = ["hex", "chrono"] }
serde_json.workspace = true
pem-rfc7468 = "0.7.0"