Skip to content

Commit 28937f4

Browse files
chore(deps): Update Rust crate git2 to >=0.16, <=0.20
1 parent 2a6dc66 commit 28937f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ anstream = "0.6.13"
130130
anstyle = "1.0.6"
131131

132132
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
133-
git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] }
133+
git2 = { version = ">=0.16, <=0.20", default-features = false, features = ["vendored-libgit2"] }
134134
serde_json = "1.0.116"
135135
itertools = "0.14.0"
136136

crates/git-branch-stash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
include.workspace = true
1313

1414
[dependencies]
15-
git2 = { version = ">=0.16, <=0.18", default-features = false }
15+
git2 = { version = ">=0.16, <=0.20", default-features = false }
1616
git-config-env = "0.2.1"
1717
git2-ext = "0.6.1"
1818
log = "0.4.21"

0 commit comments

Comments
 (0)