diff --git a/Cargo.toml b/Cargo.toml index fec9159..c01095b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dirs = "5.0" thiserror = "2.0" arboard = { version = "3.4", optional = true } tokio = { version = "1.40", features = ["rt-multi-thread", "macros"], optional = true } -reqwest = { version = "0.12", features = ["json"], optional = true } +reqwest = { version = "0.13", features = ["json"], optional = true } serde_json = { version = "1.0", optional = true } [features]