aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-08 21:04:46 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-08 21:04:46 -0800
commit3ba08fa69221788e4e7eae2996b33c76b8ea2a71 (patch)
tree8e1124b00fbf30360ad172ab471fa50c3f5d4a52 /rust/Cargo.toml
parent8d97683a28bdaa4cf170a78b5094d467f5f018ef (diff)
downloadfatcat-3ba08fa69221788e4e7eae2996b33c76b8ea2a71.tar.gz
fatcat-3ba08fa69221788e4e7eae2996b33c76b8ea2a71.zip
update Cargo dependencies
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 190177a6..677a31e2 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -15,7 +15,7 @@ diesel_migrations = "1.3"
dotenv = "0.9.0"
clap = "2"
error-chain = "0.12"
-uuid = "0.5"
+uuid = "0.6"
log = "*"
data-encoding = "2.1"
regex = "1"