mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 05:47:40 +03:00
update cookie to 0.16
This commit is contained in:
parent
a2623cdc29
commit
f91c50854e
3 changed files with 9 additions and 6 deletions
|
@ -43,6 +43,5 @@ async_std = { version = "1", package = "async-std", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ntex = "0.5.0-b.5"
|
ntex = "0.5.0-b.5"
|
||||||
futures = "0.3"
|
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.5.0-b.10] - 2021-12-30
|
## [0.5.0-b.8] - 2021-12-xx
|
||||||
|
|
||||||
|
* Update cookie 0.16
|
||||||
|
|
||||||
|
## [0.5.0-b.7] - 2021-12-30
|
||||||
|
|
||||||
* Update ntex-io to 0.1.0-b.10
|
* Update ntex-io to 0.1.0-b.10
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ ntex-io = { version = "0.1.0-b.10", features = ["tokio-traits"] }
|
||||||
|
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
derive_more = "0.99.14"
|
derive_more = "0.99"
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-core = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
futures-sink = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-sink = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
|
@ -67,7 +67,7 @@ nanorand = { version = "0.6.1", default-features = false, features = ["std", "wy
|
||||||
polling = "2.2.0"
|
polling = "2.2.0"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
regex = { version = "1.5.4", default-features = false, features = ["std"] }
|
regex = { version = "1.5.4", default-features = false, features = ["std"] }
|
||||||
sha-1 = "0.9"
|
sha-1 = "0.10"
|
||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
serde = { version = "1.0", features=["derive"] }
|
serde = { version = "1.0", features=["derive"] }
|
||||||
socket2 = "0.4"
|
socket2 = "0.4"
|
||||||
|
@ -86,7 +86,7 @@ percent-encoding = "2.1"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_urlencoded = "0.7"
|
serde_urlencoded = "0.7"
|
||||||
url-pkg = { version = "2.1", package = "url", optional = true }
|
url-pkg = { version = "2.1", package = "url", optional = true }
|
||||||
coo-kie = { version = "0.15", package = "cookie", optional = true }
|
coo-kie = { version = "0.16", package = "cookie", optional = true }
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
tls-openssl = { version="0.10", package = "openssl", optional = true }
|
tls-openssl = { version="0.10", package = "openssl", optional = true }
|
||||||
|
@ -101,7 +101,7 @@ flate2 = { version = "1.0.22", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
time = "0.2"
|
time = "0.3"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
tls-openssl = { version="0.10", package = "openssl" }
|
tls-openssl = { version="0.10", package = "openssl" }
|
||||||
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
|
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue