Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
camino dependencies minor 1.1.4 -> 1.2.1

Release Notes

camino-rs/camino (camino)

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!

v1.1.9

Compare Source

Added
  • Top-level function absolute_utf8 wraps std::path::absolute, converting paths to UTF-8.
    Requires Rust 1.79 and above.

v1.1.8

Compare Source

Changed
  • Use OsStr::as_encoded_bytes on Rust 1.74 and above, making conversions from OsStr to str virtually free (#​93). Thanks @​h-a-n-a for your first contribution!

v1.1.7

Compare Source

Fixed
  • Resolve unexpected_cfg warnings.

v1.1.6

Compare Source

Added
  • Implement Deserialize for Box<Utf8Path>.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch from ecf10f3 to 2a6711e Compare May 14, 2024 22:30
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.6 fix(deps): update rust crate camino to v1.1.7 May 14, 2024
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.7 fix(deps): update rust crate camino to v1.1.8 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch 2 times, most recently from 4fe6ecf to 6aafa82 Compare August 18, 2024 05:15
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.8 fix(deps): update rust crate camino to v1.1.9 Aug 18, 2024
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.9 fix(deps): update rust crate camino to v1.1.10 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch from 6aafa82 to f1e1f3e Compare June 2, 2025 21:56
@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch from f1e1f3e to 58b5ea5 Compare August 7, 2025 20:24
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.10 fix(deps): update rust crate camino to v1.1.11 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch from 58b5ea5 to fbe8f1e Compare August 26, 2025 23:13
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.11 fix(deps): update rust crate camino to v1.1.12 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/camino-1.x-lockfile branch from fbe8f1e to 55eb25d Compare September 15, 2025 02:11
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.1.12 fix(deps): update rust crate camino to v1.2.0 Sep 15, 2025
@renovate renovate bot changed the title fix(deps): update rust crate camino to v1.2.0 chore(deps): update rust crate camino to v1.2.0 Sep 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.2.1
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot changed the title chore(deps): update rust crate camino to v1.2.0 chore(deps): update rust crate camino to v1.2.1 Sep 29, 2025
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.

1 participant