From f907d86bc9185c971576c6d181cb3454874094bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:34:36 +0000 Subject: [PATCH] Update Rust crate git2 to v0.20.2 --- Cargo.lock | 4 ++-- crates/crates_io_index/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 273155c55f1..6d26aa6d537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,9 +2397,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git2" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9" +checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ "bitflags", "libc", diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 84c780ddc4a..35bbddbae32 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -19,7 +19,7 @@ testing = [] anyhow = "=1.0.98" base64 = "=0.22.1" crates_io_env_vars = { path = "../crates_io_env_vars" } -git2 = "=0.20.1" +git2 = "=0.20.2" secrecy = "=0.10.3" serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140"