diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-06 20:59:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-06 20:59:44 +0000 |
| commit | 86a4677b9c91b9b125f16c35b5840839d7d7346b (patch) | |
| tree | c986838f5be467e3b27afd7662b2d4eb18e2fbf6 /crates | |
| parent | 105ed5d905b4124af283af03870e3d4f6a63365a (diff) | |
crates: bump git2 from 0.19.0 to 0.20.0 (#72)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.20.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0)
---
updated-dependencies:
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/git-tracker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml index 14af5d0..0d865f1 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true publish = false [dependencies] -git2 = { version = "0.19", default-features = false, features = ["https"] } +git2 = { version = "0.20", default-features = false, features = ["https"] } log.workspace = true thiserror = "1.0" |
