summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 10:34:42 +0000
committerGitHub <noreply@github.com>2024-04-01 10:34:42 +0000
commit032e43bee2cbbd5311d898ae540dc4dbb5a035c1 (patch)
tree3e96e57cac52667ad1142673ee73d5ed90bb1fa7
parent67724bfae426248399553452529cd36e21dadf6e (diff)
build(deps): bump serde_json from 1.0.93 to 1.0.115
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.115. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.115) --- 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
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5cdf69f..ec314dd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1035,9 +1035,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.93"
+version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
+checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
"itoa",
"ryu",