Skip to content

Commit

Permalink
fix(dep): upgrade git2 to resolve CVEs (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Feb 12, 2024
1 parent 452a41e commit 9f08ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"

[build-dependencies]
git2 = { version = "0.18.0", default-features = false }
git2 = { version = "0.18.2", default-features = false }
heck = "0.4"
pbjson-build = { version = "0.6.2", optional = true }
prettyplease = "0.2.4"
Expand Down

0 comments on commit 9f08ea6

Please sign in to comment.