cargo: bump git2 from 0.16.0 to 0.16.1

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.16.0...0.16.1)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-20 23:54:15 +00:00 committed by github-actions[bot]
parent 76e1310f36
commit 034a23f4ec
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -786,9 +786,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b"
checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
dependencies = [
"bitflags",
"libc",

View file

@ -42,7 +42,7 @@ config = { version = "0.13.3", default-features = false, features = ["toml"] }
crossterm = { version = "0.25", default-features = false }
dag = { git = "https://github.com/facebook/sapling", rev = "97e9d5112a4150286b44ba8544f543c69147e195", optional = true, default-features = false }
dirs = "4.0.0"
git2 = "0.16.0"
git2 = "0.16.1"
glob = "0.3.1"
hex = "0.4.3"
itertools = "0.10.5"

View file

@ -24,7 +24,7 @@ byteorder = "1.4.3"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
digest = "0.10.6"
git2 = "0.16.0"
git2 = "0.16.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.16.0"
git2 = "0.16.1"
itertools = "0.10.5"
jujutsu-lib = { path = ".." }
rand = "0.8.5"