fix: upgrade fuser to 0.16.0 (GHSA-cvmj-47v9-35m9) (#15834)

FUSE-Rust: Uninitalized memory read and leak caused by fuser crate
Resolves GHSA-cvmj-47v9-35m9

Signed-off-by: anupamme <mediratta@gmail.com>
This commit is contained in:
Anupam Mediratta
2026-08-12 12:00:43 +05:30
committed by GitHub
parent 1d09760ef7
commit 63822048df
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ once_cell = {version = "1.18", optional = true}
percent-encoding = {version ="2.3", optional = true}
x11-clipboard = {git="https://github.com/clslaid/x11-clipboard", branch = "feat/store-batch", optional = true}
x11rb = {version = "0.12", features = ["all-extensions"], optional = true}
fuser = {version = "0.15", default-features = false, optional = true}
fuser = {version = "0.16", default-features = false, optional = true}
[target.'cfg(target_os = "macos")'.dependencies]
cacao = {git="https://github.com/clslaid/cacao", branch = "feat/set-file-urls", optional = true}