From 5cf3046a6f8a453d5fc565f2b3c34d1d4e31d31d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Oct 2019 03:25:14 -0400 Subject: update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b539e88..acd853d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,9 +36,9 @@ tokio-pty-process = "0.4" tokio-signal = "0.2" tokio-tls = "0.2" twoway = "0.2" -url = "1" +url = "2" users = "0.9" -uuid = { version = "0.7", features = ["v4"] } +uuid = { version = "0.8", features = ["v4"] } [[bin]] name = "tt" -- cgit v1.2.3-54-g00ecf