Skip to content

Commit

Permalink
build(deps): bump exacl from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [exacl](https://github.com/byllyfish/exacl) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/byllyfish/exacl/releases)
- [Changelog](https://github.com/byllyfish/exacl/blob/main/CHANGELOG.md)
- [Commits](byllyfish/exacl@v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2022
1 parent 95de5f6 commit c06da26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ winapi = { version="0.3", features=["fileapi"] }

[target.'cfg(unix)'.dependencies]
xattr="0.2.3"
exacl= { version = "0.8.0", optional=true }
exacl= { version = "0.9.0", optional=true }

[[bin]]
name = "cp"
Expand Down

0 comments on commit c06da26

Please sign in to comment.