summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-17 14:24:32 +0000
committerGitHub <noreply@github.com>2024-07-17 14:24:32 +0000
commit82a7a2db5b3208a326fd49cc23f4d58d7ff54756 (patch)
treecca1a4b7f2bd50b5a13bafc17df2c764650908c3
parent95b2689d4a319f9a7606da55c85155e6588ae111 (diff)
Bump serde_json from 1.0.111 to 1.0.120dependabot/cargo/serde_json-1.0.120
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 78abb137..3095b26f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1135,9 +1135,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.111"
+version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
+checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
dependencies = [
"itoa",
"ryu",
diff --git a/Cargo.toml b/Cargo.toml
index 65bb7233..90aa1f70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ palette = "0.7.2"
pathdiff = "0.2.1"
regex = "1.7.1"
serde = { version = "1.0.163", features = ["derive"] }
-serde_json = "1.0.96"
+serde_json = "1.0.120"
shell-words = "1.0.0"
smol_str = "0.1.24"
syntect = "5.0.0"