diff --git a/Cargo.toml b/Cargo.toml index bbdf33d..40b98e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ maud = "0.26.0" headers = "0.4.0" # 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.2", default-features = false, features = [ "json", "multipart", "rustls",