From 7bd45e28884042f9c1a0c3dd1b75c713b6a8ae73 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Thu, 28 Jun 2018 13:49:21 +0200 Subject: [PATCH] Bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4420078..1b5b117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" authors = ["Adrian Heine "] [dependencies] -users = "0.5.0" -regex = "0.2" +users = "0.7.0" +regex = "1.0.1" [dev-dependencies] tempdir = "0.3"