diff --git a/Cargo.toml b/Cargo.toml index 3a80aa6..ed38989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" serde_yaml = "0.9" dirs-next = "2.0" reqwest = { version = "0.13", features = ["json", "blocking"] } -git2 = "0.20" +git2 = "0.21" tokio = { version = "1", features = ["full"] } [dev-dependencies]