From 1897aa4c604a0d9ab81f84dbff687b7f42bc1f0f Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 20 Jun 2026 09:04:33 -0400 Subject: Reduce CPU usage --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95a7808..eba9476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -git2 = "0.20" +git2 = "0.21" serde = { version = "1.0.152", features = ["derive"] } uuid = { version = "1", features = ["v4"] } thiserror = "2" @@ -19,5 +19,5 @@ log = "0.4" colog = "1" hostname = "0.4" inquire = "0.9" -auth-git2 = "0.5" +auth-git2 = "0.6" ping = "0.7" -- cgit v1.2.3