summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-10-09 15:36:01 -0700
committerGitHub <noreply@github.com>2020-10-09 15:36:01 -0700
commit4961458f27f503bc38d4088fc175c84e5265616f (patch)
tree1b30e789cae8e8936214ea2a6d09eeb12be1e774
parent3a53f0c37569422dea7cbdb0edd1bf5c2ee7a27e (diff)
parenta037edc57764762857e2325c896de92a049f601d (diff)
Merge pull request #46 from darakian/bump-rayon
Bump rayon
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43bbf04..891cfa4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
clap = "2.33"
-rayon = "1.3"
+rayon = "1.4"
serde = "1.0"
serde_json = "1.0"
siphasher = "0.3"