From a42998e775d572ffcf9df7ee446d4ef4fbee55c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:15:20 +0000 Subject: [PATCH] Update fs4 requirement from 0.11.0 to 0.12.0 --- updated-dependencies: - dependency-name: fs4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43a02f8..f1ebeb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" memmap2 = "0.9.4" rand = "0.8.5" rand_distr = "0.4.3" -fs4 = "0.11.0" +fs4 = "0.12.0" # fs4 depends on rustix, but pulling this dependency explicitly into the tree # to use direct functions on FreeBSD rustix = { version = "0", features = [ "fs" ]}