Skip to content

Commit a9cbe2d

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix(security): update fuser to 0.16 (CVE fix)
Updates fuser from 0.14 to 0.16 to address HIGH severity vulnerability: Uninitialized memory read and leak in fuser crate. Resolves Dependabot alert #14. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0330ad4 commit a9cbe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ignore = "0.4"
6363
infer = "0.15"
6464

6565
# FUSE
66-
fuser = "0.14"
66+
fuser = "0.16"
6767
parking_lot = "0.12"
6868
dashmap = "5.5"
6969

0 commit comments

Comments
 (0)