Update dependencies, use one line per dep in toml files
This commit is contained in:
parent
6b14591d31
commit
a969fcf625
22
Cargo.toml
22
Cargo.toml
@ -13,23 +13,13 @@ version = "0.11.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.1.18"
|
http = "0.1.19"
|
||||||
serde_json = "1.0.40"
|
ruma-api-macros = { path = "ruma-api-macros", optional = true }
|
||||||
serde_urlencoded = "0.6.1"
|
|
||||||
ruma-identifiers = "0.14.0"
|
ruma-identifiers = "0.14.0"
|
||||||
|
serde = { version = "1.0.102", features = ["derive"], optional = true }
|
||||||
[dependencies.ruma-api-macros]
|
serde_json = "1.0.41"
|
||||||
path = "ruma-api-macros"
|
serde_urlencoded = "0.6.1"
|
||||||
optional = true
|
url = { version = "2.1.0", optional = true }
|
||||||
|
|
||||||
[dependencies.serde]
|
|
||||||
version = "1.0.99"
|
|
||||||
features = ["derive"]
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[dependencies.url]
|
|
||||||
version = "2.1.0"
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["with-ruma-api-macros"]
|
default = ["with-ruma-api-macros"]
|
||||||
|
@ -13,12 +13,9 @@ version = "0.8.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quote = "1.0.1"
|
proc-macro2 = "1.0.6"
|
||||||
proc-macro2 = "1.0.1"
|
quote = "1.0.2"
|
||||||
|
syn = { version = "1.0.8", features = ["full"] }
|
||||||
[dependencies.syn]
|
|
||||||
version = "1.0.2"
|
|
||||||
features = ["full"]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user