diff --git a/Cargo.toml b/Cargo.toml index 2770cc7..f4428be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.35" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.114" -reqwest = "0.11.25" +reqwest = "0.11.26" tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0"