diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-20 09:04:33 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-20 09:04:33 -0400 |
| commit | 1897aa4c604a0d9ab81f84dbff687b7f42bc1f0f (patch) | |
| tree | 8ed0db5fc0342dc221bb63e431d4012ec7c27c3b /Cargo.toml | |
| parent | 230a1e6987a322077f4b7ed16392ef4372285307 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
