Conversation
Owner
Author
|
MFSGA
force-pushed
the
renovate/camino-1.x-lockfile
branch
8 times, most recently
from
September 23, 2026 08:53
4c2e5f4 to
3182982
Compare
MFSGA
force-pushed
the
renovate/camino-1.x-lockfile
branch
from
September 24, 2026 08:43
3182982 to
207b8c5
Compare
MFSGA
force-pushed
the
master
branch
2 times, most recently
from
September 24, 2026 11:32
5bb9671 to
e3511dd
Compare
MFSGA
force-pushed
the
renovate/camino-1.x-lockfile
branch
from
September 25, 2026 09:05
207b8c5 to
ccaa5eb
Compare
MFSGA
force-pushed
the
renovate/camino-1.x-lockfile
branch
from
September 26, 2026 08:50
ccaa5eb to
1961f32
Compare
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.1.9→1.2.61.2.5→1.2.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
camino-rs/camino (camino)
v1.2.6Compare Source
Fixed
Utf8Path::ends_withparameter is now calledchildto matchstd::path::Path::ends_with. Thanks hxperl for your first contribution!v1.2.5Compare Source
Fixed
Removed unnecessary files from the package.
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!
v1.2.3Compare Source
Performance improvements
Utf8Path::hashnow delegates tostd::path::Path::hash, resulting in hashing requiring ~2x fewer instructions. Thanks stormslowly for your first contribution!v1.2.2Compare Source
Added
On Rust 1.91 and above:
Utf8PathBuf::add_extensionUtf8Path::file_prefixUtf8Path::with_added_extensionUtf8PathBuf::newis a const fn.v1.2.1Compare Source
Fixed
Replaced obsolete
doc_auto_cfgwithdoc_cfg, to fix Rust nightly builds with thedoc_cfgflag enabled.v1.2.0Compare Source
Changed
serde_core.serde_corerather thanserde. This allows camino's compilation to be parallelized withserde_derive.serdeandproptestare no longer available as features. This is technically a breaking change, but these features were already no-ops. Instead, useserde1andproptest1respectively.v1.1.12Compare Source
Added
Utf8PathBuf::from_os_stringandUtf8Path::from_os_strconversions.TryFrom<OsString> for Utf8PathBufandTryFrom<&OsStr> for &Utf8Pathconversions.Thanks to BenjaminBrienen for your first contribution!
v1.1.11Compare Source
Added
Utf8PathBuf::leakon Rust 1.89 and above.v1.1.10Compare Source
Changed
serde_derive. Thanks to Enselic for initiating the discussion and for your first contribution!Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR has been generated by Mend Renovate CLI.