From c35a0cace8369a2395c35c4741111b6208dbe098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:38:34 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to >=0.16, <=0.20 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa94593..6344e69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" dependencies = [ "bitflags 2.4.0", "libc", @@ -477,9 +477,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "libgit2-sys" -version = "0.17.0+1.8.1" +version = "0.18.0+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 08aa7f0..308cbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ schemars = { version = "0.8.12", features = ["preserve_order"], optional = true clap = { version = "4.2", features = ["derive"], optional = true } proc-exit = { version = "2.0", optional = true } env_logger = { version = "0.11.1", optional = true } -git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = ">=0.16, <=0.20", default-features = false, features = ["vendored-libgit2"] } log = "0.4.17" [dev-dependencies]