summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 05:57:12 +0000
committerGitHub <noreply@github.com>2023-03-06 05:57:12 +0000
commit158e14479f858fbe8f6df00472902c133798cfaa (patch)
tree1e241c7151360084ad9d46d9b0b3b47586464794
parent43c995e96cd1b7fcfb65810749849f3af039a839 (diff)
Bump serde_json from 1.0.61 to 1.0.94dependabot/cargo/master/serde_json-1.0.94
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.61 to 1.0.94. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.61...v1.0.94) --- 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.lock14
1 files changed, 10 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d723a6a..47355c1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -508,6 +508,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
+name = "itoa"
+version = "1.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
+
+[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -865,11 +871,11 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.61"
+version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
+checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
dependencies = [
- "itoa",
+ "itoa 1.0.6",
"ryu",
"serde",
]
@@ -993,7 +999,7 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
dependencies = [
- "itoa",
+ "itoa 0.4.7",
"libc",
]