Skip to content

Commit 50e16d4

Browse files
chore(deps): Update Rust crate git2 to >=0.16, <=0.19
1 parent 63fdb58 commit 50e16d4

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
@@ -132,7 +132,7 @@ anstream = "0.6.13"
132132
anstyle = "1.0.6"
133133

134134
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
135-
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
135+
git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] }
136136
serde_json = "1.0.116"
137137
itertools = "0.13.0"
138138

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.19", 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)