Skip to content

Commit 35780b8

Browse files
Bump sha2 from 0.10.9 to 0.11.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7834651 commit 35780b8

2 files changed

Lines changed: 87 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 86 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-extras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rand = { version = "0.8", optional = true }
7272
base64 = { version = "0.22", optional = true }
7373

7474
# OAuth2 (feature-gated)
75-
sha2 = { version = "0.10", optional = true }
75+
sha2 = { version = "0.11", optional = true }
7676

7777
# Replay (feature-gated)
7878
uuid = { workspace = true, optional = true }

0 commit comments

Comments
 (0)