fix(deps): update rust crate camino to 1.1.6 #47
Merged
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.0.3
->1.1.6
Release Notes
camino-rs/camino (camino)
v1.1.6
Compare Source
Added
Deserialize
forBox<Utf8Path>
.v1.1.4
Compare Source
Added
DerefMut
forUtf8PathBuf
on Rust 1.68 and above.v1.1.3
Compare Source
Added
Utf8DirEntry::into_path
to return an ownedUtf8PathBuf
.v1.1.2
Compare Source
Added
FromPathBufError::into_io_error
] and[
FromPathError::into_io_error
].v1.1.1
Compare Source
Fixed
(#22).
v1.1.0
Compare Source
Added
Utf8Path::try_exists
checks whether a path exists. Note that whilestd::path::Path
only provides this method for Rust 1.58 and above,camino
backfills the method for all Rust versions it supports.Utf8PathBuf::shrink_to
shrinks aUtf8PathBuf
to a given size. This was added in, and is gated on, Rust 1.56+.Utf8PathBuf::try_reserve
andUtf8PathBuf::try_reserve_exact
implement fallible allocations. These were added in, and are gated on, Rust 1.63+.#[must_use]
annotations to APIs, mirroring those added toPath
andPathBuf
in recent versions of Rust. The minor version bump is due to this change.v1.0.9
Compare Source
Fixed
v1.0.8
Compare Source
Added
canonicalize_utf8
,read_link_utf8
andread_dir_utf8
returnUtf8PathBuf
s, erroring out if a resulting path is not valid UTF-8.proptest1
introduces proptestArbitrary
impls forUtf8PathBuf
andBox<Utf8Path>
(#18, thanks mcronce for your first contribution!)v1.0.7
Compare Source
Added
Utf8Path::is_symlink
checks whether a path is a symlink. Note that whilestd::path::Path
onlyprovides this method for version 1.58 and above,
camino
backfills the method for all Rust versionsit supports.
Changed
structopt
example to clap 3's builtin derive feature.(camino continues to work with structopt as before.)
v1.0.6
Compare Source
(This release was yanked due to a publishing issue.)
v1.0.5
Compare Source
Added
Utf8PathBuf::into_std_path_buf
converts aUtf8PathBuf
to aPathBuf
; equivalent to theFrom<Utf8PathBuf> for PathBuf
impl, but may aid in type inference.Utf8Path::as_std_path
converts aUtf8Path
to aPath
; equivalent to theAsRef<&Path> for &Utf8Path
impl, but may aid in type inference.v1.0.4
Compare Source
Fixed
Hash
impls forUtf8PathBuf
andUtf8Path
now match as required by theBorrow
contract (#9).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.
This PR has been generated by Renovate Bot.