Skip to content

Commit

Permalink
Update fs4 requirement from 0.9.1 to 0.11.0 (#78)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: fs4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 7c9202d commit f42e853
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.9.4"
rand = "0.8.5"
rand_distr = "0.4.3"
fs4 = "0.9.1"
fs4 = "0.11.0"
# 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 f42e853

Please sign in to comment.