mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
use all latest versions
This commit is contained in:
parent
6b44c40141
commit
c402638653
2 changed files with 12 additions and 12 deletions
|
@ -16,19 +16,19 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4", optional = true }
|
chrono = { version = "0.4.9", optional = true }
|
||||||
failure = "0.1"
|
failure = "0.1.6"
|
||||||
futures = "0.1"
|
futures = "0.1.29"
|
||||||
gotham = "0.4"
|
gotham = "0.4"
|
||||||
gotham_derive = "0.4"
|
gotham_derive = "0.4"
|
||||||
gotham_restful_derive = { version = "0.0.1" }
|
gotham_restful_derive = { version = "0.0.1" }
|
||||||
hyper = "0.12"
|
hyper = "0.12.35"
|
||||||
indexmap = { version = "1.0", optional = true }
|
indexmap = { version = "1.3.0", optional = true }
|
||||||
log = { version = "0.4", optional = true }
|
log = { version = "0.4.8", optional = true }
|
||||||
mime = "0.3"
|
mime = "0.3.14"
|
||||||
openapiv3 = { version = "0.3", optional = true }
|
openapiv3 = { version = "0.3", optional = true }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1.0.102", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1.0.41"
|
||||||
uuid = { version = ">= 0.1, < 0.9", optional = true }
|
uuid = { version = ">= 0.1, < 0.9", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -20,9 +20,9 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
heck = "0.3.1"
|
heck = "0.3.1"
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1.0.6"
|
||||||
quote = "1"
|
quote = "1.0.2"
|
||||||
syn = { version = "1", features = ["extra-traits", "full"] }
|
syn = { version = "1.0.7", features = ["extra-traits", "full"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["openapi"]
|
default = ["openapi"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue