Skip to content

chore(deps): update rust crate camino to v1.2.6 - #404

Open
MFSGA wants to merge 1 commit into
masterfrom
renovate/camino-1.x-lockfile
Open

MFSGA wants to merge 1 commit into
masterfrom
renovate/camino-1.x-lockfile

Conversation

@MFSGA

@MFSGA MFSGA commented Sep 15, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
camino dependencies minor 1.1.9 → 1.2.6
camino dependencies patch 1.2.5 → 1.2.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

camino-rs/camino (camino)

v1.2.6

Compare Source

Fixed
  • The Utf8Path::ends_with parameter is now called child to match std::path::Path::ends_with. Thanks hxperl for your first contribution!

v1.2.5

Compare Source

Fixed

Removed unnecessary files from the package.

v1.2.4

Compare Source

Added

Methods to convert between Box<Utf8Path> and Box<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.3

Compare Source

Performance improvements
  • Utf8Path::hash now delegates to std::path::Path::hash, resulting in hashing requiring ~2x fewer instructions. Thanks stormslowly for your first contribution!

v1.2.2

Compare Source

Added

On Rust 1.91 and above:

  • Utf8PathBuf::add_extension
  • Utf8Path::file_prefix
  • Utf8Path::with_added_extension
  • Utf8PathBuf::new is a const fn.

v1.2.1

Compare Source

Fixed

Replaced obsolete doc_auto_cfg with doc_cfg, to fix Rust nightly builds with the doc_cfg flag enabled.

v1.2.0

Compare Source

Changed
  • MSRV updated to Rust 1.61 to support the switch to serde_core.
  • camino now depends on serde_core rather than serde. This allows camino's compilation to be parallelized with serde_derive.
  • serde and proptest are no longer available as features. This is technically a breaking change, but these features were already no-ops. Instead, use serde1 and proptest1 respectively.

v1.1.12

Compare Source

Added
  • Utf8PathBuf::from_os_string and Utf8Path::from_os_str conversions.
  • TryFrom<OsString> for Utf8PathBuf and TryFrom<&OsStr> for &Utf8Path conversions.

Thanks to BenjaminBrienen for your first contribution!

v1.1.11

Compare Source

Added
  • Utf8PathBuf::leak on Rust 1.89 and above.

v1.1.10

Compare Source

Changed
  • Hand-write serde implementations, dropping the dependency on serde_derive. Thanks to Enselic for initiating the discussion and for your first contribution!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

This PR has been generated by Mend Renovate CLI.

@MFSGA

MFSGA commented Sep 15, 2026 •

Copy link
Copy Markdown
Owner Author

⚠️ 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: backend/tauri/Cargo.lock
error: package ID specification `camino@1.1.9` did not match any packages
help: there are similar package ID specifications:

  camino@1.2.6

@MFSGA
MFSGA force-pushed the renovate/camino-1.x-lockfile branch 8 times, most recently from 4c2e5f4 to 3182982 Compare September 23, 2026 08:53
@MFSGA
MFSGA force-pushed the renovate/camino-1.x-lockfile branch from 3182982 to 207b8c5 Compare September 24, 2026 08:43
@MFSGA
MFSGA force-pushed the master branch 2 times, most recently from 5bb9671 to e3511dd Compare September 24, 2026 11:32
@MFSGA
MFSGA force-pushed the renovate/camino-1.x-lockfile branch from 207b8c5 to ccaa5eb Compare September 25, 2026 09:05
@MFSGA
MFSGA force-pushed the renovate/camino-1.x-lockfile branch from ccaa5eb to 1961f32 Compare September 26, 2026 08:50
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