diff --git a/ntex-cors/Cargo.toml b/ntex-cors/Cargo.toml index eb715223..30a6be35 100644 --- a/ntex-cors/Cargo.toml +++ b/ntex-cors/Cargo.toml @@ -16,7 +16,7 @@ name = "ntex_cors" path = "src/lib.rs" [dependencies] -ntex = "0.5.10" +ntex = "0.5.14" derive_more = "0.99" futures = "0.3" diff --git a/ntex-files/Cargo.toml b/ntex-files/Cargo.toml index 8e1f9ee1..8d3b4316 100644 --- a/ntex-files/Cargo.toml +++ b/ntex-files/Cargo.toml @@ -18,7 +18,7 @@ name = "ntex_files" path = "src/lib.rs" [dependencies] -ntex = "0.5.10" +ntex = "0.5.14" bitflags = "1.3" futures = "0.3" derive_more = "0.99" diff --git a/ntex-identity/Cargo.toml b/ntex-identity/Cargo.toml index 41d2ecc8..8f9bdde7 100644 --- a/ntex-identity/Cargo.toml +++ b/ntex-identity/Cargo.toml @@ -21,7 +21,7 @@ default = ["cookie-policy"] cookie-policy = ["cookie/secure", "ntex/cookie"] [dependencies] -ntex = "0.5.10" +ntex = "0.5.14" futures = "0.3" serde = "1.0" serde_json = "1.0" diff --git a/ntex-multipart/Cargo.toml b/ntex-multipart/Cargo.toml index 8e238620..48845a3c 100644 --- a/ntex-multipart/Cargo.toml +++ b/ntex-multipart/Cargo.toml @@ -16,7 +16,7 @@ name = "ntex_multipart" path = "src/lib.rs" [dependencies] -ntex = "0.5.10" +ntex = "0.5.14" derive_more = "0.99" httparse = "1.3" futures = "0.3" diff --git a/ntex-session/Cargo.toml b/ntex-session/Cargo.toml index b132f62e..772f0064 100644 --- a/ntex-session/Cargo.toml +++ b/ntex-session/Cargo.toml @@ -22,7 +22,7 @@ default = ["cookie-session"] cookie-session = ["cookie/secure", "ntex/cookie"] [dependencies] -ntex = "0.5.10" +ntex = "0.5.14" cookie = "0.16" derive_more = "0.99" futures = "0.3"