diff --git a/Cargo.lock b/Cargo.lock index 5919748624..666a7fb5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3665,7 +3665,7 @@ dependencies = [ "gethostname", "handlebars", "http", - "http-body 0.4.5", + "http-body 1.0.0-rc.2", "hyper 0.14.27", "jsonwebtoken", "metrics", diff --git a/dozer-api/Cargo.toml b/dozer-api/Cargo.toml index 0b592416ce..45debb9fca 100644 --- a/dozer-api/Cargo.toml +++ b/dozer-api/Cargo.toml @@ -46,7 +46,7 @@ tower-http = { version = "0.4", features = ["full"] } arc-swap = "1.6.0" metrics = "0.21.0" gethostname = "0.4.3" -http-body = "0.4.5" +http-body = "1.0.0-rc" bytes = "1.4.0" http = "0.2.9" pin-project = "1.1.3"