diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index abbeb527e..15aa1f639 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "0.7.1" +version = "0.7.2" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md" @@ -56,7 +56,7 @@ ntex-service = "1.2.1" ntex-macros = "0.1.3" ntex-util = "0.3.0" ntex-bytes = "0.1.19" -ntex-h2 = "0.3.1" +ntex-h2 = "0.3.2" ntex-rt = "0.4.9" ntex-io = "0.3.1" ntex-tls = "0.3.0"