From 8b9a93f901efeaa765e6c9dbb33aad518e74ca2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Sep 2023 15:30:02 +0200 Subject: Update Rust crate git2 to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b9278f6..eeea371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-utilities"] [dependencies] clap = { version = "4.4.3", features = ["derive"] } comfy-table = "6.2.0" -git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] } humansize = "2.1.3" nix = { version = "0.26.2", default-features = false, features = ["user"] } rustyline = { version = "11.0.0", default-features = false } -- cgit v1.2.3