diff --git a/Cargo.toml b/Cargo.toml index 32630d0..f215070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ lazy_static = "1.4.0" mimalloc = { version = "0.1.39", default-features = false } url = "2.5.0" urlencoding = "2.1.3" -reqwest = { version = "0.11.27", features = ["stream"] } +reqwest = { version = "0.12.4", features = ["stream"] } tls-api = { version = "0.9.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.37.0", features = ["full"] }