From 689ec4fe9502ecfe3c13a92e12a8309ae7959789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:22:05 +0000 Subject: [PATCH] chore(deps): 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b17448b..efb6bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,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", @@ -905,7 +905,7 @@ dependencies = [ "config", "dotenvy", "futures", - "git2 0.16.0", + "git2 0.16.1", "lazy_static", "mime", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 183e7f7..f1c74a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.3.0" config = { version = "0.13.3", features = ["toml"] } dotenvy = "0.15.6" futures = "0.3.25" -git2 = "0.16.0" +git2 = "0.16.1" lazy_static = "1.4.0" mime = "0.3" number_prefix = "0.4.0"