From 3870bebc2dae22db4aeb7c52968dd53cfb866c57 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 02:03:43 +0000 Subject: [PATCH] chore(deps): pin rust crate git2 from 0.19.0 to =0.19.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | git2 | 0.19.0 | 0.19.0 | --- 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"