diff --git a/Cargo.toml b/Cargo.toml index bfb0779..7f576b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ]}