summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 12:30:26 -0400
committerGitHub <noreply@github.com>2022-07-04 12:30:26 -0400
commit71a2243278d948a59d5111af5a9d900a039e66d7 (patch)
treeecf3aba2b6557ac0241b7a329362b9e6b3be5225 /Cargo.toml
parent511d501d5e50ced37c74b3b84ee4d46a3a8f8bd5 (diff)
Bump serde_json from 1.0.70 to 1.0.82 (#1115)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.70 to 1.0.82. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.70...v1.0.82) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 a94d344c..3edb831b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ palette = "0.6.0"
pathdiff = "0.2.1"
regex = "1.5.5"
serde = { version = "1.0.118", features = ["derive"] }
-serde_json = "1.0.70"
+serde_json = "1.0.82"
shell-words = "1.0.0"
smol_str = "0.1.23"
syntect = "5.0.0"