chore: upgrade to ntex 1.1 (#12)

This commit is contained in:
leone 2024-02-28 12:21:46 +01:00 committed by GitHub
parent 7b8a385565
commit b72566656a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 18 additions and 18 deletions

View file

@ -21,7 +21,7 @@ default = ["cookie-policy"]
cookie-policy = ["cookie/secure", "ntex/cookie"]
[dependencies]
ntex = "1.0"
ntex = "1.1"
futures = "0.3"
serde = "1.0"
serde_json = "1.0"
@ -30,4 +30,4 @@ cookie = { version = "0.18", features = ["private"] }
time = { version = "0.3", default-features = false, features = ["std"] }
[dev-dependencies]
ntex = { version = "1.0", features=["tokio"] }
ntex = { version = "1.1", features=["tokio"] }