1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

use all latest versions

This commit is contained in:
Dominic 2019-10-27 21:58:05 +01:00
parent 6b44c40141
commit c402638653
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 12 additions and 12 deletions

View file

@ -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"]