summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-08-02 16:00:46 -0700
committerJon Moroney <darakian@gmail.com>2020-08-02 16:00:51 -0700
commitc8478035ac57bbc8907ea394fcf2624d4c634250 (patch)
treed1f17e663e45166d8454263a0916dc10d9fe34e5
parent89b2e8d439854f1379d97a8f159ae7c3c8a18933 (diff)
Minor version bumps
Minor bump
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd0de6f..4659a9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,12 +11,12 @@ documentation = "https://docs.rs/ddh"
readme = "README.md"
[dependencies]
-clap = "2.33.0"
+clap = "2.33"
rayon = "1.3"
serde = "1.0"
serde_json = "1.0"
siphasher = "0.3"
-nohash-hasher = "0.1.1"
+nohash-hasher = "0.2"
[profile.release]
lto = true