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
88 changes: 76 additions & 12 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_yaml_ng = "0.10"
# tree, adding two entries to the reviewed duplicate graph in
# `release-policy.json` for no functional gain.
schemars = { version = "=1.2.1", features = ["preserve_order"] }
sha2 = "0.10"
sha2 = "0.11"
# The specta stack stays `=`-pinned, but no longer because of the Rust floor:
# tauri-specta, specta, and specta-typescript are lock-step prereleases whose
# combined exporter output is what `src/lib/bindings.ts` is checked against
Expand Down
Loading