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

prepare actix-rt release 2.6.0

This commit is contained in:
Rob Ede
2022-01-12 14:38:13 +00:00
parent 4fe7fec5ef
commit ed2c07b304
4 changed files with 8 additions and 5 deletions

View File

@ -24,7 +24,7 @@ default = []
io-uring = ["tokio-uring", "actix-rt/io-uring"]
[dependencies]
actix-rt = { version = "2.4.0", default-features = false }
actix-rt = { version = "2.6.0", default-features = false }
actix-service = "2.0.0"
actix-utils = "3.0.0"
@ -42,7 +42,7 @@ tokio-uring = { version = "0.2", optional = true }
[dev-dependencies]
actix-codec = "0.4.2"
actix-rt = "2.4.0"
actix-rt = "2.6.0"
bytes = "1"
env_logger = "0.9"