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): Update Rust crate os_str_bytes to v7 #71

Merged
merged 1 commit into from
May 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
os_str_bytes dependencies major 6.0 -> 7.0

Release Notes

dylni/os_str_bytes (os_str_bytes)

v7.0.0

Compare Source

  • Published 7.0.0-beta as a release version
  • Adjusted dependency versions

v6.6.1

Compare Source

  • Added protection against "nightly" feature use in libraries

v6.6.0

Compare Source

  • Added:
    • [OsStrBytesExt][OsStrBytesExt]
    • [RawOsStr::as_encoded_bytes][RawOsStr::as_encoded_bytes]
    • [RawOsStr::from_encoded_bytes_unchecked][RawOsStr::from_encoded_bytes_unchecked]
    • [RawOsStrCow::from_os_str][RawOsStrCow::from_os_str]
    • [RawOsString::from_encoded_vec_unchecked][RawOsString::from_encoded_vec_unchecked]
    • [RawOsString::into_encoded_vec][RawOsString::into_encoded_vec]
    • additional [AsRef][AsRef], [From][From], [PartialEq][PartialEq] trait implementations for [RawOsStr][RawOsStr] and [RawOsString][RawOsString]
  • Added a "nightly" feature to use the "os_str_bytes" nightly feature
    • Read the documentation carefully. This is an experimental and unstable feature.
  • Added a "conversions" feature for methods that may be expensive
  • Updated indexing to validate bounds on all platforms, even when unnecessary
    • This change is not breaking. Invalid indices have always been discouraged, and the "nightly" feature must be enabled for this increased validation to occur.
  • Deprecated items to prepare for the next major version
  • Increased the minimum supported Rust toolchain version to 1.61.0

v6.5.1

Compare Source

  • Improved documentation

v6.5.0

Compare Source

v6.4.1

Compare Source

  • Fixed incorrect UTF-8 detection on Windows (#​14)

v6.4.0

Compare Source

  • Implemented [Clone][Clone] for [EncodingError][EncodingError]
  • Eliminated an unnecessary conversion when encoding valid UTF-8 bytes to [OsStr][OsStr] on Windows

v6.3.1

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8904401753

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 40.909%

Totals Coverage Status
Change from base Build 8665327251: 0.0%
Covered Lines: 9
Relevant Lines: 22

💛 - Coveralls

@epage epage merged commit c151542 into main May 1, 2024
16 checks passed
@epage epage deleted the renovate/os_str_bytes-7.x branch May 1, 2024 02:29
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