Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump camino from 1.0.2 to 1.1.2 #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps camino from 1.0.2 to 1.1.2.

Release notes

Sourced from camino's releases.

camino 1.1.2

Added

  • New convenience methods [FromPathBufError::into_io_error] and [FromPathError::into_io_error].

camino 1.1.1

Fixed

  • Fixed a build regression on older nightlies in the 1.63 series (#22).
  • Documentation fixes.

camino 1.1.0

Added

  • New methods, mirroring those in recent versions of Rust:
    • Utf8Path::try_exists checks whether a path exists. Note that while std::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 a Utf8PathBuf to a given size. This was added in, and is gated on, Rust 1.56+.
    • Utf8PathBuf::try_reserve and Utf8PathBuf::try_reserve_exact implement fallible allocations. These were added in, and are gated on, Rust 1.63+.
  • A number of #[must_use] annotations to APIs, mirroring those added to Path and PathBuf in recent versions of Rust. The minor version bump is due to this change.

camino 1.0.9

Fixed

  • Documentation fixes.

camino 1.0.8

Added

  • New methods canonicalize_utf8, read_link_utf8 and read_dir_utf8 return Utf8PathBufs, erroring out if a resulting path is not valid UTF-8.
  • New feature proptest1 introduces proptest Arbitrary impls for Utf8PathBuf and Box<Utf8Path> (#18, thanks mcronce for your first contribution!)

#18: camino-rs/camino#18

camino 1.0.7

Added

  • Utf8Path::is_symlink checks whether a path is a symlink. Note that while std::path::Path only provides this method for version 1.58 and above, camino polyfills the method for all Rust versions it supports.

Changed

  • Update repository links to new location camino-rs/camino.
  • Update structopt example to clap 3's builtin derive feature. (camino continues to work with structopt as before.)

camino 1.0.5

... (truncated)

Changelog

Sourced from camino's changelog.

[1.1.2] - 2022-08-12

Added

  • New convenience methods [FromPathBufError::into_io_error] and [FromPathError::into_io_error].

[1.1.1] - 2022-08-12

Fixed

  • Fixed a build regression on older nightlies in the 1.63 series (#22).
  • Documentation fixes.

[1.1.0] - 2022-08-11

Added

  • New methods, mirroring those in recent versions of Rust:
    • Utf8Path::try_exists checks whether a path exists. Note that while std::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 a Utf8PathBuf to a given size. This was added in, and is gated on, Rust 1.56+.
    • Utf8PathBuf::try_reserve and Utf8PathBuf::try_reserve_exact implement fallible allocations. These were added in, and are gated on, Rust 1.63+.
  • A number of #[must_use] annotations to APIs, mirroring those added to Path and PathBuf in recent versions of Rust. The minor version bump is due to this change.

[1.0.9] - 2022-05-19

Fixed

  • Documentation fixes.

[1.0.8] - 2022-05-09

Added

  • New methods canonicalize_utf8, read_link_utf8 and read_dir_utf8 return Utf8PathBufs, erroring out if a resulting path is not valid UTF-8.
  • New feature proptest1 introduces proptest Arbitrary impls for Utf8PathBuf and Box<Utf8Path> (#18, thanks mcronce for your first contribution!)

#18: camino-rs/camino#18

[1.0.7] - 2022-01-16

Added

  • Utf8Path::is_symlink checks whether a path is a symlink. Note that while std::path::Path only provides this method for version 1.58 and above, camino backfills the method for all Rust versions it supports.

Changed

... (truncated)

Commits
  • d6c6896 [camino] version 1.1.2
  • 3709c20 fmt + update workflows
  • afa7b15 prepare release
  • 41ceedd add --cfg doc_cfg to rustdoc generation
  • 3369f81 more docs fixes
  • 673895f fix clippy and macos + old Rust issues
  • 75a5b5b update docs github action
  • 636071f Add FromPathError::into_io_error and FromPathBufError::into_io_error
  • ca15d05 fix clippy issues
  • 61c16e9 prepare a release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [camino](https://github.com/camino-rs/camino) from 1.0.2 to 1.1.2.
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](camino-rs/camino@camino-1.0.2...camino-1.1.2)

---
updated-dependencies:
- dependency-name: camino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2023

The following labels could not be found: cargo, dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants