Skip to content

Commit

Permalink
prepare actix-utils release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 21, 2022
1 parent ade71b7 commit d5a9a6a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions actix-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ paste = "1"
pin-project-lite = "0.2"

[dev-dependencies]
actix-rt = "2.0.0"
actix-utils = "3.0.0"
actix-rt = "2"
actix-utils = "3"
futures-util = { version = "0.3.7", default-features = false }
10 changes: 5 additions & 5 deletions actix-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ uri = ["http"]
[dependencies]
actix-codec = { version = "0.5.0", optional = true }
actix-rt = { version = "2.2.0", default-features = false }
actix-service = "2.0.0"
actix-utils = "3.0.0"
actix-service = "2"
actix-utils = "3"

futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
impl-more = "0.1.0"
impl-more = "0.1"
pin-project-lite = "0.2.7"
tokio-util = "0.7"
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
Expand All @@ -70,15 +70,15 @@ tokio-native-tls = { version = "0.3", optional = true }
[dev-dependencies]
actix-codec = "0.5.0"
actix-rt = "2.2.0"
actix-server = "2.0.0"
actix-server = "2"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
log = "0.4"
rcgen = "0.8"
rustls-pemfile = "0.2.1"
tokio-rustls = { version = "0.23", features = ["dangerous_configuration"] }
trust-dns-resolver = "0.20.0"
trust-dns-resolver = "0.20"

[[example]]
name = "accept-rustls"
Expand Down
6 changes: 3 additions & 3 deletions actix-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name = "actix_tracing"
path = "src/lib.rs"

[dependencies]
actix-service = "2.0.0"
actix-utils = "3.0.0"
actix-service = "2"
actix-utils = "3"

tracing = "0.1.35"
tracing-futures = "0.2"

[dev_dependencies]
actix-rt = "2.0.0"
actix-rt = "2"
slab = "0.4"
3 changes: 3 additions & 0 deletions actix-utils/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2022-xx-xx


## 3.0.1 - 2022-10-21
- Minimum supported Rust version (MSRV) is now 1.57.


Expand Down
2 changes: 1 addition & 1 deletion actix-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "3.0.0"
version = "3.0.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down

0 comments on commit d5a9a6a

Please sign in to comment.