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

fix deps badge

This commit is contained in:
Rob Ede
2022-01-28 22:17:12 +00:00
parent 7988694242
commit 59b629c74b
2 changed files with 2 additions and 2 deletions

View File

@ -35,4 +35,4 @@ tokio-uring = { version = "0.2", optional = true }
[dev-dependencies]
tokio = { version = "1.13.1", features = ["full"] }
hyper = { version = "0.14", default-features = false, features = ["server", "tcp", "http1"] }
hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] }