From b78a6d9f843b93db4e614f75e11bee2e16fbe346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:32:23 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.7 to 0.10.8 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.7...sha2-v0.10.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/jose/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 c2f2818c..af40dc6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5126,9 +5126,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 201754fe..7da1a10f 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -25,7 +25,7 @@ sec1 = "0.7.3" serde.workspace = true serde_json.workspace = true serde_with = "3.3.0" -sha2 = { version = "0.10.7", features = ["oid"] } +sha2 = { version = "0.10.8", features = ["oid"] } signature = "2.1.0" thiserror.workspace = true tracing.workspace = true diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 96d85653..9edeec7a 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -16,7 +16,7 @@ url.workspace = true parse-display = "0.8.2" serde_with = { version = "3.3.0", features = ["chrono"] } chrono.workspace = true -sha2 = "0.10.7" +sha2 = "0.10.8" data-encoding = "2.4.0" thiserror.workspace = true