From 9f08ea67024fdbc4c58b90521af14cf876292956 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 13 Feb 2024 04:13:38 +0800 Subject: [PATCH] fix(dep): upgrade git2 to resolve CVEs (#153) 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"