diff --git a/CHANGELOG.md b/CHANGELOG.md index 798cc00..52a9455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/SecurityRonin/forensic-vfs-engine/compare/forensic-vfs-engine-v0.1.8...forensic-vfs-engine-v0.1.9) - 2026-08-06 + +### Fixed + +- *(security)* refresh the lock so lru reaches the patched line (RUSTSEC-2026-0002) + ## [0.1.8](https://github.com/SecurityRonin/forensic-vfs-engine/compare/forensic-vfs-engine-v0.1.7...forensic-vfs-engine-v0.1.8) - 2026-08-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index b356177..d907be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -792,7 +792,7 @@ dependencies = [ [[package]] name = "forensic-vfs-engine" -version = "0.1.8" +version = "0.1.9" dependencies = [ "ad1-core", "aff4", diff --git a/Cargo.toml b/Cargo.toml index a172e0a..56a33ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-vfs-engine" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.93" license = "Apache-2.0"