From 39f92b5d4791508d87bf07dec7a6dda64e5b982e Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 13 Feb 2024 00:33:14 +0800 Subject: [PATCH] fix(dep): upgrade git2 to resolve CVEs https://github.com/rust-lang/git2-rs/commit/e4cba794784e9a76965641c1b2c3e59290c8c2ff --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 428fe05..abb92b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" [build-dependencies] -git2 = { version = "0.18.0", default-features = false } +git2 = { version = "0.18.2", default-features = false } heck = "0.4" pbjson-build = { version = "0.6.2", optional = true } prettyplease = "0.2.4"