Skip to content

Commit d58b31f

Browse files
chore(deps): update rust crate git2 to 0.18.0
1 parent 6b3e2af commit d58b31f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Cargo.lock

Lines changed: 15 additions & 9 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
@@ -68,7 +68,7 @@ schemars = { version = "0.8.12", features = ["preserve_order"], optional = true
6868
clap = { version = "4.2", features = ["derive"], optional = true }
6969
proc-exit = { version = "2.0", optional = true }
7070
env_logger = { version = "0.10.0", optional = true }
71-
git2 = { version = "0.17.0", default-features = false, features = ["vendored-libgit2"] }
71+
git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] }
7272
log = "0.4.17"
7373

7474
[dev-dependencies]

0 commit comments

Comments
 (0)