1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

web utilizes const header names

This commit is contained in:
Rob Ede 2022-07-22 20:21:58 +01:00
parent 6485434a33
commit 14bcf72ec1
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -84,11 +84,12 @@ derive_more = "0.99.5"
encoding_rs = "0.8"
futures-core = { version = "0.3.7", default-features = false }
futures-util = { version = "0.3.7", default-features = false }
http = "0.2.8"
itoa = "1"
language-tags = "0.3"
once_cell = "1.5"
log = "0.4"
mime = "0.3"
once_cell = "1.5"
pin-project-lite = "0.2.7"
regex = "1.5.5"
serde = "1.0"