diff --git a/Cargo.toml b/Cargo.toml index 33bbb5c..4c89b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ test-support = [] [dev-dependencies] tempfile = "3" tower = { version = "0.5", features = ["util"] } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls", "blocking"] } serial_test = "4" criterion = { version = "0.8", features = ["html_reports"] }