Skip to content

Commit

Permalink
Update fs4 requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [fs4](https://github.com/al8n/fs4-rs) to permit the latest version.
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Commits](https://github.com/al8n/fs4-rs/commits/0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent f22abd5 commit 0305d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4"
memmap2 = "0.8.0"
rand = "0.8.5"
rand_distr = "0.4.3"
fs4 = "0.6"
fs4 = "0.7"
# fs4 depends on rustix, but pulling this dependency explicitly into the tree
# to use direct functions on FreeBSD
rustix = { version = "0", features = [ "fs" ]}
Expand Down

0 comments on commit 0305d10

Please sign in to comment.