diff --git a/Cargo.toml b/Cargo.toml index c0416d2..150dc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3" hmac = "0.12" md-5 = "0.10" rand = "0.8" -reqwest = { version = "0.11", features = ["blocking", "json"] } +reqwest = { version = "0.12", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha1 = "0.10"