From c7b66606a181d77d1b18aad3e2f1fc6a0003451d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:00:33 +0000 Subject: [PATCH] cargo: bump git2 from 0.17.0 to 0.17.1 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.17.0...0.17.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- lib/testutils/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2f9a2a5e..d92f74a25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89511277159354bea13ae1e53e0c9ab85ba1b20d7e91618fa30e6bc5566857fb" +checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5" dependencies = [ "bitflags 1.3.2", "libc", @@ -911,9 +911,9 @@ checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" [[package]] name = "libgit2-sys" -version = "0.15.0+1.6.3" +version = "0.15.1+1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "032e537ae4dd4e50c877f258dc55fcd0657b5021f454094a425bb6bcc9edea4c" +checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 631fbe014..924623740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ criterion = {version = "0.4.0", optional = true } crossterm = { version = "0.26", default-features = false } dirs = "5.0.0" esl01-renderdag = "0.3.0" -git2 = "0.17.0" +git2 = "0.17.1" glob = "0.3.1" hex = "0.4.3" indexmap = "1.9.3" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f4d9eac2b..27357f971 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -28,7 +28,7 @@ bytes = "1.4.0" chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } config = { version = "0.13.3", default-features = false, features = ["toml"] } digest = "0.10.6" -git2 = "0.17.0" +git2 = "0.17.1" hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" diff --git a/lib/testutils/Cargo.toml b/lib/testutils/Cargo.toml index 5ec64199c..1b8222ffc 100644 --- a/lib/testutils/Cargo.toml +++ b/lib/testutils/Cargo.toml @@ -16,7 +16,7 @@ publish = false [dependencies] config = { version = "0.13.2", default-features = false, features = ["toml"] } -git2 = "0.17.0" +git2 = "0.17.1" itertools = "0.10.5" jujutsu-lib = { path = ".." } rand = "0.8.5"