summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-03 10:44:23 -0400
committerGitHub <noreply@github.com>2023-06-03 10:44:23 -0400
commit79e4ba9ba0d59543a20f6ac0b89f5cc83b3b98c3 (patch)
tree3e79d931d3b526bdf31c8aad0c60d870df28efd8
parentaa99ea7a49f286ceddb63d71268ee21ab6883de7 (diff)
Bump serde_json from 1.0.93 to 1.0.96 (#1391)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.96) --- 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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fdcc69a2..7c3b79ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1212,9 +1212,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.93"
+version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
+checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",
diff --git a/Cargo.toml b/Cargo.toml
index c9df47ad..d23f1182 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ palette = "0.7.2"
pathdiff = "0.2.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
-serde_json = "1.0.93"
+serde_json = "1.0.96"
shell-words = "1.0.0"
smol_str = "0.1.24"
syntect = "5.0.0"