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

prepare actix-server release 2.0.0-rc.3

This commit is contained in:
Rob Ede
2021-12-31 08:09:28 +00:00
parent 5faa98f6d2
commit 3ba4eafde5
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
@ -34,7 +34,7 @@ log = "0.4"
mio = { version = "0.8", features = ["os-poll", "net"] }
num_cpus = "1.13"
socket2 = "0.4.2"
tokio = { version = "1.5.1", features = ["sync"] }
tokio = { version = "1.13.1", features = ["sync"] }
# runtime for io-uring feature
tokio-uring = { version = "0.1", optional = true }
@ -46,4 +46,4 @@ actix-rt = "2.4.0"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink", "async-await-macro"] }
tokio = { version = "1.5.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
tokio = { version = "1.13.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }