Update dependencies and bump version to 0.4.3.
This commit is contained in:
parent
ff55576d0f
commit
9b956152d0
14
Cargo.toml
14
Cargo.toml
@ -8,18 +8,18 @@ license = "MIT"
|
|||||||
name = "ruma-identifiers"
|
name = "ruma-identifiers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-identifiers"
|
repository = "https://github.com/ruma/ruma-identifiers"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "0.2.1"
|
lazy_static = "0.2.2"
|
||||||
rand = "0.3.14"
|
rand = "0.3.15"
|
||||||
regex = "0.1.77"
|
regex = "0.1.80"
|
||||||
serde = "0.8.13"
|
serde = "0.8.19"
|
||||||
url = "1.2.1"
|
url = "1.2.3"
|
||||||
|
|
||||||
[dependencies.diesel]
|
[dependencies.diesel]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.8.0"
|
version = "0.8.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "0.8.3"
|
serde_json = "0.8.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user