1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

Bump rand crate version to 0.7 (#951)

This commit is contained in:
messense
2019-07-01 11:37:03 +08:00
committed by Nikolay Kim
parent d2eb1edac3
commit dbab55dd6b
6 changed files with 19 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.2.6] - TBD
### Changed
* Upgrade `rand` dependency version to 0.7
## [0.2.5] - 2019-06-28
### Added

View File

@ -70,7 +70,7 @@ language-tags = "0.2"
log = "0.4"
mime = "0.3"
percent-encoding = "1.0"
rand = "0.6"
rand = "0.7"
regex = "1.0"
serde = "1.0"
serde_json = "1.0"