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

build(deps): bump serde_with from 2.1.0 to 2.2.0 #5938

Merged
merged 2 commits into from
Jan 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2023

Bumps serde_with from 2.1.0 to 2.2.0.

Release notes

Sourced from serde_with's releases.

serde_with v2.2.0

Added

  • Add new Map and Seq types for converting between maps and tuple lists. (#527)

    The behavior is not new, but already present using BTreeMap/HashMap or Vec. However, the new types Map and Seq are also available on no_std, even without the alloc feature.

Changed

  • Pin the serde_with_macros dependency to the same version as the main crate. This simplifies publishing and ensures that always a compatible version is picked.

Fixed

  • serde_with::apply had an issue matching types when invisible token groups where in use (#538) The token groups can stem from macro_rules expansion, but should be treated mostly transparent. The old code required a group to match a group, while now groups are silently removed when checking for type patterns.
Commits

Dependabot compatibility score

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 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 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)

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v2.1.0...v2.2.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 January 10, 2023 16:02
@dependabot dependabot bot requested review from teor2345 and removed request for a team January 10, 2023 16:02
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Low ❄️ labels Jan 10, 2023
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

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

Looks good, features and bug fixes that we don't need yet.

mergify bot added a commit that referenced this pull request Jan 11, 2023
@arya2
Copy link
Contributor

arya2 commented Jan 11, 2023

In the merge queue:

Timeout, server 34.28.204.78 not responding.

Recommendation: To check for possible causes of SSH connectivity issues and get
recommendations, rerun the ssh command with the --troubleshoot option.

gcloud compute ssh lwd-update-sync-5941-merge-cdcf7c3 --project=zealous-zebra --zone=us-central1-a --troubleshoot

Or, to investigate an IAP tunneling issue:

gcloud compute ssh lwd-update-sync-5941-merge-cdcf7c3 --project=zealous-zebra --zone=us-central1-a --troubleshoot --tunnel-through-iap

ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].
Error: Process completed with exit code 255.

https://github.com/ZcashFoundation/zebra/actions/runs/3888487422/jobs/6636427249#step:8:279

@arya2
Copy link
Contributor

arya2 commented Jan 11, 2023

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Jan 11, 2023

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Jan 11, 2023
Copy link
Contributor

@dconnolly dconnolly left a comment

Choose a reason for hiding this comment

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

lgtm

@teor2345
Copy link
Contributor

Merge queue #5942 failed with:

#27 ERROR: failed to push us-docker.pkg.dev/zealous-zebra/zebra/zebrad-test:pr-5942: failed to copy: io: read/write on closed pipe

https://github.com/ZcashFoundation/zebra/actions/runs/3888809575/jobs/6636501101#step:9:2191

@teor2345
Copy link
Contributor

#5943 failed with the same issue.

Either Docker is having network issues with Google Cloud or GitHub, or testing automatically deleting Docker images in PR #5873 caused these issues.

@teor2345
Copy link
Contributor

Could be related to this Google Cloud networking incident, which was supposed to be fixed a few hours ago:

Summary: Google Cloud Networking is experiencing elevated error rates and packet loss in us-central1 and us-south1
Based on our internal monitoring, the issue with Cloud Load Balancing, Google Cloud Networking, Google Compute Engine is resolved for all affected users as of Tuesday, 2023-01-10 09:23 US/Pacific.

https://status.cloud.google.com/incidents/FRpfyvgG3MUeSTTuX1Dx

@teor2345
Copy link
Contributor

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Jan 11, 2023

update

✅ Branch has been successfully updated

@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Merging #5938 (1d7d741) into main (6e61066) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5938      +/-   ##
==========================================
+ Coverage   78.23%   78.24%   +0.01%     
==========================================
  Files         310      310              
  Lines       38837    38837              
==========================================
+ Hits        30383    30389       +6     
+ Misses       8454     8448       -6     

mergify bot added a commit that referenced this pull request Jan 12, 2023
@teor2345
Copy link
Contributor

@Mergifyio refresh

@teor2345
Copy link
Contributor

Same network failure as before.

@mergify
Copy link
Contributor

mergify bot commented Jan 12, 2023

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Jan 12, 2023
@mergify mergify bot merged commit 99a2da6 into main Jan 12, 2023
@mergify mergify bot deleted the dependabot/cargo/serde_with-2.2.0 branch January 12, 2023 06:45
@oxarbitrage oxarbitrage mentioned this pull request Jan 29, 2023
36 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants