1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

replace tinyvec with smallvec (#1866)

This commit is contained in:
fakeshadow
2021-01-02 07:18:25 +08:00
committed by GitHub
parent 522c9a5ea6
commit 3beb4cf2da
3 changed files with 13 additions and 9 deletions

View File

@ -107,7 +107,7 @@ time = { version = "0.2.7", default-features = false, features = ["std"] }
url = "2.1"
open-ssl = { package = "openssl", version = "0.10", optional = true }
rust-tls = { package = "rustls", version = "0.18.0", optional = true }
tinyvec = { version = "1", features = ["alloc"] }
smallvec = "1.6"
[dev-dependencies]
actix = "0.10.0"