Bump serde_with from 2.2.0 to 2.3.2 in /References/ch57x-keyboard-tool in the cargo group across 1 directory - #17
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 1 update in the /References/ch57x-keyboard-tool directory: [serde_with](https://github.com/jonasbb/serde_with). Updates `serde_with` from 2.2.0 to 2.3.2 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v2.2.0...v2.3.2) --- updated-dependencies: - dependency-name: serde_with dependency-version: 2.3.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Superseded by #20. This bump targets serde_with 2.3.2, but the advisory is only patched in 3.21.0 — merging this would close the PR while leaving the alert open. #20 takes the major bump to 3.21.0; the only API the helper uses is the DeserializeFromStr derive in src/keyboard/mod.rs, unchanged in 3.x. |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/cargo/References/ch57x-keyboard-tool/cargo-35d08f2cf2
branch
August 3, 2026 12:44
Krypt0ph0ne
added a commit
that referenced
this pull request
Aug 3, 2026
The four open Dependabot PRs do not resolve their own alerts: #16 targets time 0.3.26 (patched 0.3.47), #17 serde_with 2.3.2 (patched 3.21.0), and #18 rustix 0.36.7 (patched 0.36.16). Only #15 (unsafe-libyaml) reaches a fixed version. Merging all four would leave three alerts open while looking resolved. Go to the patched versions directly. serde_with needs a major bump, so its requirement moves from 2.2 to 3.21; the only API used is the DeserializeFromStr derive in src/keyboard/mod.rs, which is unchanged in 3.x. 43 helper tests and 116 app tests pass. None of the four is reachable in this binary — the rustix issue is in the linux_raw backend, unsafe-libyaml's affects no 64-bit target, and neither RFC 2822 parsing nor KeyValueMap appears in the source. This is supply- chain hygiene, not a fix for a live risk. Cargo.toml and Cargo.lock now differ from the pinned upstream commit; no Rust source is touched. Recorded in THIRD_PARTY_NOTICES.md.
Krypt0ph0ne
added a commit
that referenced
this pull request
Aug 4, 2026
The four open Dependabot PRs do not resolve their own alerts: #16 targets time 0.3.26 (patched 0.3.47), #17 serde_with 2.3.2 (patched 3.21.0), and #18 rustix 0.36.7 (patched 0.36.16). Only #15 (unsafe-libyaml) reaches a fixed version. Merging all four would leave three alerts open while looking resolved. Go to the patched versions directly. serde_with needs a major bump, so its requirement moves from 2.2 to 3.21; the only API used is the DeserializeFromStr derive in src/keyboard/mod.rs, which is unchanged in 3.x. 43 helper tests and 116 app tests pass. None of the four is reachable in this binary — the rustix issue is in the linux_raw backend, unsafe-libyaml's affects no 64-bit target, and neither RFC 2822 parsing nor KeyValueMap appears in the source. This is supply- chain hygiene, not a fix for a live risk. Cargo.toml and Cargo.lock now differ from the pinned upstream commit; no Rust source is touched. Recorded in THIRD_PARTY_NOTICES.md. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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 the cargo group with 1 update in the /References/ch57x-keyboard-tool directory: serde_with.
Updates
serde_withfrom 2.2.0 to 2.3.2Release notes
Sourced from serde_with's releases.
... (truncated)
Commits
574436bMerge #589eac55ffBump version to v2.3.2e7939a6Merge #588e5ffb02Require serde 1.0.139384ee78Merge #587af69c44Tweak the coverage configuration7d670c2Merge #58673f9e40Improve error messaged by dropping untagged enumseb1965aMerge #5855b7ecddMerge #584Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.