From c4026386533a644abf46b8dec4445f8981bc85de Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 27 Oct 2019 21:58:05 +0100 Subject: [PATCH] use all latest versions --- gotham_restful/Cargo.toml | 18 +++++++++--------- gotham_restful_derive/Cargo.toml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gotham_restful/Cargo.toml b/gotham_restful/Cargo.toml index df2dba1..a1088c3 100644 --- a/gotham_restful/Cargo.toml +++ b/gotham_restful/Cargo.toml @@ -16,19 +16,19 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" } codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" } [dependencies] -chrono = { version = "0.4", optional = true } -failure = "0.1" -futures = "0.1" +chrono = { version = "0.4.9", optional = true } +failure = "0.1.6" +futures = "0.1.29" gotham = "0.4" gotham_derive = "0.4" gotham_restful_derive = { version = "0.0.1" } -hyper = "0.12" -indexmap = { version = "1.0", optional = true } -log = { version = "0.4", optional = true } -mime = "0.3" +hyper = "0.12.35" +indexmap = { version = "1.3.0", optional = true } +log = { version = "0.4.8", optional = true } +mime = "0.3.14" openapiv3 = { version = "0.3", optional = true } -serde = { version = "1", features = ["derive"] } -serde_json = "1" +serde = { version = "1.0.102", features = ["derive"] } +serde_json = "1.0.41" uuid = { version = ">= 0.1, < 0.9", optional = true } [dev-dependencies] diff --git a/gotham_restful_derive/Cargo.toml b/gotham_restful_derive/Cargo.toml index b5c1949..78b9645 100644 --- a/gotham_restful_derive/Cargo.toml +++ b/gotham_restful_derive/Cargo.toml @@ -20,9 +20,9 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g [dependencies] heck = "0.3.1" -proc-macro2 = "1" -quote = "1" -syn = { version = "1", features = ["extra-traits", "full"] } +proc-macro2 = "1.0.6" +quote = "1.0.2" +syn = { version = "1.0.7", features = ["extra-traits", "full"] } [features] default = ["openapi"]