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