diff --git a/Cargo.lock b/Cargo.lock index ae2dff3..84f4ee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ "futures", "git2", "http 1.1.0", - "http-body 0.4.6", + "http-body 1.0.1", "hyper 0.14.30", "jsonwebtoken", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index e208497..041af26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ dotenvy = "0.15" envy = "0.4" futures = "0.3" http = "1.0" -http-body = "0.4.6" +http-body = "1.0.1" hyper = { version = "0.14", features = ["full", "backports", "deprecated"] } jsonwebtoken = "9.2" log = { version = "0.4.21", features = ["serde"] }