From ac3278043c4d4c1906503bd325125d12259d0f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:13:37 +0000 Subject: [PATCH] Update fs4 requirement from 0.13.1 to 1.0.2 Updates the requirements on [fs4](https://github.com/al8n/fs4) to permit the latest version. - [Release notes](https://github.com/al8n/fs4/releases) - [Changelog](https://github.com/al8n/fs4/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/fs4/commits) --- updated-dependencies: - dependency-name: fs4 dependency-version: 1.0.2 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 445ff02..79ec485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" memmap2 = "0.9.4" rand = "0.9" rand_distr = "0.5" -fs4 = "0.13.1" +fs4 = "1.0.2" # fs4 depends on rustix, but pulling this dependency explicitly into the tree # to use direct functions on FreeBSD rustix = { version = "1", features = ["fs"] }