diff options
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" |
