1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

build(deps): bump serde_with from 3.8.1 to 3.8.2

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.1...v3.8.2)

---
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]
2024-07-01 10:18:26 +00:00
committed by Quentin Gliech
parent f80d205b92
commit a9cf0c33c8
7 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View File

@@ -5330,9 +5330,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_with" name = "serde_with"
version = "3.8.1" version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"chrono", "chrono",
@@ -5348,9 +5348,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_with_macros" name = "serde_with_macros"
version = "3.8.1" version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6"
dependencies = [ dependencies = [
"darling 0.20.8", "darling 0.20.8",
"proc-macro2", "proc-macro2",

View File

@@ -26,7 +26,7 @@ mime = "0.3.17"
rand.workspace = true rand.workspace = true
sentry = { version = "0.31.8", default-features = false } sentry = { version = "0.31.8", default-features = false }
serde.workspace = true serde.workspace = true
serde_with = "3.8.1" serde_with = "3.8.2"
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"
serde_json.workspace = true serde_json.workspace = true
thiserror.workspace = true thiserror.workspace = true

View File

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

View File

@@ -45,7 +45,7 @@ sqlx.workspace = true
# Various structure (de)serialization # Various structure (de)serialization
serde.workspace = true serde.workspace = true
serde_with = { version = "3.8.1", features = ["hex", "chrono"] } serde_with = { version = "3.8.2", features = ["hex", "chrono"] }
serde_json.workspace = true serde_json.workspace = true
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"

View File

@@ -28,7 +28,7 @@ schemars.workspace = true
sec1 = "0.7.3" sec1 = "0.7.3"
serde.workspace = true serde.workspace = true
serde_json.workspace = true serde_json.workspace = true
serde_with = "3.8.1" serde_with = "3.8.2"
sha2 = { version = "0.10.8", features = ["oid"] } sha2 = { version = "0.10.8", features = ["oid"] }
signature = "2.2.0" signature = "2.2.0"
thiserror.workspace = true thiserror.workspace = true

View File

@@ -17,7 +17,7 @@ serde.workspace = true
serde_json.workspace = true serde_json.workspace = true
language-tags = { version = "0.3.2", features = ["serde"] } language-tags = { version = "0.3.2", features = ["serde"] }
url.workspace = true url.workspace = true
serde_with = { version = "3.8.1", features = ["chrono"] } serde_with = { version = "3.8.2", features = ["chrono"] }
chrono.workspace = true chrono.workspace = true
sha2 = "0.10.8" sha2 = "0.10.8"
data-encoding = "2.6.0" data-encoding = "2.6.0"

View File

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