From da5d2fc52baa4a79521a9e545448c94c227562a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:06:25 +0000 Subject: [PATCH] Bump data-encoding from 2.3.2 to 2.3.3 Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/ia0/data-encoding/releases) - [Commits](https://github.com/ia0/data-encoding/commits) --- updated-dependencies: - dependency-name: data-encoding 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/oauth2-types/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d15f1f72..307a04ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,9 +1420,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" +checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "deadpool" diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 5b7940fc..3d47b390 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.59" axum = { version = "0.6.1", features = ["headers"] } axum-extra = { version = "0.4.2", features = ["cookie-private"] } chrono = "0.4.23" -data-encoding = "2.3.2" +data-encoding = "2.3.3" futures-util = "0.3.25" headers = "0.3.8" http = "0.2.8" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 14c36f0d..0eb3c464 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -16,7 +16,7 @@ indoc = "1.0.7" serde_with = { version = "2.1.0", features = ["chrono"] } chrono = "0.4.23" sha2 = "0.10.6" -data-encoding = "2.3.2" +data-encoding = "2.3.3" thiserror = "1.0.37" mas-iana = { path = "../iana" }