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

fix(deps): update rust crate serde to v1.0.203 #186

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.196 -> 1.0.203

Release Notes

serde-rs/serde (serde)

v1.0.203

Compare Source

v1.0.202

Compare Source

  • Provide public access to RenameAllRules in serde_derive_internals (#​2743)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)

v1.0.200

Compare Source

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#​2733, thanks @​jamessan)

v1.0.199

Compare Source

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#​2732, thanks @​aatifsyed)

v1.0.198

Compare Source

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from gbbirkisson as a code owner April 7, 2024 22:20
@renovate renovate bot force-pushed the renovate/serde-packages branch from 20b9641 to 44f91b0 Compare May 1, 2024 14:47
@renovate renovate bot changed the title fix(deps): update rust crate serde_qs to 0.13 fix(deps): update serde packages May 1, 2024
@renovate renovate bot force-pushed the renovate/serde-packages branch 2 times, most recently from e83b6cb to 256e722 Compare May 5, 2024 09:56
Copy link
Contributor Author

renovate bot commented May 5, 2024

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path spis-server/Cargo.toml --package [email protected] --precise 1.0.201
    Updating crates.io index
error: failed to select a version for the requirement `serde = ">=1.0.126, <=1.0.171"`
candidate versions found which didn't match: 1.0.201
location searched: crates.io index
required by package `time v0.3.26`
    ... which satisfies dependency `time = "^0.3"` (locked to 0.3.26) of package `actix-web v4.4.0`
    ... which satisfies dependency `actix-web = "^4"` (locked to 4.4.0) of package `spis-server v0.6.0 (/tmp/renovate/repos/github/gbbirkisson/spis/spis-server)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path spis-model/Cargo.toml --package [email protected] --precise 1.0.201
    Updating crates.io index
error: failed to select a version for the requirement `serde = ">=1.0.126, <=1.0.171"`
candidate versions found which didn't match: 1.0.201
location searched: crates.io index
required by package `time v0.3.26`
    ... which satisfies dependency `time = "^0.3"` (locked to 0.3.26) of package `actix-web v4.4.0`
    ... which satisfies dependency `actix-web = "^4"` (locked to 4.4.0) of package `spis-server v0.6.0 (/tmp/renovate/repos/github/gbbirkisson/spis/spis-server)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot changed the title fix(deps): update serde packages fix(deps): update rust crate serde to v1.0.203 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/serde-packages branch from 256e722 to 6d4447f Compare June 4, 2024 15:07
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 6.89%. Comparing base (c8aa488) to head (a27c5d1).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #186   +/-   ##
=====================================
  Coverage   6.89%   6.89%           
=====================================
  Files         16      16           
  Lines        725     725           
=====================================
  Hits          50      50           
  Misses       675     675           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant