Skip to content

chore(deps): bump the rust-serde group across 1 directory with 2 updates - #20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-serde-b52aef4f2a
Open

chore(deps): bump the rust-serde group across 1 directory with 2 updates#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-serde-b52aef4f2a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-serde group with 2 updates in the / directory: serde and serde_json.

Updates serde from 1.0.228 to 1.0.229

Release notes

Sourced from serde's releases.

v1.0.229

  • Update to syn 3
Commits
  • 7fc3b4c Release 1.0.229
  • 6d6e9a1 Merge pull request #3085 from dtolnay/syn3
  • 6dec3b7 Update to syn 3
  • cfe6692 Resolve mut_mut pedantic clippy lint
  • 1023d07 Update actions/upload-artifact@v6 -> v7
  • dd682c2 Update actions/checkout@v6 -> v7
  • 5f0f18b Update ui test suite to nightly-2026-06-01
  • 63a1498 Regenerate stderr with trybuild normalization fixes
  • fa7da4a Fix unused_features warning
  • 6b1a178 Unpin CI miri toolchain
  • Additional commits viewable in compare view

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary

No changes summarized.

Bumps the rust-serde group with 2 updates in the / directory: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.228 to 1.0.229
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

Updates `serde_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
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-serde
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-serde
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 27, 2026

@winnowl winnowl Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

✅ No blocking issues found — approving.

🛠️ To have the bot fix these findings, comment @winnowl fix.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📋 Additional findings from this change (not shown inline) (3)
  • 🟠 High Dependency openssl@0.10.78 is affected by high advisory GHSA-xp3w-r5p5-63rr (rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs); upgrade to at least 0.10.79.
  • 🟡 Medium Dependency openssl@0.10.78 is affected by medium advisory GHSA-phqj-4mhp-q6mq (rust-openssl: Potential out-of-bounds write in CipherCtxRef::cipher_update_inplace for AES-KW-PAD ciphers); upgrade to at least 0.10.80.
  • 🟡 Medium Dependency openssl@0.10.78 is affected by medium advisory GHSA-xv59-967r-8726 (rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wrap-with-padding); upgrade to at least 0.10.79.
🤖 Prompt for AI agents — all findings (3)
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

## Additional findings on this change (not posted inline) (3)

In Cargo.lock, address this finding:
Dependency `openssl@0.10.78` is affected by high advisory GHSA-xp3w-r5p5-63rr (rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs); upgrade to at least 0.10.79.

In Cargo.lock, address this finding:
Dependency `openssl@0.10.78` is affected by medium advisory GHSA-phqj-4mhp-q6mq (rust-openssl: Potential out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers); upgrade to at least 0.10.80.

In Cargo.lock, address this finding:
Dependency `openssl@0.10.78` is affected by medium advisory GHSA-xv59-967r-8726 (rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wrap-with-padding); upgrade to at least 0.10.79.
📜 Review details

Model

  • gpt-5.6-sol

Coverage

  • scopes: 0/0 complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants