Skip to content

chore(deps): Update Rust crate bincode to v2 #137

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

Merged
merged 2 commits into from
Apr 1, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Type Update Change
bincode dependencies major 1.3.3 -> 2.0.0

Release Notes

bincode-org/bincode (bincode)

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: bincode-org/bincode@v2.0.0...v2.0.1

v2.0.0

Compare Source

Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.

If you haven't been following along with the 2.0 changes here is a brief overview

  • Completely rewritten API decoupled from serde
  • no_std support
  • Official format specification
  • Default configuration changes
  • Increase MSRV to 1.85.0

What's Changed since 1.3.1

New Contributors

Full Changelog: bincode-org/bincode@v1.3.1...v2.0.0


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Apr 1, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --package [email protected] --precise 2.0.1
    Updating crates.io index
error: failed to select a version for the requirement `bincode = "^1.0"`
candidate versions found which didn't match: 2.0.1
location searched: crates.io index
required by package `syntect v5.2.0`
    ... which satisfies dependency `syntect = "^5.2.0"` (locked to 5.2.0) of package `git-dive v0.1.6 (/tmp/renovate/repos/github/gitext-rs/git-dive)`

@epage epage force-pushed the renovate/bincode-2.x branch from a8910c8 to d76c7cd Compare April 1, 2025 15:29
Copy link
Contributor Author

renovate bot commented Apr 1, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@coveralls
Copy link

coveralls commented Apr 1, 2025

Pull Request Test Coverage Report for Build 14200293836

Details

  • 0 of 4 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/assets/mod.rs 0 4 0.0%
Totals Coverage Status
Change from base Build 14200023782: 0.0%
Covered Lines: 0
Relevant Lines: 707

💛 - Coveralls

@epage epage force-pushed the renovate/bincode-2.x branch from d76c7cd to 9a6b964 Compare April 1, 2025 15:55
@epage epage merged commit 7aefa29 into main Apr 1, 2025
16 checks passed
@epage epage deleted the renovate/bincode-2.x branch April 1, 2025 16:40
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.

2 participants