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 1.12.1 to 1.13.0

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v1.12.1...v1.13.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]
2022-04-25 19:24:09 +00:00
committed by Quentin Gliech
parent 988c117c1c
commit a942ee4a7a
6 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ http-body = "0.4.4"
mime = "0.3.16"
rand = "0.8.5"
serde = "1.0.136"
serde_with = "1.12.1"
serde_with = "1.13.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.79"
sqlx = "0.5.13"

View File

@ -19,7 +19,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_with = { version = "1.12.1", features = ["hex", "chrono"] }
serde_with = { version = "1.13.0", features = ["hex", "chrono"] }
serde_json = "1.0.79"
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }
lettre = { version = "0.10.0-rc.5", default-features = false, features = ["serde", "builder"] }

View File

@ -34,7 +34,7 @@ sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }
# Various structure (de)serialization
serde = { version = "1.0.136", features = ["derive"] }
serde_with = { version = "1.12.1", features = ["hex", "chrono"] }
serde_with = { version = "1.13.0", features = ["hex", "chrono"] }
serde_json = "1.0.79"
serde_urlencoded = "0.7.1"

View File

@ -26,7 +26,7 @@ schemars = "0.8.8"
sec1 = "0.2.1"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_with = { version = "1.12.1", features = ["base64"] }
serde_with = { version = "1.13.0", features = ["base64"] }
sha2 = "0.10.2"
signature = "1.4.0"
thiserror = "1.0.30"

View File

@ -13,7 +13,7 @@ language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
parse-display = "0.5.5"
indoc = "1.0.4"
serde_with = { version = "1.12.1", features = ["chrono"] }
serde_with = { version = "1.13.0", features = ["chrono"] }
chrono = "0.4.19"
sha2 = "0.10.2"
data-encoding = "2.3.2"