Skip to content

Commit

Permalink
Update git2 dependency to 0.19
Browse files Browse the repository at this point in the history
This change updates the git2 dependency that we consume to 0.19.
  • Loading branch information
d-e-s-o committed Aug 20, 2024
1 parent 7bac6b7 commit ecdc064
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased
----------
- Bumped minimum supported Rust version to `1.64`
- Bumped `git2` dependency to `0.19`


0.1.6
Expand Down
10 changes: 5 additions & 5 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 @@ -35,7 +35,7 @@ incremental = false

[dependencies]
anyhow = {version = "1.0.14"}
git2 = {version = "0.17"}
git2 = {version = "0.19"}
serde = {version = "1.0.1", features = ["derive"]}
serde_json = {version = "1.0"}
sha2 = {version = "0.10"}
Expand Down

0 comments on commit ecdc064

Please sign in to comment.