You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump serde_with from 3.3.0 to 3.4.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.3.0...v3.4.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:
committed by
Quentin Gliech
parent
7b05660d7f
commit
aa5f214fc3
@ -22,7 +22,7 @@ mime = "0.3.17"
|
||||
rand.workspace = true
|
||||
sentry = { version = "0.31.7", default-features = false }
|
||||
serde.workspace = true
|
||||
serde_with = "3.3.0"
|
||||
serde_with = "3.4.0"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
@ -24,7 +24,7 @@ ulid.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
serde.workspace = true
|
||||
serde_with = { version = "3.3.0", features = ["hex", "chrono"] }
|
||||
serde_with = { version = "3.4.0", features = ["hex", "chrono"] }
|
||||
serde_json.workspace = true
|
||||
|
||||
pem-rfc7468 = "0.7.0"
|
||||
|
@ -40,7 +40,7 @@ sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde.workspace = true
|
||||
serde_with = { version = "3.3.0", features = ["hex", "chrono"] }
|
||||
serde_with = { version = "3.4.0", features = ["hex", "chrono"] }
|
||||
serde_json.workspace = true
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
|
@ -24,7 +24,7 @@ schemars = "0.8.15"
|
||||
sec1 = "0.7.3"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_with = "3.3.0"
|
||||
serde_with = "3.4.0"
|
||||
sha2 = { version = "0.10.8", features = ["oid"] }
|
||||
signature = "2.1.0"
|
||||
thiserror.workspace = true
|
||||
|
@ -14,7 +14,7 @@ serde_json.workspace = true
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url.workspace = true
|
||||
parse-display = "0.8.2"
|
||||
serde_with = { version = "3.3.0", features = ["chrono"] }
|
||||
serde_with = { version = "3.4.0", features = ["chrono"] }
|
||||
chrono.workspace = true
|
||||
sha2 = "0.10.8"
|
||||
data-encoding = "2.4.0"
|
||||
|
@ -35,7 +35,7 @@ rand.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_with = "3.3.0"
|
||||
serde_with = "3.4.0"
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.33.0", features = ["rt", "macros", "rt-multi-thread"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user