diff --git a/Cargo.toml b/Cargo.toml index c898edd..dfb5c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ hyper = { version = "1.7", features = ["http1", "server"] } hyper-util = { version = "0.1", features = ["server", "http1", "tokio"] } http-body-util = "0.1" bytes = "1" -reqwest = { version = "0.12.23", features = ["json"] } +reqwest = { version = "0.13.2", features = ["json"] } lazy_static = "1.4" async-trait = "0.1" once_cell = "1.19"