diff --git a/Cargo.lock b/Cargo.lock index ef0bd966f..6575a0ad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5691,9 +5691,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64 0.22.1", "chrono", @@ -5709,9 +5709,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index a6994c077..275dba59f 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -29,7 +29,7 @@ mime = "0.3.17" rand.workspace = true sentry.workspace = true serde.workspace = true -serde_with = "3.9.0" +serde_with = "3.11.0" serde_urlencoded = "0.7.1" serde_json.workspace = true thiserror.workspace = true diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b474b69a8..58e699fd8 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -27,7 +27,7 @@ ulid.workspace = true url.workspace = true serde.workspace = true -serde_with = { version = "3.9.0", features = ["hex", "chrono"] } +serde_with = { version = "3.11.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 827e2a8c7..0e64fbca8 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -48,7 +48,7 @@ sqlx.workspace = true # Various structure (de)serialization serde.workspace = true -serde_with = { version = "3.9.0", features = ["hex", "chrono"] } +serde_with = { version = "3.11.0", features = ["hex", "chrono"] } serde_json.workspace = true serde_urlencoded = "0.7.1" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 43fc777c5..4a9bf6384 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -28,7 +28,7 @@ schemars.workspace = true sec1 = "0.7.3" serde.workspace = true serde_json.workspace = true -serde_with = "3.9.0" +serde_with = "3.11.0" sha2 = { version = "0.10.8", features = ["oid"] } signature = "2.2.0" thiserror.workspace = true diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index eec0fe794..c8d21bbff 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -17,7 +17,7 @@ serde.workspace = true serde_json.workspace = true language-tags = { version = "0.3.2", features = ["serde"] } url.workspace = true -serde_with = { version = "3.9.0", features = ["chrono"] } +serde_with = { version = "3.11.0", features = ["chrono"] } chrono.workspace = true sha2 = "0.10.8" data-encoding = "2.6.0" diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 8f7490137..95152e046 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -29,7 +29,7 @@ rand.workspace = true serde.workspace = true serde_json.workspace = true serde_urlencoded = "0.7.1" -serde_with = "3.9.0" +serde_with = "3.11.0" thiserror.workspace = true tower.workspace = true tracing.workspace = true