Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 75 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builtins/session/valkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_yaml = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
sha2 = "0.10"
sha2 = "0.11"
# URL building/parsing so connection credentials are percent-encoded and
# the wire scheme is consistent with the TLS setting (already in the tree
# via redis-rs).
Expand Down
2 changes: 1 addition & 1 deletion crates/apl-cpex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tracing = { workspace = true }
# is explicitly documented as not-stable-across-Rust-versions; session
# keys persist across process restarts (SessionStore), so we need an
# algorithmically fixed hash.
sha2 = "0.10"
sha2 = "0.11"

[dev-dependencies]
serde = { workspace = true }
Expand Down
Loading