aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-21 03:25:14 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-21 03:25:14 -0400
commit5cf3046a6f8a453d5fc565f2b3c34d1d4e31d31d (patch)
tree10ef5b41c60cc0e8878a7d3e9aece7ae8b26ea80 /Cargo.toml
parent9fe57eb08616e70344a80f40a5333e1946dc2ed8 (diff)
downloadteleterm-5cf3046a6f8a453d5fc565f2b3c34d1d4e31d31d.tar.gz
teleterm-5cf3046a6f8a453d5fc565f2b3c34d1d4e31d31d.zip
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"