diff --git a/Cargo.toml b/Cargo.toml index 77a9565..4c5eb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.23", features = ["json", "gzip", "native-tls"] } +reqwest = { version = "0.12.0", features = ["json", "gzip", "native-tls"] } serde = { version = "1.0.194", features = ["derive"] } url = "2.5.0"