diff --git a/.gitignore b/.gitignore index 93b7b2d1..6cd045d8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ guide/build/ # These are backup files generated by rustfmt **/*.rs.bk +.cargo diff --git a/ntex-cors/Cargo.toml b/ntex-cors/Cargo.toml index 4ed519a3..a114a6ea 100644 --- a/ntex-cors/Cargo.toml +++ b/ntex-cors/Cargo.toml @@ -16,6 +16,6 @@ name = "ntex_cors" path = "src/lib.rs" [dependencies] -ntex = "0.3.5" +ntex = "0.3.18" derive_more = "0.99.11" -futures = "0.3.13" \ No newline at end of file +futures = "0.3.13" diff --git a/ntex-files/Cargo.toml b/ntex-files/Cargo.toml index 3fca2f49..5e860a3f 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.3.5" +ntex = "0.3.18" bitflags = "1.2" futures = "0.3" derive_more = "0.99.11" @@ -30,4 +30,4 @@ percent-encoding = "2.1" v_htmlescape = "0.13" [dev-dependencies] -ntex = { version = "0.3.5", features=["openssl", "compress"] } +ntex = { version = "0.3.18", features=["openssl", "compress"] } diff --git a/ntex-identity/Cargo.toml b/ntex-identity/Cargo.toml index 40506d2e..5cf8bcac 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.3.5" +ntex = "0.3.18" futures = "0.3.13" serde = "1.0" serde_json = "1.0" diff --git a/ntex-multipart/Cargo.toml b/ntex-multipart/Cargo.toml index 57bb744e..88519286 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.3.5" +ntex = "0.3.18" derive_more = "0.99.11" httparse = "1.3" futures = "0.3.13" diff --git a/ntex-session/Cargo.toml b/ntex-session/Cargo.toml index b241c679..c4a1ca3c 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.3.5" +ntex = "0.3.18" cookie = "0.15" derive_more = "0.99.11" futures = "0.3.13"