diff --git a/Cargo.toml b/Cargo.toml index c770d9f..0a8e2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ crossbeam-channel = "0.5" log = "0.4" parking_lot = "0.11" rand = "0.8" -reqwest = { version = "0.11.0", features = ["blocking", "json"], default-features = false } +reqwest = { version = "0.12.2", features = ["blocking", "json"], default-features = false } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" tokio = { version = "1.0", features = ["time"], default-features = false }