Skip to content

Commit

Permalink
Update xattr requirement from 0.2 to 1.0 (#334)
Browse files Browse the repository at this point in the history
Updates the requirements on [xattr](https://github.com/Stebalien/xattr) to permit the latest version.
- [Release notes](https://github.com/Stebalien/xattr/releases)
- [Commits](Stebalien/xattr@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
eric-seppanen and dependabot[bot] committed Aug 7, 2023
1 parent c77f47c commit 826907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ filetime = "0.2.8"
tempfile = "3"

[target."cfg(unix)".dependencies]
xattr = { version = "0.2", optional = true }
xattr = { version = "1.0", optional = true }
libc = "0.2"

[features]
Expand Down

0 comments on commit 826907c

Please sign in to comment.