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
132 changes: 23 additions & 109 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
rusqlite = { version = "0.40", features = ["bundled"] }
# Locating a user's home directory, to find the version-manager shim
# directories a desktop launch's stripped PATH leaves out.
dirs = "5"
dirs = "6"
# PKCE code challenges. The authorization-code flow hashes its verifier with
# SHA-256 and nothing else in the tree needs a digest.
sha2 = "0.10"
Expand Down