diff --git a/Cargo.toml b/Cargo.toml index 96d77af..446ec7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ text = [] [dev-dependencies] futures = "0.3" hyper = "1" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] } +reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.4", default-features = false, features = ["util", "make"] } tower-http = { version = "0.5", features = ["util", "map-response-body"] } tower-layer = "0.3"