Skip to content

Commit

Permalink
Upgrade git2 dependency (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald authored Nov 4, 2024
1 parent de397ad commit a32d6a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -38,7 +38,7 @@ version = "0.1"
features = ["mio-support"]

[dependencies.git2]
version = "0.18"
version = "0.19"
# We use very little of the Git crate. Disabling its default features makes it
# as bare as possible, and sidesteps its openssl dependency, among others.
default-features = false # removes unused openssl dependency
Expand Down

0 comments on commit a32d6a3

Please sign in to comment.