Skip to content

Commit b552d84

Browse files
committed
prepare actix-codec release 0.4.2
1 parent 5058e2d commit b552d84

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

actix-codec/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+
## 0.4.2 - 2021-12-31
7+
- No significant changes since `0.4.1`.
8+
9+
610
## 0.4.1 - 2021-11-05
711
- Added `LinesCodec.` [#338]
812
- `Framed::poll_ready` flushes when the buffer is full. [#409]

actix-codec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-codec"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",
@@ -24,7 +24,7 @@ futures-sink = { version = "0.3.7", default-features = false }
2424
log = "0.4"
2525
memchr = "2.3"
2626
pin-project-lite = "0.2"
27-
tokio = "1.5.1"
27+
tokio = "1.13.1"
2828
tokio-util = { version = "0.6", features = ["codec", "io"] }
2929

3030
[dev-dependencies]

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tokio = { version = "1.5.1", features = ["sync"] }
4040
tokio-uring = { version = "0.1", optional = true }
4141

4242
[dev-dependencies]
43-
actix-codec = "0.4.0"
43+
actix-codec = "0.4.2"
4444
actix-rt = "2.4.0"
4545

4646
bytes = "1"

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ native-tls = ["tokio-native-tls"]
4242
uri = ["http"]
4343

4444
[dependencies]
45-
actix-codec = "0.4.0"
45+
actix-codec = "0.4.2"
4646
actix-rt = { version = "2.2.0", default-features = false }
4747
actix-service = "2.0.0"
4848
actix-utils = "3.0.0"

0 commit comments

Comments
 (0)