diff --git a/Cargo.lock b/Cargo.lock index c47a7fbdc..d024cdbf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3940,9 +3940,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.23" +version = "0.11.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" +checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" dependencies = [ "base64 0.21.7", "bytes", @@ -3962,9 +3962,11 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", + "sync_wrapper", "system-configuration", "tokio", "tokio-native-tls", diff --git a/Cargo.toml b/Cargo.toml index a883c1c31..aa0c55f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ quick-xml = "0.31" quoted_printable = "0.5" rand = "0.8" regex = "1.10" -reqwest = { version = "0.11.23", features = ["json"] } +reqwest = { version = "0.11.24", features = ["json"] } rusqlite = { version = "0.30", features = ["sqlcipher"] } rust-hsluv = "0.1" sanitize-filename = "0.5"