Skip to content

Commit 39606f2

Browse files
authored
Merge pull request #95 from gitext-rs/renovate/git2-0.x
chore(deps): Update Rust crate git2 to >=0.16, <=0.19
2 parents 9450d85 + 4a70b20 commit 39606f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ schemars = { version = "0.8.12", features = ["preserve_order"], optional = true
138138
clap = { version = "4.2", features = ["derive"], optional = true }
139139
proc-exit = { version = "2.0", optional = true }
140140
env_logger = { version = "0.11.1", optional = true }
141-
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
141+
git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] }
142142
log = "0.4.17"
143143

144144
[dev-dependencies]

0 commit comments

Comments
 (0)