From 8fe2da32f9285f7b0372bfa673352f344c055b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:45:53 +0000 Subject: [PATCH] Bump git2 from 0.20.0 to 0.21.0 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.0 to 0.21.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.0...git2-0.21.0) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd718ab9e..ed63b1708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2858,15 +2858,14 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" +checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e" dependencies = [ "bitflags 2.9.4", "libc", "libgit2-sys", "log", - "url", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2fbcc64ef..e67c147bd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -37,7 +37,7 @@ deno_runtime = { version = "0.177.0", optional = true } dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } env_logger = "0.11.6" futures = "^0.3" -git2 = { version = "0.20.0", default-features = false } +git2 = { version = "0.21.0", default-features = false } git-version = "0.3.5" home = "0.5.3" ignore = { version = "0.4.20", optional = true }