chore(deps): bump serde_json from 1.0.150 to 1.0.151 - #500
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump serde_json from 1.0.150 to 1.0.151#500dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
requested review from
Guardiola31337,
Takaros999,
danielle-tfh,
kilianglas,
murph,
paolodamico and
philsippl
as code owners
September 1, 2026 19:58
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.150 to 1.0.151. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.150...v1.0.151) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/serde_json-1.0.151
branch
from
September 2, 2026 11:38
f2f584a to
34832d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps serde_json from 1.0.150 to 1.0.151.
Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7Note
Low Risk
Lockfile-only patch dependency bump with no code changes; typical low-impact serde_json maintenance update.
Overview
Updates
Cargo.lockto resolveserde_jsonfrom 1.0.150 to 1.0.151 (still satisfies the rootserde_json = "1"constraint). No application or manifest changes beyond the lockfile checksum/version entry.The upstream patch mainly adds
RawValue::from_string_unchecked; this repo does not appear to adopt that API in this diff.Reviewed by Cursor Bugbot for commit 34832d2. Bugbot is set up for automated code reviews on this repo. Configure here.