Skip to content

Commit

Permalink
Update gix to version 0.62
Browse files Browse the repository at this point in the history
This update contains a security fix for
https://rustsec.org/advisories/RUSTSEC-2024-0335.html
  • Loading branch information
blinxen authored and jpgrayson committed Apr 15, 2024
1 parent 9afe502 commit 05977c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
45 changes: 23 additions & 22 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 @@ -37,7 +37,7 @@ clap = { version = "~4.5", default-features = false, features = [
ctrlc = "3.4"
encoding_rs = "0.8"
flate2 = "1"
gix = { version = "0.61", default-features = false, features = ["revision"] }
gix = { version = "0.62", default-features = false, features = ["revision"] }
gix-command = "0.3.4"
indexmap = "2.1"
is-terminal = "0.4"
Expand Down

0 comments on commit 05977c6

Please sign in to comment.