summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-11-03 10:16:15 -0600
committerStuart Stock <stuart@int08h.com>2019-11-03 10:16:15 -0600
commitc92cd1d3fcb9f249d78a13d06e5d6cbdff64693b (patch)
treec1d0395924ced0a8f6e88633123933cbe6095db0
parent497793f3428130581fbb216ec818dcd7d84bad38 (diff)
downloadroughenough-c92cd1d3fcb9f249d78a13d06e5d6cbdff64693b.zip
Remove hashbrown crate, no longer needed in Rust 1.36+
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d45f2a9..5c65654 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,6 @@ clap = "2"
chrono = "0.4"
hex = "0.3"
base64 = "0.9"
-hashbrown = "0.1"
humansize = "1.0"
rand = "0.6"