From d79121c29557eb089ddf62afbfb5dc1d3454dfe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:12:50 +0000 Subject: [PATCH] build(deps): update fuser requirement from 0.14 to 0.17 Updates the requirements on [fuser](https://github.com/cberner/fuser) to permit the latest version. - [Release notes](https://github.com/cberner/fuser/releases) - [Changelog](https://github.com/cberner/fuser/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/fuser/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: fuser dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/fs-abstraction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fs-abstraction/Cargo.toml b/crates/fs-abstraction/Cargo.toml index e4d42c6..7849fa5 100644 --- a/crates/fs-abstraction/Cargo.toml +++ b/crates/fs-abstraction/Cargo.toml @@ -13,4 +13,4 @@ default = [] fuse = ["dep:fuser"] [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -fuser = { version = "0.14", optional = true } +fuser = { version = "0.17", optional = true }