mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 04:56:38 +02:00
build(deps): bump deadpool-redis from 0.20.0 to 0.22.0 (#543)
* build(deps): bump deadpool-redis from 0.20.0 to 0.21.1 Bumps [deadpool-redis](https://github.com/bikeshedder/deadpool) from 0.20.0 to 0.21.1. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.20.0...deadpool-redis-v0.21.1) --- updated-dependencies: - dependency-name: deadpool-redis dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update redis crate * Update MSRV --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.7.1
|
||||
|
||||
- Implement `PartialEq` for `Cors` allowing for better testing.
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
[](https://crates.io/crates/actix-cors)
|
||||
[](https://docs.rs/actix-cors/0.7.1)
|
||||

|
||||

|
||||

|
||||
<br />
|
||||
[](https://deps.rs/crate/actix-cors/0.7.1)
|
||||
@@ -69,4 +69,4 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
- [API Documentation](https://docs.rs/actix-cors)
|
||||
- [Example Project](https://github.com/actix/examples/tree/master/cors)
|
||||
- Minimum Supported Rust Version (MSRV): 1.75
|
||||
- Minimum Supported Rust Version (MSRV): 1.80
|
||||
|
Reference in New Issue
Block a user