mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
use all latest versions
This commit is contained in:
parent
6b44c40141
commit
c402638653
2 changed files with 12 additions and 12 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue