From f8700743545433a69414acb91a8b122b67194d66 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 7 Feb 2022 02:31:21 +0000 Subject: [PATCH] prepare actix-cors release 0.6.0-beta.9 --- actix-cors/CHANGES.md | 3 +++ actix-cors/Cargo.toml | 2 +- actix-cors/README.md | 4 ++-- actix-web-httpauth/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index f06f44674..ca0a08f2b 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.6.0-beta.9 - 2022-02-07 - Relax body type bounds on middleware impl. [#223] - Update `actix-web` dependency to `4.0.0-rc.1`. diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 919152ba0..e9a326d1d 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.6.0-beta.8" +version = "0.6.0-beta.9" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index a5a44d750..047b5d791 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,9 +3,9 @@ > Cross-origin resource sharing (CORS) for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors) -[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.8)](https://docs.rs/actix-cors/0.6.0-beta.8) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.9)](https://docs.rs/actix-cors/0.6.0-beta.9) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.8/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.8) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.9/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.9) ## Documentation & Resources diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 3f4d71d1c..c739c40a9 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -28,5 +28,5 @@ futures-core = { version = "0.3.7", default-features = false } pin-project-lite = "0.2.7" [dev-dependencies] -actix-cors = "0.6.0-beta.8" +actix-cors = "0.6.0-beta.9" actix-web = { version = "4.0.0-rc.2", default_features = false, features = ["macros"] }