1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump serde_with from 3.6.0 to 3.7.0

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.6.0...v3.7.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-03-19 07:57:43 +00:00
committed by Quentin Gliech
parent a24ec0fd5d
commit 5dc8e73f7e
7 changed files with 11 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ rand.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"
serde_with = "3.5.1"
serde_with = "3.7.0"
thiserror.workspace = true
tower.workspace = true
tracing.workspace = true