Skip to content

Commit

Permalink
Merge pull request #62 from qdrant/dependabot/cargo/fs4-0.7
Browse files Browse the repository at this point in the history
Update fs4 requirement from 0.6 to 0.7
  • Loading branch information
timvisee committed Oct 2, 2023
2 parents f22abd5 + 0305d10 commit e19cf06
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 e19cf06

Please sign in to comment.