mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Bump rand crate version to 0.7 (#951)
This commit is contained in:
parent
d2eb1edac3
commit
dbab55dd6b
6 changed files with 19 additions and 5 deletions
|
@ -105,7 +105,7 @@ rustls = { version = "0.15", optional = true }
|
|||
actix = { version = "0.8.3" }
|
||||
actix-http = { version = "0.2.5", features=["ssl", "brotli", "flate2-zlib"] }
|
||||
actix-http-test = { version = "0.2.2", features=["ssl"] }
|
||||
rand = "0.6"
|
||||
rand = "0.7"
|
||||
env_logger = "0.6"
|
||||
serde_derive = "1.0"
|
||||
tokio-timer = "0.2.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue