Skip to content

Commit 3ba4eaf

Browse files
committed
prepare actix-server release 2.0.0-rc.3
1 parent 5faa98f commit 3ba4eaf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

actix-server/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 2.0.0-rc.3 - 2021-12-31
7+
- No significant changes since `2.0.0-rc.2`.
8+
9+
610
## 2.0.0-rc.2 - 2021-12-27
711
- Simplify `TestServer`. [#431]
812

actix-server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-server"
3-
version = "2.0.0-rc.2"
3+
version = "2.0.0-rc.3"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"fakeshadow <[email protected]>",
@@ -34,7 +34,7 @@ log = "0.4"
3434
mio = { version = "0.8", features = ["os-poll", "net"] }
3535
num_cpus = "1.13"
3636
socket2 = "0.4.2"
37-
tokio = { version = "1.5.1", features = ["sync"] }
37+
tokio = { version = "1.13.1", features = ["sync"] }
3838

3939
# runtime for io-uring feature
4040
tokio-uring = { version = "0.1", optional = true }
@@ -46,4 +46,4 @@ actix-rt = "2.4.0"
4646
bytes = "1"
4747
env_logger = "0.9"
4848
futures-util = { version = "0.3.7", default-features = false, features = ["sink", "async-await-macro"] }
49-
tokio = { version = "1.5.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
49+
tokio = { version = "1.13.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tokio-native-tls = { version = "0.3", optional = true }
6969

7070
[dev-dependencies]
7171
actix-rt = "2.2.0"
72-
actix-server = "2.0.0-rc.2"
72+
actix-server = "2.0.0-rc.3"
7373
bytes = "1"
7474
env_logger = "0.9"
7575
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }

0 commit comments

Comments
 (0)