summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-13 15:59:39 +0100
committerMatan Kushner <hello@matchai.me>2019-06-13 15:59:39 +0100
commit08c7449ff45ebce12b4e65f3cd5fc186423bade4 (patch)
treecdc9c09a00f78909f7427c55ad4db6d4fb7484ec /Cargo.toml
parent66939535db76d5fd32217a5ca0baeb4045fc2ce9 (diff)
chore(deps): Bump rayon from 1.0.3 to 1.1.0 (#78)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/v1.0.3...rayon-core-v1.1.0)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea0bace0a..577fd85d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ dirs = "2.0.1"
git2 = "0.9.1"
toml = "0.5.1"
serde_json = "1.0.39"
-rayon = "1.0.3"
+rayon = "1.1.0"
pretty_env_logger = "0.3.0"
log = "0.4.6"
battery = "0.7.4"