summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-03 23:07:44 -0500
committerGitHub <[email protected]>2025-01-03 23:07:44 -0500
commitc82b2bc9d40bb9c468a24597c8feda548c1ad297 (patch)
treed2959f11f2530121417fbd1cf3b2ec4930537581 /Cargo.lock
parenta6e230131a38abbdcf6c268f669dab3f1772ea71 (diff)
chore(crates): bump serde_json from 1.0.132 to 1.0.134 (#46)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c073e71..73df68b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -981,9 +981,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.132"
+version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
+checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [
"itoa",
"memchr",