diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 3a1996cb..6f4212f9 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.3.0 + - Update `trust-dns-resolver` dependency to `0.23`. - Updated `zstd` dependency to `0.13`. diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 294e1a56..14009fb4 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awc" -version = "3.2.0" +version = "3.3.0" authors = ["Nikolay Kim <fafhrd91@gmail.com>"] description = "Async HTTP and WebSocket client library" keywords = ["actix", "http", "framework", "async", "web"] diff --git a/awc/README.md b/awc/README.md index 1f31167e..035348fb 100644 --- a/awc/README.md +++ b/awc/README.md @@ -3,9 +3,9 @@ > Async HTTP and WebSocket client library. [](https://crates.io/crates/awc) -[](https://docs.rs/awc/3.2.0) +[](https://docs.rs/awc/3.3.0)  -[](https://deps.rs/crate/awc/3.2.0) +[](https://deps.rs/crate/awc/3.3.0) [](https://discord.gg/NWpN5mmg3x) ## Documentation & Resources