diff --git a/Cargo.toml b/Cargo.toml index 5d0778f79..dcf472bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } toml = "0.8" tokio = { version = "1.42", features = ["full"] } -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13.1", default-features = false, features = [ "blocking", "json", "rustls-tls",