Bump serde_with from 3.14.0 to 3.15.1 in /codex-rs
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(7 months ago)
(6 months ago)
(6 months ago)
dependencies rust
Bumps serde_with from 3.14.0 to 3.15.1.
Release notes
Sourced from serde_with's releases.
serde_with v3.15.1
Fixed
- Fix building of the documentation by updating references to use
serde_core.serde_with v3.15.0
Added
Added error inspection to
VecSkipErrorandMapSkipErrorby@michelhe(#878) This allows interacting with the previously hidden error, for example for logging. Checkout the newly added example to both types.Allow documenting the types generated by
serde_conv!. Theserde_conv!macro now acceps outer attributes before the optional visibility modifier. This allow adding doc comments in the shape of#[doc = "..."]or any other attributes, such as lint modifiers.serde_conv!( #[doc = "Serialize bools as string"] #[allow(dead_code)] pub BoolAsString, bool, |x: &bool| ::std::string::ToString::to_string(x), |x: ::std::string::String| x.parse() );Add support for
hashbrownv0.16 (#877)This extends the existing support for
hashbrownv0.14 and v0.15 to the newly released version.Changed
- Bump MSRV to 1.76, since that is required for
tomldev-dependency.serde_with v3.14.1
Fixed
- Show macro expansion in the docs.rs generated rustdoc. Since macros are used to generate trait implementations, this is useful to understand the exact generated code.
Commits
d5ccc10Bump version to v3.15.1 (#898)341fbc1Bump version to v3.15.118ca8f2Update the documentation to refer to serde_core instead of serde (#897)f5deae3Update the documentation to refer to serde_core instead of serdee8ad178Bump github/codeql-action from 3 to 4 in the github-actions group (#893)dcfb20fBump regex from 1.11.2 to 1.12.1 (#894)cb2fdddBump regex from 1.11.2 to 1.12.16a8cb9eBump github/codeql-action from 3 to 4 in the github-actions groupea38dceBump version to 3.15.0 (#892)a3da8e6Bump version to 3.15.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
serde_with
cargo
3.14.0 → 3.15.1
Minor
/codex-rs
Technical Details
| ID: | 11959948 |
| UUID: | 3606070886 |
| Node ID: | PR_kwDOQQCrdM6ybmov |
| Host: | GitHub |
| Repository: | ScriptedAlchemy/codex-native |