From 28937f414ef93d54403cce4c11e6ca8bcf5bebe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:04:31 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to >=0.16, <=0.20 --- Cargo.toml | 2 +- crates/git-branch-stash/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d964ce8..9a2c627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ anstream = "0.6.13" anstyle = "1.0.6" git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" } -git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = ">=0.16, <=0.20", default-features = false, features = ["vendored-libgit2"] } serde_json = "1.0.116" itertools = "0.14.0" diff --git a/crates/git-branch-stash/Cargo.toml b/crates/git-branch-stash/Cargo.toml index 0e90065..c629e6b 100644 --- a/crates/git-branch-stash/Cargo.toml +++ b/crates/git-branch-stash/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true include.workspace = true [dependencies] -git2 = { version = ">=0.16, <=0.18", default-features = false } +git2 = { version = ">=0.16, <=0.20", default-features = false } git-config-env = "0.2.1" git2-ext = "0.6.1" log = "0.4.21"