summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-25 11:28:12 -0500
committerMatan Kushner <hello@matchai.me>2019-11-25 11:28:12 -0500
commitde1b263cdd751c1d01787cd2fad32a0864507ae7 (patch)
tree5dc2cb656b916697fe1ab0d2356472afab5e5c01 /Cargo.toml
parent96c299293e8da20f2dd5a1d81ae9861ebb5f5684 (diff)
build(deps): bump serde_json from 1.0.41 to 1.0.42 (#666)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 95af5ca80..1cd94da89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ ansi_term = "0.12.1"
dirs = "2.0.2"
git2 = { version = "0.10.2", default-features = false, features = [] }
toml = "0.5.4"
-serde_json = "1.0.41"
+serde_json = "1.0.42"
rayon = "1.2.1"
pretty_env_logger = "0.3.1"
log = "0.4.8"