Bump dependencies, versions
This commit is contained in:
parent
206a824f3e
commit
d6cfbaa47d
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.21.2
|
||||||
|
|
||||||
|
Improvements
|
||||||
|
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
# 0.21.1
|
# 0.21.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
10
Cargo.toml
10
Cargo.toml
@ -9,17 +9,17 @@ license = "MIT"
|
|||||||
name = "ruma-events"
|
name = "ruma-events"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-events"
|
repository = "https://github.com/ruma/ruma-events"
|
||||||
version = "0.21.1"
|
version = "0.21.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.1.5", features = ["serde"] }
|
js_int = { version = "0.1.5", features = ["serde"] }
|
||||||
ruma-common = "0.1.1"
|
ruma-common = "0.1.1"
|
||||||
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.1" }
|
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.2" }
|
||||||
ruma-identifiers = "0.16.1"
|
ruma-identifiers = "0.16.1"
|
||||||
ruma-serde = "0.1.3"
|
ruma-serde = "0.2.1"
|
||||||
serde = { version = "1.0.107", features = ["derive"] }
|
serde = { version = "1.0.110", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.52", features = ["raw_value"] }
|
serde_json = { version = "1.0.53", features = ["raw_value"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
|
@ -10,18 +10,18 @@ license = "MIT"
|
|||||||
name = "ruma-events-macros"
|
name = "ruma-events-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api-macros"
|
repository = "https://github.com/ruma/ruma-api-macros"
|
||||||
version = "0.21.1"
|
version = "0.21.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.19", features = ["full"] }
|
syn = { version = "1.0.22", features = ["full"] }
|
||||||
quote = "1.0.4"
|
quote = "1.0.6"
|
||||||
proc-macro2 = "1.0.12"
|
proc-macro2 = "1.0.13"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ruma-identifiers = "0.16.1"
|
ruma-identifiers = "0.16.1"
|
||||||
serde_json = "1.0.52"
|
serde_json = "1.0.53"
|
||||||
js_int = { version = "0.1.5", features = ["serde"] }
|
js_int = { version = "0.1.5", features = ["serde"] }
|
||||||
serde = { version = "1.0.107", features = ["derive"] }
|
serde = { version = "1.0.110", features = ["derive"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user