Skip to content

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Jun 3, 2025

This PR contains the following updates:

Package Type Update Change
camino dependencies minor 1.1.9 -> 1.2.0

Release Notes

camino-rs/camino (camino)

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

Copy link

codecov bot commented Jun 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.59%. Comparing base (66b8f4a) to head (5a7fa6c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   87.59%   87.59%           
=======================================
  Files           4        4           
  Lines         403      403           
=======================================
  Hits          353      353           
  Misses         50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 3 times, most recently from f9ed4d2 to 069447f Compare June 7, 2025 07:15
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 4 times, most recently from 8aedc7b to e1b396d Compare June 19, 2025 04:18
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch from e1b396d to 0142b3b Compare August 8, 2025 03:17
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.10 fix(deps): update rust crate camino to 1.1.11 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 force-pushed the renovate/camino-1.x branch 9 times, most recently from 9ad46a5 to 4b3ce0d Compare September 6, 2025 03:39
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 6 times, most recently from 1a0f363 to cf1cffb Compare September 13, 2025 03:53
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant