diff --git a/Cargo.toml b/Cargo.toml index 6c3bcb18..96aa6a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ sha2 = "0.10.8" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0" error-chain = { version = "0.12.4", default-features = false } -reqwest = { version = "0.11.24", features = ["blocking", "json"] } +reqwest = { version = "0.12.4", features = ["blocking", "json"] } tungstenite = { version = "0.21.0", features = ["native-tls"] } url = "2.5.0" clap = "4.5.2"