diff --git a/Cargo.toml b/Cargo.toml index 730eef0..d199785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ http = "0.2.11" mime = "0.3.17" # openssl = { version = "0.10.63", features = ["vendored"] } # openssl-sys = { version = "0.9.99", features = ["vendored"] } -reqwest = { version = "0.11.22", default-features = false, features = [ +reqwest = { version = "0.12.1", default-features = false, features = [ "blocking", "json", "multipart",