Skip to content

Commit e417c9c

Browse files
build(deps): 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 e21dc1b commit e417c9c

3 files changed

Lines changed: 77 additions & 13 deletions

File tree

Cargo.lock

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

builtins/session/valkey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde_yaml = { workspace = true }
3737
thiserror = { workspace = true }
3838
tracing = { workspace = true }
3939
tokio = { workspace = true }
40-
sha2 = "0.10"
40+
sha2 = "0.11"
4141
# URL building/parsing so connection credentials are percent-encoded and
4242
# the wire scheme is consistent with the TLS setting (already in the tree
4343
# via redis-rs).

crates/apl-cpex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tracing = { workspace = true }
4444
# is explicitly documented as not-stable-across-Rust-versions; session
4545
# keys persist across process restarts (SessionStore), so we need an
4646
# algorithmically fixed hash.
47-
sha2 = "0.10"
47+
sha2 = "0.11"
4848

4949
[dev-dependencies]
5050
serde = { workspace = true }

0 commit comments

Comments
 (0)