From 19f6cf851aec24362cd1c397bf51b24c203b2caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:30:05 +0000 Subject: [PATCH] Bump serde_with from 1.12.0 to 1.12.1 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 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 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68f30a4c..69cf22f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3576,9 +3576,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec1e6ec4d8950e5b1e894eac0d360742f3b1407a6078a604a731c4b3f49cefbc" +checksum = "946fa04a8ac43ff78a1f4b811990afb9ddbdf5890b46d6dda0ba1998230138b7" dependencies = [ "base64", "chrono", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 96aa5277..76e8096a 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -18,7 +18,7 @@ http = "0.2.6" mime = "0.3.16" rand = "0.8.5" serde = "1.0.136" -serde_with = "1.12.0" +serde_with = "1.12.1" serde_urlencoded = "0.7.1" serde_json = "1.0.79" sqlx = "0.5.11" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 33db1753..9330b614 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version = "0.4.19", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } serde = { version = "1.0.136", features = ["derive"] } -serde_with = { version = "1.12.0", features = ["hex", "chrono"] } +serde_with = { version = "1.12.1", features = ["hex", "chrono"] } serde_json = "1.0.79" sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] } lettre = { version = "0.10.0-rc.5", default-features = false, features = ["serde", "builder"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index bd49d5b2..5255579a 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -34,7 +34,7 @@ sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization serde = { version = "1.0.136", features = ["derive"] } -serde_with = { version = "1.12.0", features = ["hex", "chrono"] } +serde_with = { version = "1.12.1", features = ["hex", "chrono"] } serde_json = "1.0.79" serde_urlencoded = "0.7.1" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 5d05eb08..64c3621f 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -26,7 +26,7 @@ schemars = "0.8.8" sec1 = "0.2.1" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" -serde_with = { version = "1.12.0", features = ["base64"] } +serde_with = { version = "1.12.1", features = ["base64"] } sha2 = "0.10.2" signature = "1.4.0" thiserror = "1.0.30" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 9e24ce66..70295247 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.2.2", features = ["serde"] } parse-display = "0.5.5" indoc = "1.0.4" -serde_with = { version = "1.12.0", features = ["chrono"] } +serde_with = { version = "1.12.1", features = ["chrono"] } chrono = "0.4.19" sha2 = "0.10.2" data-encoding = "2.3.2"