From e661e93cb5fafb174f8f26f34725995aacfa0321 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:05:34 +0900 Subject: [PATCH] chore(deps): pin rust crate git2 from 0.19.0 to =0.19.0 (#934) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | git2 | 0.19.0 | 0.19.0 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51b5e888f..1ef4ba228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] [build-dependencies] -git2 = { version = "0.19.0", default-features = false } +git2 = { version = "=0.19.0", default-features = false } [profile.release] strip = "symbols"