Skip to content
Merged
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
4 changes: 2 additions & 2 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 crates/clx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ toml = { workspace = true }

# Per-project config trust (file-hash allowlist, §3.11). sha2/hex are already
# in the transitive graph; pin direct versions so we own the API surface.
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"

# Inter-process advisory file lock for the credential store read-modify-write
Expand Down
2 changes: 1 addition & 1 deletion crates/clx-hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono.workspace = true
regex.workspace = true
rusqlite.workspace = true
toml.workspace = true
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"

[lints]
Expand Down