diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 21:04:46 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 21:04:46 -0800 |
commit | 3ba08fa69221788e4e7eae2996b33c76b8ea2a71 (patch) | |
tree | 8e1124b00fbf30360ad172ab471fa50c3f5d4a52 /rust/Cargo.toml | |
parent | 8d97683a28bdaa4cf170a78b5094d467f5f018ef (diff) | |
download | fatcat-3ba08fa69221788e4e7eae2996b33c76b8ea2a71.tar.gz fatcat-3ba08fa69221788e4e7eae2996b33c76b8ea2a71.zip |
update Cargo dependencies
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 2 |
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" |