diff --git a/Cargo.toml b/Cargo.toml index 92d005a..96b9f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }