summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-06-20 09:04:33 -0400
committerMica White <botahamec@outlook.com>2026-06-20 09:04:33 -0400
commit1897aa4c604a0d9ab81f84dbff687b7f42bc1f0f (patch)
tree8ed0db5fc0342dc221bb63e431d4012ec7c27c3b /Cargo.toml
parent230a1e6987a322077f4b7ed16392ef4372285307 (diff)
Reduce CPU usageHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"