Skip to content

Comments

fix(deps): update rust crate camino to 1.2.2#163

Open
nextest-bot wants to merge 1 commit intomainfrom
renovate/camino-1.x
Open

fix(deps): update rust crate camino to 1.2.2#163
nextest-bot wants to merge 1 commit intomainfrom
renovate/camino-1.x

Conversation

@nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Aug 8, 2025

This PR contains the following updates:

Package Type Update Change
camino dependencies minor 1.1.10 -> 1.2.2

Release Notes

camino-rs/camino (camino)

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.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

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

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Aug 8, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.11 fix(deps): update rust crate camino to 1.1.12 Aug 27, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.12 fix(deps): update rust crate camino to 1.2.0 Sep 15, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.2.0 fix(deps): update rust crate camino to 1.2.1 Sep 30, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.2.1 fix(deps): update rust crate camino to 1.2.2 Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant