From 9b33b9a2e55f0ea58deac3fa6dbd89fb79431f3e Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 13 Mar 2025 14:11:07 +0100 Subject: [PATCH] deps update --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a61daf..cc2d218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ categories = ["development-tools::testing", "os", "no-std"] cxx = { version = "1.0", default-features = false, features = ["alloc"] } [build-dependencies] -cmake = "0.1" -git2 = "0.16.0" -which = "4.3.0" +cmake = "0.1.54" +git2 = "0.20.0" +which = "7.0.2"