From b994d1620377761db5bfacaddf3763c6f9cbadaa Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 24 May 2018 03:43:15 -0700 Subject: [PATCH] Bump dependencies. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 451c6746..5e6ba4fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,15 +11,15 @@ repository = "https://github.com/ruma/ruma-identifiers" version = "0.11.0" [dependencies] -lazy_static = "0.2" -rand = "0.3" -regex = "0.2" +lazy_static = "1.0" +rand = "0.5" +regex = "1.0" serde = "1.0" -url = "1.4" +url = "1.7" [dependencies.diesel] optional = true -version = "0.12" +version = "1.3" [dev-dependencies] serde_json = "1.0"