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 serde_with from 3.1.0 to 3.2.0

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.1.0...v3.2.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]
2023-08-08 19:25:59 +00:00
committed by Quentin Gliech
parent 13e1835a5b
commit bcc988beff
7 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ mime = "0.3.17"
rand = "0.8.5"
sentry = { version = "0.31.5", default-features = false }
serde = "1.0.183"
serde_with = "3.1.0"
serde_with = "3.2.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.104"
thiserror = "1.0.44"