From b503c2b1b57e6a83c7b6e8870ae61633456b1436 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Sep 2023 14:30:41 +0200 Subject: Update Rust crate git2 to 0.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3da3d03..2c63cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "888123007db34fbff15b5a347d46364dfbad531d6cb43de52cc0b62558f570e2" [[package]] name = "git2" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e" +checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" dependencies = [ "bitflags 2.4.0", "libc", diff --git a/Cargo.toml b/Cargo.toml index 819b9b9..eb9f2e0 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.18.0", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = "0.18.1", default-features = false, features = ["vendored-libgit2"] } humansize = "2.1.3" nix = { version = "0.27.1", default-features = false, features = ["user", "fs"] } rustyline = { version = "11.0.0", default-features = false } -- cgit v1.2.3