Update dependencies
This commit is contained in:
parent
3428e9dd92
commit
fb265db5eb
@ -19,14 +19,14 @@ edition = "2018"
|
||||
http = "0.2.1"
|
||||
percent-encoding = "2.1.0"
|
||||
ruma-api-macros = { version = "=0.16.0-rc.3", path = "ruma-api-macros" }
|
||||
ruma-identifiers = "0.16.0"
|
||||
ruma-identifiers = "0.16.1"
|
||||
ruma-serde = "0.1.3"
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
serde_json = "1.0.51"
|
||||
serde_json = "1.0.52"
|
||||
strum = "0.18.0"
|
||||
|
||||
[dev-dependencies]
|
||||
ruma-events = "0.21.0-beta.1"
|
||||
ruma-events = "0.21.0"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
@ -16,9 +16,9 @@ version = "0.16.0-rc.3"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.10"
|
||||
quote = "1.0.3"
|
||||
syn = { version = "1.0.17", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "1.0.12"
|
||||
quote = "1.0.4"
|
||||
syn = { version = "1.0.18", features = ["full", "extra-traits"] }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user