summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"