mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
Bump rand from 0.7.x to 0.8.x (#1845)
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2020-xx-xx
|
||||
|
||||
### Changed
|
||||
* Bumped `rand` to `0.8`
|
||||
|
||||
## 2.2.0 - 2020-11-25
|
||||
### Added
|
||||
|
@ -72,7 +72,7 @@ log = "0.4"
|
||||
mime = "0.3"
|
||||
percent-encoding = "2.1"
|
||||
pin-project = "1.0.0"
|
||||
rand = "0.7"
|
||||
rand = "0.8"
|
||||
regex = "1.3"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user