mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
update futures to 0.3.7 (https://rustsec.org/advisories/RUSTSEC-2020-0059.html)
This commit is contained in:
parent
d3da7d0182
commit
6ded517824
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
|||
base64 = { version = "0.13.0", optional = true }
|
||||
chrono = { version = "0.4.19", features = ["serde"], optional = true }
|
||||
cookie = { version = "0.14", optional = true }
|
||||
futures-core = "0.3.5"
|
||||
futures-util = "0.3.5"
|
||||
futures-core = "0.3.7"
|
||||
futures-util = "0.3.7"
|
||||
gotham = { version = "0.5.0", default-features = false }
|
||||
gotham_derive = "0.5.0"
|
||||
gotham_middleware_diesel = { version = "0.2.0", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue