summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-08-02 16:03:28 -0700
committerGitHub <noreply@github.com>2020-08-02 16:03:28 -0700
commit26e645d88a4cacdcce96bebf5999cb3104b7dcaa (patch)
treed1f17e663e45166d8454263a0916dc10d9fe34e5
parent89b2e8d439854f1379d97a8f159ae7c3c8a18933 (diff)
parentc8478035ac57bbc8907ea394fcf2624d4c634250 (diff)
Merge pull request #36 from darakian/update-dependencies
Minor version bumps
-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