Update changelogs.

This commit is contained in:
Luca Palmieri 2021-12-29 10:34:00 +01:00
parent 18615ff591
commit 4eb9b2c06d
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Changes
## Unreleased - 2021-xx-xx
### Changed
- `actix-web` has upgrade to `cookie` 0.16. This removes `actix-web`'s dependency on a version of `time` that was affected by RUSTSEC-2020-0071. `actix-web` still depends on a vulnerable version of `chrono` via `rcgen`, but `rcgen` is only used as a dev dependency therefore this does not affect end users.
## 4.0.0-beta.17 - 2021-12-29
### Added

View File

@ -1,7 +1,8 @@
# Changes
## Unreleased - 2021-xx-xx
### Changed
- `awc` has upgrade to `cookie` 0.16. This removes `awc`'s dependency on a version of `time` that was affected by RUSTSEC-2020-0071. `awc` still depends on a vulnerable version of `chrono` via `rcgen`, but `rcgen` is only used as a dev dependency therefore this does not affect end users.
## 3.0.0-beta.16 - 2021-12-29
- `*::send_json` and `*::send_form` methods now receive `impl Serialize`. [#2553]