summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Raits <i.gnatenko.brain@gmail.com>2020-05-22 08:44:04 +0200
committerIgor Raits <i.gnatenko.brain@gmail.com>2020-05-22 08:44:04 +0200
commit80875aac8f84f3f369520f6348ce5f40483d60f6 (patch)
tree46e5726cdcf7c6cefc0997026dee4bcff9b1b8c1 /Cargo.toml
parentda1ac5139bb0b9c36336f010bcc5346cde6bae8d (diff)
chore: Update users to 0.10
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ec7e2c..61c1b54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ scoped_threadpool = "0.1.9"
term_grid = "0.1.7"
term_size = "0.3.1"
unicode-width = "0.1.5"
-users = "0.9.1"
+users = "0.10"
zoneinfo_compiled = "0.5"
[dependencies.git2]