diff --git a/Cargo.toml b/Cargo.toml index 8cd2526..0970d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ categories = ["asynchronous", "network-programming", "web-programming"] keywords = ["http", "tower", "security", "service", "header"] [dependencies] -futures = "0.3.18" -http = "0.2.5" -pin-project-lite = "0.2.7" -tower-layer = "0.3.1" -tower-service = "0.3.1" +futures = "0.3.30" +http = "1.0.0" +pin-project-lite = "0.2.13" +tower-layer = "0.3.2" +tower-service = "0.3.2" lazy_static = "1.4.0"