Bump dependencies
This commit is contained in:
parent
f470afcb2a
commit
30e73186e7
@ -18,7 +18,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.19"
|
||||
quote = "1.0.7"
|
||||
syn = { version = "1.0.31", features = ["full", "extra-traits"] }
|
||||
syn = { version = "1.0.38", features = ["full", "extra-traits"] }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update strum dependency to 0.19
|
||||
|
||||
# 0.17.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -23,9 +23,9 @@ ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_json = "1.0.57"
|
||||
strum = "0.18.0"
|
||||
strum = "0.19.2"
|
||||
|
||||
[dev-dependencies]
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||
trybuild = "1.0.30"
|
||||
trybuild = "1.0.31"
|
||||
|
@ -4,6 +4,7 @@ Breaking changes:
|
||||
|
||||
* Update type of `limit` in `r0::user_directory::search_users` from
|
||||
`Option<UInt>` to `UInt`
|
||||
* Update strum dependency to 0.19
|
||||
|
||||
# 0.10.0
|
||||
|
||||
|
@ -26,7 +26,7 @@ ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_json = "1.0.57"
|
||||
strum = { version = "0.18.0", features = ["derive"] }
|
||||
strum = { version = "0.19.2", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
|
@ -1,3 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update strum dependency to 0.19
|
||||
|
||||
# 0.2.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -14,8 +14,8 @@ edition = "2018"
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_json = { version = "1.0.56", features = ["raw_value"] }
|
||||
strum = { version = "0.18.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0.57", features = ["raw_value"] }
|
||||
strum = { version = "0.19.2", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.8"
|
||||
|
@ -13,7 +13,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.22.0-alpha.1"
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.36", features = ["full"] }
|
||||
syn = { version = "1.0.38", features = ["full"] }
|
||||
quote = "1.0.7"
|
||||
proc-macro2 = "1.0.19"
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update strum dependency to 0.19
|
||||
|
||||
# 0.22.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -19,15 +19,15 @@ ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
|
||||
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.113", features = ["derive"] }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_json = { version = "1.0.57", features = ["raw_value"] }
|
||||
strum = { version = "0.18.0", features = ["derive"] }
|
||||
strum = { version = "0.19.2", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
matches = "0.1.8"
|
||||
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers", features = ["rand"] }
|
||||
trybuild = "1.0.30"
|
||||
trybuild = "1.0.31"
|
||||
|
||||
[[bench]]
|
||||
name = "event_deserialize"
|
||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
||||
ruma-identifiers-validation = { version = "0.1.0", path = "../ruma-identifiers-validation" }
|
||||
quote = "1.0.7"
|
||||
proc-macro2 = "1.0.19"
|
||||
syn = "1.0.35"
|
||||
syn = "1.0.38"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -13,4 +13,4 @@ version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
strum = { version = "0.18.0", features = ["derive"] }
|
||||
strum = { version = "0.19.2", features = ["derive"] }
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update strum dependency to 0.19
|
||||
|
||||
# 0.17.2
|
||||
|
||||
Bug fixes:
|
||||
|
@ -28,7 +28,7 @@ rand = { version = "0.7.3", optional = true }
|
||||
ruma-identifiers-macros = { version = "=0.17.2", path = "../ruma-identifiers-macros" }
|
||||
ruma-identifiers-validation = { version = "0.1.0", path = "../ruma-identifiers-validation" }
|
||||
serde = { version = "1.0.114", optional = true, features = ["derive"] }
|
||||
strum = { version = "0.18.0", features = ["derive"] }
|
||||
strum = { version = "0.19.2", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.8"
|
||||
|
@ -13,7 +13,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.6.0-dev.1"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.12.2"
|
||||
base64 = "0.12.3"
|
||||
ring = "0.16.15"
|
||||
serde_json = "1.0.55"
|
||||
serde_json = "1.0.57"
|
||||
untrusted = "0.7.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user