1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

Merge branch 'master' into rustls-022

This commit is contained in:
Rob Ede 2024-02-03 23:43:37 +00:00 committed by GitHub
commit 27fa044a44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ cfg-if = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.17"
h2 = "0.3.24"
http = "0.2.7"
itoa = "1"
log =" 0.4"