From 0025c077cec4bbd786010d580122fedc463f52c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:43:24 +0000 Subject: [PATCH] Update git2 requirement from 0.19 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 e28c4e6..f7007da 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.19" +git2 = "0.20" prost-build = "0.13" walkdir = "2.3" argh = "0.1"