From 568003a2c665e8795d85fd4e070ce39a206b2f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:02:05 +0000 Subject: [PATCH] Update git2 requirement from 0.18 to 0.20 --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/proto-compiler/Cargo.toml b/tools/proto-compiler/Cargo.toml index 9726462..02d9511 100644 --- a/tools/proto-compiler/Cargo.toml +++ b/tools/proto-compiler/Cargo.toml @@ -7,7 +7,7 @@ publish = false rust-version = "1.60" [dependencies] -git2 = "0.18" +git2 = "0.20" prost-build = "0.12" walkdir = "2.3" argh = "0.1"