summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-10-09 15:16:48 -0700
committerJon Moroney <darakian@gmail.com>2020-10-09 15:18:27 -0700
commita037edc57764762857e2325c896de92a049f601d (patch)
tree1b30e789cae8e8936214ea2a6d09eeb12be1e774
parent3a53f0c37569422dea7cbdb0edd1bf5c2ee7a27e (diff)
Bump Rayonbump-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"