diff --git a/Cargo.toml b/Cargo.toml index e9a7f58..a30e9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "^0.11.13", default-features = false, features = [ +reqwest = { version = "^0.12.5", default-features = false, features = [ "json", "rustls-tls" ] }