Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump serde_with from 3.5.0 to 3.6.0 #14937

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps serde_with from 3.5.0 to 3.6.0.

Release notes

Sourced from serde_with's releases.

serde_with v3.6.0

Added

  • Add IfIsHumanReadable for conditional implementation by @​irriden (#690) Used to specify different transformations for text-based and binary formats.
  • Add more JsonSchemaAs impls for all Duration* and Timestamp* adaptors by @​swlynch99 (#685)

Changed

  • Bump MSRV to 1.65, since that is required for the regex dependency.

serde_with v3.5.1

Fixed

  • The serde_as macro now better detects existing schemars attributes on fields and incorporates them by @​swlynch99 (#682) This avoids errors on existing #[schemars(with = ...)] annotations.
Commits
  • 1be8fa3 Bump version to 3.6.0 (#692)
  • 8d38d10 Bump version to 3.6.0
  • 857a523 Add IfIsHumanReadable (#690)
  • 6d356b5 Merge branch 'master' into human-readable
  • eac8871 Bump regex from 1.9.6 to 1.10.3 (#686)
  • dca18c4 Add JsonSchemaAs impls for all Duration and Timestamp adaptors (#685)
  • cf29573 Add a pattern key for the duration string
  • 47d974f Add IfIsHumanReadable
  • 00382b9 Merge pull request #689 from jonasbb/devcontainer
  • d2b859a Switch installation of pre-commit to postCreateCommand
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2024 19:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2024
@TennyZhuang TennyZhuang added this pull request to the merge queue Feb 2, 2024
Merged via the queue into main with commit fb4bb9b Feb 2, 2024
34 checks passed
@TennyZhuang TennyZhuang deleted the dependabot/cargo/serde_with-3.6.0 branch February 2, 2024 02:34
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.

1 participant