From 013a1a46b2725200e0e7f900a9ad68ecb56c92c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:16:00 +0000 Subject: [PATCH] chore(deps): update fs4 requirement from 0.13 to 1.1 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/1.1.0) --- updated-dependencies: - dependency-name: fs4 dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rotortree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rotortree/Cargo.toml b/crates/rotortree/Cargo.toml index 2dc6186..7ed1243 100644 --- a/crates/rotortree/Cargo.toml +++ b/crates/rotortree/Cargo.toml @@ -33,7 +33,7 @@ parking_lot = { version = "0.12", optional = true } arc-swap = { version = "1", optional = true } rayon = { version = "1", optional = true } crc-fast = { version = "1.10", default-features = false, optional = true } -fs4 = { version = "0.13", optional = true, features = ["sync"] } +fs4 = { version = "1.1", optional = true, features = ["sync"] } memmap2 = { version = "0.9", optional = true } include-utils = { version = "0.2.4", optional = true } serde = { version = "1", default-features = false, optional = true, features = ["derive"] }