mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
Update tinyvec
to 1.0 (#1689)
This commit is contained in:
parent
509b2e6eec
commit
2a2474ca09
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ time = { version = "0.2.7", default-features = false, features = ["std"] }
|
||||||
url = "2.1"
|
url = "2.1"
|
||||||
open-ssl = { package = "openssl", version = "0.10", optional = true }
|
open-ssl = { package = "openssl", version = "0.10", optional = true }
|
||||||
rust-tls = { package = "rustls", version = "0.18.0", optional = true }
|
rust-tls = { package = "rustls", version = "0.18.0", optional = true }
|
||||||
tinyvec = { version = "0.3", features = ["alloc"] }
|
tinyvec = { version = "1", features = ["alloc"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix = "0.10.0"
|
actix = "0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue