From 166a927c2047e53ac1fa3a25f15b0f44aaa08129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 13:25:52 +0000 Subject: [PATCH] Bump git2 from 0.16.0 to 0.16.1 (#7807) --- Cargo.lock | 4 ++-- crates/nu_plugin_gstat/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60b7f45d6..159949e2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/nu_plugin_gstat/Cargo.toml b/crates/nu_plugin_gstat/Cargo.toml index 93ab39ea7..4166802d9 100644 --- a/crates/nu_plugin_gstat/Cargo.toml +++ b/crates/nu_plugin_gstat/Cargo.toml @@ -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"