Update dependencies and bump version to 0.4.3.

This commit is contained in:
Jimmy Cuadra 2016-11-29 03:58:59 -08:00
parent ff55576d0f
commit 9b956152d0

View File

@ -8,18 +8,18 @@ license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.4.2"
version = "0.4.3"
[dependencies]
lazy_static = "0.2.1"
rand = "0.3.14"
regex = "0.1.77"
serde = "0.8.13"
url = "1.2.1"
lazy_static = "0.2.2"
rand = "0.3.15"
regex = "0.1.80"
serde = "0.8.19"
url = "1.2.3"
[dependencies.diesel]
optional = true
version = "0.8.0"
version = "0.8.2"
[dev-dependencies]
serde_json = "0.8.3"