mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Bump git2 from 0.15.0 to 0.16.0 (#7731)
This commit is contained in:
parent
bf45a5860e
commit
b8db928c58
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1506,9 +1506,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
|
||||
checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"libc",
|
||||
|
@ -2055,9 +2055,9 @@ checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
|
|||
|
||||
[[package]]
|
||||
name = "libgit2-sys"
|
||||
version = "0.14.0+1.5.0"
|
||||
version = "0.14.1+1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
|
||||
checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
@ -15,4 +15,4 @@ nu-plugin = { path="../nu-plugin", version = "0.74.1" }
|
|||
nu-protocol = { path="../nu-protocol", version = "0.74.1" }
|
||||
nu-engine = { path="../nu-engine", version = "0.74.1" }
|
||||
|
||||
git2 = "0.15.0"
|
||||
git2 = "0.16.0"
|
||||
|
|
Loading…
Reference in a new issue