From c13a63ab9a5cb860ae016bfdb0a32e980cf46617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:46:59 +0000 Subject: [PATCH] Update git2-curl requirement from 0.14.1 to 0.21.0 Updates the requirements on [git2-curl](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.1...git2-curl-0.14.1) --- updated-dependencies: - dependency-name: git2-curl dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20dfd54..3f5de5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0" filetime = "0.2.9" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } git2 = "0.13.23" -git2-curl = "0.14.1" +git2-curl = "0.21.0" glob = "0.3.0" hex = "0.4" home = "0.5"