From 7123b51e80cc4e0959dc7d68fd0b1ae3fd047ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:14:25 +0000 Subject: [PATCH] Bump serde_with from 2.0.1 to 2.1.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... 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/iana/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/oauth2-types/Cargo.toml | 2 +- crates/router/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adb631f9..f79d734c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4360,9 +4360,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f2d60d049ea019a84dcd6687b0d1e0030fe663ae105039bdf967ed5e6a9a7" +checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef" dependencies = [ "base64", "chrono", @@ -4376,9 +4376,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccadfacf6cf10faad22bbadf55986bdd0856edfb5d9210aa1dcf1f516e84e93" +checksum = "e3452b4c0f6c1e357f73fdb87cd1efabaa12acf328c7a528e252893baeb3f4aa" dependencies = [ "darling", "proc-macro2", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 304ace66..0a1c05a5 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -19,7 +19,7 @@ http-body = "0.4.5" mime = "0.3.16" rand = "0.8.5" serde = "1.0.147" -serde_with = "2.0.1" +serde_with = "2.1.0" serde_urlencoded = "0.7.1" serde_json = "1.0.87" sqlx = "0.6.2" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index f0964187..677e0a22 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -20,7 +20,7 @@ url = { version = "2.3.1", features = ["serde"] } ulid = { version = "1.0.0", features = ["serde"] } serde = { version = "1.0.147", features = ["derive"] } -serde_with = { version = "2.0.1", features = ["hex", "chrono"] } +serde_with = { version = "2.1.0", features = ["hex", "chrono"] } serde_json = "1.0.87" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } lettre = { version = "0.10.1", default-features = false, features = ["serde", "builder"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 139a45eb..324d6d3b 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -35,7 +35,7 @@ sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization serde = { version = "1.0.147", features = ["derive"] } -serde_with = { version = "2.0.1", features = ["hex", "chrono"] } +serde_with = { version = "2.1.0", features = ["hex", "chrono"] } serde_json = "1.0.87" serde_urlencoded = "0.7.1" diff --git a/crates/iana/Cargo.toml b/crates/iana/Cargo.toml index df8c5e45..df9b79ba 100644 --- a/crates/iana/Cargo.toml +++ b/crates/iana/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde_with = "2.0.1" +serde_with = "2.1.0" schemars = "0.8.11" parse-display = "0.6.0" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 6b73cbcd..7e20e3c0 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -23,7 +23,7 @@ schemars = "0.8.11" sec1 = "0.3.0" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.87" -serde_with = { version = "2.0.1", features = ["base64"] } +serde_with = { version = "2.1.0", features = ["base64"] } sha2 = { version = "0.10.6", features = ["oid"] } signature = "1.6.4" thiserror = "1.0.37" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 8b47d72b..fc711706 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -13,7 +13,7 @@ language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } parse-display = "0.6.0" indoc = "1.0.7" -serde_with = { version = "2.0.1", features = ["chrono"] } +serde_with = { version = "2.1.0", features = ["chrono"] } chrono = "0.4.23" sha2 = "0.10.6" data-encoding = "2.3.2" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 9b720e22..239ab665 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -9,6 +9,6 @@ license = "Apache-2.0" axum = { version = "0.6.0-rc.2", default-features = false } serde = { version = "1.0.147", features = ["derive"] } serde_urlencoded = "0.7.1" -serde_with = "2.0.1" +serde_with = "2.1.0" url = "2.3.1" ulid = "1.0.0"