From 5fc990cebdf2c3732b65ab921f9c7e2c8ba79dc3 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 12 Jul 2018 10:17:50 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54a1c5456e47..c6128b2405aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ required-features = ["cargo_miri"] [dependencies] byteorder = { version = "1.1", features = ["i128"]} -cargo_metadata = { version = "0.5", optional = true } -regex = "0.2.2" +cargo_metadata = { version = "0.6", optional = true } +regex = "1.0" lazy_static = "1.0" env_logger = "0.5.0-rc.1" log = "0.4"