mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
update versions
This commit is contained in:
parent
d3b27bae8a
commit
e710182f14
3 changed files with 7 additions and 8 deletions
|
@ -16,8 +16,8 @@ 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]
|
||||||
base64 = { version = "0.11", optional = true }
|
base64 = { version = "0.11.0", optional = true }
|
||||||
chrono = { version = "0.4.9", optional = true }
|
chrono = { version = "0.4.10", optional = true }
|
||||||
cookie = { version = "0.12", optional = true }
|
cookie = { version = "0.12", optional = true }
|
||||||
failure = "0.1.6"
|
failure = "0.1.6"
|
||||||
futures = "0.1.29"
|
futures = "0.1.29"
|
||||||
|
@ -29,10 +29,10 @@ hyper = "0.12.35"
|
||||||
indexmap = { version = "1.3.0", optional = true }
|
indexmap = { version = "1.3.0", optional = true }
|
||||||
jsonwebtoken = { version = "6.0.1", optional = true }
|
jsonwebtoken = { version = "6.0.1", optional = true }
|
||||||
log = { version = "0.4.8", optional = true }
|
log = { version = "0.4.8", optional = true }
|
||||||
mime = "0.3.14"
|
mime = "0.3.16"
|
||||||
openapiv3 = { version = "0.3", optional = true }
|
openapiv3 = { version = "0.3", optional = true }
|
||||||
serde = { version = "1.0.102", features = ["derive"] }
|
serde = { version = "1.0.104", features = ["derive"] }
|
||||||
serde_json = "1.0.41"
|
serde_json = "1.0.45"
|
||||||
uuid = { version = ">= 0.1, < 0.9", optional = true }
|
uuid = { version = ">= 0.1, < 0.9", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -19,9 +19,9 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
heck = "0.3.1"
|
heck = "0.3.1"
|
||||||
proc-macro2 = "1.0.6"
|
proc-macro2 = "1.0.8"
|
||||||
quote = "1.0.2"
|
quote = "1.0.2"
|
||||||
syn = { version = "1.0.13", features = ["extra-traits", "full"] }
|
syn = { version = "1.0.14", features = ["extra-traits", "full"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
|
@ -303,6 +303,5 @@ pub fn expand_method(method : Method, attrs : TokenStream, item : TokenStream) -
|
||||||
route.#method_ident::<#resource_ident, #(#generics),*>();
|
route.#method_ident::<#resource_ident, #(#generics),*>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
eprintln!("{}", output);
|
|
||||||
output.into()
|
output.into()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue