1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 14:30:36 +02:00

fix actix-tls tests (#241)

This commit is contained in:
fakeshadow
2020-12-29 19:36:17 +08:00
committed by GitHub
parent 0934078947
commit 03eb96d6d4
12 changed files with 291 additions and 207 deletions

View File

@ -15,7 +15,7 @@ name = "bytestring"
path = "src/lib.rs"
[dependencies]
bytes = "0.5.3"
bytes = "1"
serde = { version = "1.0", optional = true }
[dev-dependencies]