Update Rust crate camino to 1.2.4#3435
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3435 +/- ##
=======================================
Coverage 85.89% 85.90%
=======================================
Files 162 162
Lines 49341 49341
=======================================
+ Hits 42381 42384 +3
+ Misses 6960 6957 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
This PR contains the following updates:
1.2.3→1.2.4Release Notes
camino-rs/camino (camino)
v1.2.4Compare Source
Added
Methods to convert between
Box<Utf8Path>andBox<Path>:From<Box<Utf8Path>> for Box<Path>(as of release, not documented due to rust-lang/rust#158466).Utf8Path::into_std_boxed_path(self: Box<Self>)Utf8Path::from_boxed_path(path: Box<Path>)TryFrom<Box<Path>> for Box<Utf8Path>Thanks nicopap for your first contribution!
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.