summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8c756053..e87510b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -775,12 +775,6 @@ dependencies = [
[[package]]
name = "itoa"
-version = "0.4.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
-
-[[package]]
-name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
@@ -1292,11 +1286,11 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.70"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3"
+checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
dependencies = [
- "itoa 0.4.7",
+ "itoa",
"ryu",
"serde",
]
@@ -1504,7 +1498,7 @@ version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
- "itoa 1.0.1",
+ "itoa",
"libc",
"num_threads",
]
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"