Skip to content

Commit 115701e

Browse files
committed
prepare awc release 3.1.1
1 parent e2fed91 commit 115701e

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

actix-http/src/h1/dispatcher_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ fn http_msg(msg: impl AsRef<str>) -> BytesMut {
932932
.as_ref()
933933
.trim()
934934
.split('\n')
935-
.into_iter()
936935
.map(|line| [line.trim_start(), "\r"].concat())
937936
.collect::<Vec<_>>()
938937
.join("\n");

awc/CHANGES.md

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

33
## Unreleased - 2023-xx-xx
44

5+
## 3.1.1 - 2023-02-26
6+
57
### Changed
68

79
- `client::Connect` is now public to allow tunneling connection with `client::Connector`.
@@ -93,7 +95,7 @@
9395

9496
- `cookie` upgrade addresses [`RUSTSEC-2020-0071`].
9597

96-
[`RUSTSEC-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
98+
[`rustsec-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
9799
[#1813]: https://github.com/actix/actix-web/pull/1813
98100
[#1869]: https://github.com/actix/actix-web/pull/1869
99101
[#1905]: https://github.com/actix/actix-web/pull/1905
@@ -153,7 +155,7 @@
153155
- `cookie` upgrade addresses [`RUSTSEC-2020-0071`].
154156

155157
[#2555]: https://github.com/actix/actix-web/pull/2555
156-
[`RUSTSEC-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
158+
[`rustsec-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
157159

158160
## 3.0.0-beta.16 - 2021-12-29
159161

awc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awc"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Async HTTP and WebSocket client library"
66
keywords = ["actix", "http", "framework", "async", "web"]

awc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> Async HTTP and WebSocket client library.
44
55
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
6-
[![Documentation](https://docs.rs/awc/badge.svg?version=3.1.0)](https://docs.rs/awc/3.1.0)
6+
[![Documentation](https://docs.rs/awc/badge.svg?version=3.1.1)](https://docs.rs/awc/3.1.1)
77
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
8-
[![Dependency Status](https://deps.rs/crate/awc/3.1.0/status.svg)](https://deps.rs/crate/awc/3.1.0)
8+
[![Dependency Status](https://deps.rs/crate/awc/3.1.1/status.svg)](https://deps.rs/crate/awc/3.1.1)
99
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1010

1111
## Documentation & Resources

0 commit comments

Comments
 (0)