Skip to content

Commit b1f05eb

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 1ff4df6 commit b1f05eb

2 files changed

Lines changed: 92 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 91 additions & 27 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
@@ -71,7 +71,7 @@ rand = { version = "0.8", optional = true }
7171
base64 = { version = "0.22", optional = true }
7272

7373
# OAuth2 (feature-gated)
74-
sha2 = { version = "0.10", optional = true }
74+
sha2 = { version = "0.11", optional = true }
7575

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

0 commit comments

Comments
 (0)