mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump git2 from 0.16.0 to 0.16.1 (#7807)
This commit is contained in:
parent
625fe8866c
commit
166a927c20
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1566,9 +1566,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",
|
||||
|
@ -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.16.0"
|
||||
git2 = "0.16.1"
|
||||
|
Loading…
Reference in New Issue
Block a user