-
Notifications
You must be signed in to change notification settings - Fork 0
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 from 1.0.213 to 1.0.216 #139
Merged
Merged
Conversation
This file contains 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
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.213 to 1.0.216. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.216) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 11, 2024
@dependabot squash and merge
…On 12/11/24 7:49 PM, dependabot[bot] wrote:
Bumps serde <https://github.com/serde-rs/serde> from 1.0.213 to 1.0.216.
Release notes
/Sourced from serde's releases <https://github.com/serde-rs/serde/
releases>./
v1.0.216
* Mark all generated impls with #[automatically_derived] to
exclude from code coverage (#2866 <https://github.com/
serde-rs/serde#2866>, #2868 <https://github.com/
serde-rs/serde#2868>, thanks |@tdittr| <https://
github.com/tdittr>)
v1.0.215
* Produce warning when multiple fields or variants have the same
deserialization name (#2855 <https://github.com/serde-
rs/serde/issues/2855>, #2856 <https://github.com/serde-
rs/serde/issues/2856>, #2857 <https://github.com/serde-
rs/serde/issues/2857>)
v1.0.214
* Implement IntoDeserializer for all Deserializers in
serde::de::value module (#2568 <https://github.com/
serde-rs/serde#2568>, thanks |@Mingun| <https://
github.com/Mingun>)
Commits
* |ad8dd41| <https://github.com/serde-rs/serde/commit/
ad8dd4148b5fabf0d643d4de604a0616f2796506> Release 1.0.216
* |f91d2ed| <https://github.com/serde-rs/serde/commit/
f91d2ed9aef4d7e86171333ff745f40ee6e83692> Merge pull request #2868
<https://github.com/serde-rs/serde/issues/2868> from
dtolnay/automaticallyderived
* |9497463| <https://github.com/serde-rs/serde/
commit/9497463718813e83b69db4343bb6e8db5f28441e> Mark all generated
trait impls as #[automatically_derived]
* |46e9ecf| <https://github.com/serde-rs/serde/
commit/46e9ecfcdd5216929ebcf29e76adc072412c5380> Merge pull request
#2866 <https://github.com/serde-rs/serde/issues/2866> from
tdittr/mark-visitors-as-generated
* |e9c399c| <https://github.com/serde-rs/serde/commit/
e9c399c822aad494ab1e935a95f1a591a99b44ad> Mark generated |impl
de::Visitor| blocks as |#[automatically_derived]|
* |b9dbfcb| <https://github.com/serde-rs/serde/commit/
b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4> Switch out fnv in favor of
foldhash in test
* |c270e27| <https://github.com/serde-rs/serde/commit/
c270e27a4d37f008c199523f223843e8659b7fd9> Use BuildHasher instead of
Hasher in collection macros
* |0307f60| <https://github.com/serde-rs/serde/
commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad> Resolve
question_mark clippy lint in build script
* |8939af4| <https://github.com/serde-rs/serde/
commit/8939af48fecb965eb3ff04dc8969146d5af5ca0f> Release 1.0.215
* |fa5d58c| <https://github.com/serde-rs/serde/commit/
fa5d58cd007812b5990ec5721082bac293a97467> Use ui test syntax that
does not interfere with rustfmt
* Additional commits viewable in compare view <https://github.com/
serde-rs/serde/compare/v1.0.213...v1.0.216>
Dependabot compatibility score <https://docs.github.com/en/github/
managing-security-vulnerabilities/about-dependabot-security-
updates#about-compatibility-scores>
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
***@***.*** rebase|.
------------------------------------------------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase| will rebase this PR
* ***@***.*** recreate| will recreate this PR, overwriting any edits
that have been made to it
* ***@***.*** merge| will merge this PR after your CI passes on it
* ***@***.*** squash and merge| will squash and merge this PR after
your CI passes on it
* ***@***.*** cancel merge| will cancel a previously requested merge
and block automerging
* ***@***.*** reopen| will reopen this PR if it is closed
* ***@***.*** close| will close this PR and stop Dependabot
recreating it. You can achieve the same result by closing it manually
* ***@***.*** show <dependency name> ignore conditions| will show all
of the ignore conditions of the specified dependency
* ***@***.*** ignore this major version| will close this PR and stop
Dependabot creating any more for this major version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this minor version| will close this PR and stop
Dependabot creating any more for this minor version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this dependency| will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen
the PR or upgrade to it yourself)
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#139 <https://
github.com/cedricschwyter/serde-crypt/pull/139>
Commit Summary
* b12c92a <#139/
commits/b12c92af7d7f73d24ecbb14b0fae0953f07d430d> chore(deps): bump
serde from 1.0.213 to 1.0.216
File Changes
(1 file <https://github.com/cedricschwyter/serde-crypt/pull/139/files>)
* *M* Cargo.lock <https://github.com/cedricschwyter/serde-crypt/
pull/139/
files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e> (8)
Patch Links:
* https://github.com/cedricschwyter/serde-crypt/pull/139.patch
<https://github.com/cedricschwyter/serde-crypt/pull/139.patch>
* https://github.com/cedricschwyter/serde-crypt/pull/139.diff
<https://github.com/cedricschwyter/serde-crypt/pull/139.diff>
—
Reply to this email directly, view it on GitHub <https://github.com/
cedricschwyter/serde-crypt#139>, or unsubscribe <https://
github.com/notifications/unsubscribe-auth/
AISLPXFQJNJYEM2ZZWSCVID2FCCL7AVCNFSM6AAAAABTOEIYT2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTGNZSHAZDOOI>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@dependabot squash and merge
…On 12/11/24 7:51 PM, dependabot[bot] wrote:
Bumps serde <https://github.com/serde-rs/serde> from 1.0.213 to 1.0.216.
Release notes
/Sourced from serde's releases <https://github.com/serde-rs/serde/
releases>./
v1.0.216
* Mark all generated impls with #[automatically_derived] to
exclude from code coverage (#2866 <https://github.com/
serde-rs/serde#2866>, #2868 <https://github.com/
serde-rs/serde#2868>, thanks |@tdittr| <https://
github.com/tdittr>)
v1.0.215
* Produce warning when multiple fields or variants have the same
deserialization name (#2855 <https://github.com/serde-
rs/serde/issues/2855>, #2856 <https://github.com/serde-
rs/serde/issues/2856>, #2857 <https://github.com/serde-
rs/serde/issues/2857>)
v1.0.214
* Implement IntoDeserializer for all Deserializers in
serde::de::value module (#2568 <https://github.com/
serde-rs/serde#2568>, thanks |@Mingun| <https://
github.com/Mingun>)
Commits
* |ad8dd41| <https://github.com/serde-rs/serde/commit/
ad8dd4148b5fabf0d643d4de604a0616f2796506> Release 1.0.216
* |f91d2ed| <https://github.com/serde-rs/serde/commit/
f91d2ed9aef4d7e86171333ff745f40ee6e83692> Merge pull request #2868
<https://github.com/serde-rs/serde/issues/2868> from
dtolnay/automaticallyderived
* |9497463| <https://github.com/serde-rs/serde/
commit/9497463718813e83b69db4343bb6e8db5f28441e> Mark all generated
trait impls as #[automatically_derived]
* |46e9ecf| <https://github.com/serde-rs/serde/
commit/46e9ecfcdd5216929ebcf29e76adc072412c5380> Merge pull request
#2866 <https://github.com/serde-rs/serde/issues/2866> from
tdittr/mark-visitors-as-generated
* |e9c399c| <https://github.com/serde-rs/serde/commit/
e9c399c822aad494ab1e935a95f1a591a99b44ad> Mark generated |impl
de::Visitor| blocks as |#[automatically_derived]|
* |b9dbfcb| <https://github.com/serde-rs/serde/commit/
b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4> Switch out fnv in favor of
foldhash in test
* |c270e27| <https://github.com/serde-rs/serde/commit/
c270e27a4d37f008c199523f223843e8659b7fd9> Use BuildHasher instead of
Hasher in collection macros
* |0307f60| <https://github.com/serde-rs/serde/
commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad> Resolve
question_mark clippy lint in build script
* |8939af4| <https://github.com/serde-rs/serde/
commit/8939af48fecb965eb3ff04dc8969146d5af5ca0f> Release 1.0.215
* |fa5d58c| <https://github.com/serde-rs/serde/commit/
fa5d58cd007812b5990ec5721082bac293a97467> Use ui test syntax that
does not interfere with rustfmt
* Additional commits viewable in compare view <https://github.com/
serde-rs/serde/compare/v1.0.213...v1.0.216>
Dependabot compatibility score <https://docs.github.com/en/github/
managing-security-vulnerabilities/about-dependabot-security-
updates#about-compatibility-scores>
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
***@***.*** rebase|.
Dependabot will merge this PR once CI passes on it, as requested by
@cedricschwyter <https://github.com/cedricschwyter>.
------------------------------------------------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase| will rebase this PR
* ***@***.*** recreate| will recreate this PR, overwriting any edits
that have been made to it
* ***@***.*** merge| will merge this PR after your CI passes on it
* ***@***.*** squash and merge| will squash and merge this PR after
your CI passes on it
* ***@***.*** cancel merge| will cancel a previously requested merge
and block automerging
* ***@***.*** reopen| will reopen this PR if it is closed
* ***@***.*** close| will close this PR and stop Dependabot
recreating it. You can achieve the same result by closing it manually
* ***@***.*** show <dependency name> ignore conditions| will show all
of the ignore conditions of the specified dependency
* ***@***.*** ignore this major version| will close this PR and stop
Dependabot creating any more for this major version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this minor version| will close this PR and stop
Dependabot creating any more for this minor version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this dependency| will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen
the PR or upgrade to it yourself)
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#139 <https://
github.com/cedricschwyter/serde-crypt/pull/139>
Commit Summary
* b12c92a <#139/
commits/b12c92af7d7f73d24ecbb14b0fae0953f07d430d> chore(deps): bump
serde from 1.0.213 to 1.0.216
File Changes
(1 file <https://github.com/cedricschwyter/serde-crypt/pull/139/files>)
* *M* Cargo.lock <https://github.com/cedricschwyter/serde-crypt/
pull/139/
files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e> (8)
Patch Links:
* https://github.com/cedricschwyter/serde-crypt/pull/139.patch
<https://github.com/cedricschwyter/serde-crypt/pull/139.patch>
* https://github.com/cedricschwyter/serde-crypt/pull/139.diff
<https://github.com/cedricschwyter/serde-crypt/pull/139.diff>
—
Reply to this email directly, view it on GitHub <https://github.com/
cedricschwyter/serde-crypt#139>, or unsubscribe <https://
github.com/notifications/unsubscribe-auth/
AISLPXB4OFRY54B2QU5MYWD2FCCSDAVCNFSM6AAAAABTOEIYT2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTGNZSHAZDOOI>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 from 1.0.213 to 1.0.216.
Release notes
Sourced from serde's releases.
Commits
ad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866 from tdittr/mark-visitors-as-generatede9c399c
Mark generatedimpl de::Visitor
blocks as#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build script8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmtDependabot 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 will merge this PR once CI passes on it, as requested by @cedricschwyter.
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 this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)