Skip to content

Commit d5a9a6a

Browse files
committed
prepare actix-utils release 3.0.1
1 parent ade71b7 commit d5a9a6a

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

actix-service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ paste = "1"
2323
pin-project-lite = "0.2"
2424

2525
[dev-dependencies]
26-
actix-rt = "2.0.0"
27-
actix-utils = "3.0.0"
26+
actix-rt = "2"
27+
actix-utils = "3"
2828
futures-util = { version = "0.3.7", default-features = false }

actix-tls/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ uri = ["http"]
4444
[dependencies]
4545
actix-codec = { version = "0.5.0", optional = true }
4646
actix-rt = { version = "2.2.0", default-features = false }
47-
actix-service = "2.0.0"
48-
actix-utils = "3.0.0"
47+
actix-service = "2"
48+
actix-utils = "3"
4949

5050
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
51-
impl-more = "0.1.0"
51+
impl-more = "0.1"
5252
pin-project-lite = "0.2.7"
5353
tokio-util = "0.7"
5454
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
@@ -70,15 +70,15 @@ tokio-native-tls = { version = "0.3", optional = true }
7070
[dev-dependencies]
7171
actix-codec = "0.5.0"
7272
actix-rt = "2.2.0"
73-
actix-server = "2.0.0"
73+
actix-server = "2"
7474
bytes = "1"
7575
env_logger = "0.9"
7676
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
7777
log = "0.4"
7878
rcgen = "0.8"
7979
rustls-pemfile = "0.2.1"
8080
tokio-rustls = { version = "0.23", features = ["dangerous_configuration"] }
81-
trust-dns-resolver = "0.20.0"
81+
trust-dns-resolver = "0.20"
8282

8383
[[example]]
8484
name = "accept-rustls"

actix-tracing/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ name = "actix_tracing"
1616
path = "src/lib.rs"
1717

1818
[dependencies]
19-
actix-service = "2.0.0"
20-
actix-utils = "3.0.0"
19+
actix-service = "2"
20+
actix-utils = "3"
2121

2222
tracing = "0.1.35"
2323
tracing-futures = "0.2"
2424

2525
[dev_dependencies]
26-
actix-rt = "2.0.0"
26+
actix-rt = "2"
2727
slab = "0.4"

actix-utils/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 3.0.1 - 2022-10-21
47
- Minimum supported Rust version (MSRV) is now 1.57.
58

69

actix-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-utils"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",

0 commit comments

Comments
 (0)