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

Bump serde_with from 2.0.0 to 2.0.1

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: serde_with
  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]
2022-09-12 19:29:02 +00:00
committed by Quentin Gliech
parent 42e5c46e8a
commit 5fcdbe67c6
7 changed files with 10 additions and 10 deletions

View File

@ -32,7 +32,7 @@ sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }
# Various structure (de)serialization
serde = { version = "1.0.144", features = ["derive"] }
serde_with = { version = "2.0.0", features = ["hex", "chrono"] }
serde_with = { version = "2.0.1", features = ["hex", "chrono"] }
serde_json = "1.0.85"
serde_urlencoded = "0.7.1"