From 739da9681005cf24c5928251fed1b02368830cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:56:32 +0000 Subject: [PATCH] chore(deps): bump git2 from 0.19.0 to 0.20.0 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- rocks-bin/Cargo.toml | 2 +- rocks-lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79125a5..7329bcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1230,9 +1230,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" dependencies = [ "bitflags 2.6.0", "libc", @@ -1929,9 +1929,9 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libgit2-sys" -version = "0.17.0+1.8.1" +version = "0.18.0+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" dependencies = [ "cc", "libc", diff --git a/rocks-bin/Cargo.toml b/rocks-bin/Cargo.toml index 0fdf61a..25355ad 100644 --- a/rocks-bin/Cargo.toml +++ b/rocks-bin/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" clap = { version = "4.5.3", features = ["derive"] } eyre = "0.6.12" git-url-parse = "0.4.4" -git2 = "0.19.0" +git2 = "0.20.0" inquire = "0.7.5" itertools = "0.14.0" nucleo = "0.5.0" diff --git a/rocks-lib/Cargo.toml b/rocks-lib/Cargo.toml index 3d148f0..520e89a 100644 --- a/rocks-lib/Cargo.toml +++ b/rocks-lib/Cargo.toml @@ -11,7 +11,7 @@ bytes = "1.9.0" cc = { version = "1.2.0", features = ["parallel"] } directories = "6.0.0" git-url-parse = "0.4.4" -git2 = "0.19.0" +git2 = "0.20.0" html-escape = "0.2.13" httpdate = "1.0.3" itertools = "0.14.0"