diff --git a/Cargo.toml b/Cargo.toml index e99ec18..4dcba95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.117" -reqwest = "0.12.4" +reqwest = "0.12.5" tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.1.1"