forked from mirrors/jj
cargo: bump git2 from 0.17.1 to 0.17.2
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.1 to 0.17.2. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.17.1...0.17.2) --- 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:
parent
f27ac22ba4
commit
b9f2f634be
4 changed files with 7 additions and 7 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -641,9 +641,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.17.1"
|
||||
version = "0.17.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
|
||||
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"libc",
|
||||
|
@ -921,9 +921,9 @@ checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
|||
|
||||
[[package]]
|
||||
name = "libgit2-sys"
|
||||
version = "0.15.1+1.6.4"
|
||||
version = "0.15.2+1.6.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
|
||||
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
@ -42,7 +42,7 @@ criterion = {version = "0.4.0", optional = true }
|
|||
crossterm = { version = "0.26", default-features = false }
|
||||
dirs = "5.0.1"
|
||||
esl01-renderdag = "0.3.0"
|
||||
git2 = "0.17.1"
|
||||
git2 = "0.17.2"
|
||||
glob = "0.3.1"
|
||||
hex = "0.4.3"
|
||||
indexmap = "1.9.3"
|
||||
|
|
|
@ -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.7"
|
||||
git2 = "0.17.1"
|
||||
git2 = "0.17.2"
|
||||
hex = "0.4.3"
|
||||
itertools = "0.10.5"
|
||||
maplit = "1.0.2"
|
||||
|
|
|
@ -16,7 +16,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
||||
git2 = "0.17.1"
|
||||
git2 = "0.17.2"
|
||||
itertools = "0.10.5"
|
||||
jujutsu-lib = { path = ".." }
|
||||
rand = "0.8.5"
|
||||
|
|
Loading…
Reference in a new issue