From 2f3b62b9b5d59cee6a416fc7fedcc754fcfcbb17 Mon Sep 17 00:00:00 2001 From: golem131 Date: Thu, 7 Jun 2018 12:41:09 +0300 Subject: [PATCH] users library dependency update 0.6 -> 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3dac84..9611b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ scoped_threadpool = "0.1.*" term_grid = "0.1.6" term_size = "0.3.0" unicode-width = "0.1.4" -users = "0.6" +users = "0.7" zoneinfo_compiled = "0.4.7" [build-dependencies]