cargo: bump git2 from 0.17.0 to 0.17.1

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.17.0...0.17.1)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-17 16:00:33 +00:00 committed by github-actions[bot]
parent e448198530
commit c7b66606a1
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -640,9 +640,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89511277159354bea13ae1e53e0c9ab85ba1b20d7e91618fa30e6bc5566857fb"
checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
dependencies = [
"bitflags 1.3.2",
"libc",
@ -911,9 +911,9 @@ checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
[[package]]
name = "libgit2-sys"
version = "0.15.0+1.6.3"
version = "0.15.1+1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "032e537ae4dd4e50c877f258dc55fcd0657b5021f454094a425bb6bcc9edea4c"
checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
dependencies = [
"cc",
"libc",

View File

@ -42,7 +42,7 @@ criterion = {version = "0.4.0", optional = true }
crossterm = { version = "0.26", default-features = false }
dirs = "5.0.0"
esl01-renderdag = "0.3.0"
git2 = "0.17.0"
git2 = "0.17.1"
glob = "0.3.1"
hex = "0.4.3"
indexmap = "1.9.3"

View File

@ -28,7 +28,7 @@ bytes = "1.4.0"
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
digest = "0.10.6"
git2 = "0.17.0"
git2 = "0.17.1"
hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"

View File

@ -16,7 +16,7 @@ publish = false
[dependencies]
config = { version = "0.13.2", default-features = false, features = ["toml"] }
git2 = "0.17.0"
git2 = "0.17.1"
itertools = "0.10.5"
jujutsu-lib = { path = ".." }
rand = "0.8.5"