diff --git a/Cargo.toml b/Cargo.toml index 85bd1bba..4d0e623f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,9 +45,9 @@ futures = "0.3.28" futures-core = "0.3.4" futures-util = "0.3.28" generic-json = "^0.7" -http = "0.2.9" -http-body = "0.4.5" -hyper = "0.14.27" +http = "1.0.0" +http-body = "1.0.0" +hyper = "1.0.1" image = "0.24.3" iref = "^3.1.2" lazy_static = "1.4.0"