diff --git a/Cargo.toml b/Cargo.toml index 4bd16b0..d452f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.4", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -git2 = "0.18" +git2 = "0.20" tokio = { version = "1", features = ["full"] } [lib]