diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a4473..ab499b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.1](https://github.com/SecurityRonin/4n6mount/compare/forensic-mount-v0.6.0...forensic-mount-v0.6.1) - 2026-08-05 + +### Fixed + +- *(security)* bump fuser 0.15 -> 0.16 (RUSTSEC-2021-0154) and unblind the deny gate +- *(fusefs)* complete the lint set; replace session unwraps with let-else +- *(supply-chain)* trust our own crates instead of exempting them + ## [0.6.0] - 2026-07-26 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 9a513f6..1596344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,7 +1472,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forensic-mount" -version = "0.6.0" +version = "0.6.1" dependencies = [ "archive-core", "clap", diff --git a/Cargo.toml b/Cargo.toml index 39eb57d..9cf536f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-mount" -version = "0.6.0" +version = "0.6.1" edition = "2021" rust-version = "1.93" # Required by cargo-deb (it errors without a copyright or authors property).