From 9486460aae98e15a791eb8803e913becf8bedb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:20:43 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.8.2 to 3.8.3 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/axum-utils/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/oauth2-types/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03058c2a..00c3136a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5530,9 +5530,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169" +checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377" dependencies = [ "base64 0.22.1", "chrono", @@ -5548,9 +5548,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6" +checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" dependencies = [ "darling 0.20.9", "proc-macro2", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index e94202f1..a0363cb5 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.8.2" +serde_with = "3.8.3" 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 8017ac04..89406229 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.8.2", features = ["hex", "chrono"] } +serde_with = { version = "3.8.3", 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 4d4fd04f..f385feb7 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -46,7 +46,7 @@ sqlx.workspace = true # Various structure (de)serialization serde.workspace = true -serde_with = { version = "3.8.2", features = ["hex", "chrono"] } +serde_with = { version = "3.8.3", 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 961db024..2a7fe782 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.8.2" +serde_with = "3.8.3" 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 ccb2edfc..e29febd4 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.8.2", features = ["chrono"] } +serde_with = { version = "3.8.3", 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 70452b4d..277d1a5c 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.8.2" +serde_with = "3.8.3" thiserror.workspace = true tower.workspace = true tracing.workspace = true