summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-02-10 16:32:54 -0600
committerStuart Stock <stuart@int08h.com>2019-02-10 16:33:35 -0600
commit7cb1f24a4822ea28db40ebb67d909802bb2bb440 (patch)
tree2c87b9f09852a86a07c3f57cc88a94409d59298b /Cargo.toml
parent06f8c19cc56253e133a0fcdccdde980904acfdbe (diff)
downloadroughenough-7cb1f24a4822ea28db40ebb67d909802bb2bb440.zip
update 1.1.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9f07fd..e358a57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.1.3"
+version = "1.1.4"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
@@ -34,6 +34,7 @@ hex = "0.3"
base64 = "0.9"
hashbrown = "0.1"
humansize = "1.0"
+rand = "0.6"
# Used by 'awskms'
rusoto_core = { version = "0.36", optional = true }