diff --git a/Cargo.toml b/Cargo.toml index b363908..2f68fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" # Web Requests & Async Runtime tokio = { version = "1.37.0", features = ["full"] } actix-web = "4.5.1" -reqwest = { version = "0.12.9", features = ["stream", "brotli", "gzip", "socks"], default-features = false } +reqwest = { version = "0.13.0", features = ["stream", "brotli", "gzip", "socks"], default-features = false } qstring = "0.7.2" # Alternate Allocator