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
46 changes: 42 additions & 4 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 @@ -80,7 +80,7 @@ nucleo = "0.5" # Fast fuzzy matcher
pulldown-cmark = "0.13" # Markdown parsing (0.12+ has breaking API changes)
similar = "2.4" # Diff algorithm
unicode-width = "0.2" # Unicode character display width
rand = "0.9" # Random number generation
rand = "0.10" # Random number generation
url = "2" # URL parsing for SSRF protection
ctrlc = "3"

Expand Down
Loading