Skip to content

Commit 0a27aaf

Browse files
authored
chore(awc): release v3.8.2 (#3942)
1 parent 8b7270a commit 0a27aaf

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

awc/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.8.2
6+
57
- Minimum supported Rust version (MSRV) is now 1.88.
68
- Fix empty streaming request bodies being sent with chunked transfer encoding.
79

awc/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awc"
3-
version = "3.8.1"
3+
version = "3.8.2"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Async HTTP and WebSocket client library"
66
keywords = ["actix", "http", "framework", "async", "web"]
@@ -98,7 +98,7 @@ dangerous-h2c = []
9898

9999
[dependencies]
100100
actix-codec = "0.5"
101-
actix-http = { version = "3.10", features = ["http2", "ws"] }
101+
actix-http = { version = "3.12.0", features = ["http2", "ws"] }
102102
actix-rt = { version = "2.1", default-features = false }
103103
actix-service = "2"
104104
actix-tls = { version = "3.4", features = ["connect", "uri"] }
@@ -134,13 +134,13 @@ tls-rustls-0_23 = { package = "rustls", version = "0.23", optional = true, defau
134134
hickory-resolver = { version = "0.25", optional = true, features = ["system-config", "tokio"] }
135135

136136
[dev-dependencies]
137-
actix-http = { version = "3.7", features = ["openssl"] }
137+
actix-http = { version = "3.12", features = ["openssl"] }
138138
actix-http-test = { version = "3", features = ["openssl"] }
139139
actix-server = "2"
140140
actix-test = { version = "0.1", features = ["openssl", "rustls-0_23"] }
141141
actix-tls = { version = "3.4", features = ["openssl", "rustls-0_23"] }
142142
actix-utils = "3"
143-
actix-web = { version = "4", features = ["openssl"] }
143+
actix-web = { version = "4.13", features = ["openssl"] }
144144

145145
brotli = "8"
146146
const-str = "0.5" # TODO(MSRV 1.77): update to 0.6

awc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
8-
[![Documentation](https://docs.rs/awc/badge.svg?version=3.8.1)](https://docs.rs/awc/3.8.1)
8+
[![Documentation](https://docs.rs/awc/badge.svg?version=3.8.2)](https://docs.rs/awc/3.8.2)
99
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
10-
[![Dependency Status](https://deps.rs/crate/awc/3.8.1/status.svg)](https://deps.rs/crate/awc/3.8.1)
10+
[![Dependency Status](https://deps.rs/crate/awc/3.8.2/status.svg)](https://deps.rs/crate/awc/3.8.2)
1111
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1212

1313
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)