diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index e30152ca..c7a3a6d4 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -26,7 +26,7 @@ rand_core = "0.6.4" criterion = "0.5.1" env_logger = "0.11.3" log = "0.4.21" -reqwest = { version = "0.12.3", features = [ "blocking", "json" ] } +reqwest = { version = "0.12.4", features = [ "blocking", "json" ] } dotenvy = "0.15.7" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.7"