From 25b6bc0f353e8b254bdc7f76945bf8c581e4d263 Mon Sep 17 00:00:00 2001 From: Jan Starke Date: Wed, 17 Jul 2024 17:12:17 +0200 Subject: [PATCH] regdump displays RegBinary with unlimited length now --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f18cd1e..4a1ee36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,7 +802,7 @@ dependencies = [ [[package]] name = "dfir-toolkit" -version = "0.11.1" +version = "0.11.2" dependencies = [ "anyhow", "assert-json-diff", @@ -843,7 +843,7 @@ dependencies = [ "more-asserts", "nt_hive2", "num", - "num-derive 0.4.2", + "num-derive 0.3.3", "num-traits", "ouroboros", "phf", @@ -1784,9 +1784,9 @@ dependencies = [ [[package]] name = "nt_hive2" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f8ca887a8de781cf30bf9398bd8775d729b18617379ea02e6b10e4ca3ee24a2" +checksum = "ae8c624d54324d957e912a85352be5098202234bff95c351b66877f0d2d89634" dependencies = [ "anyhow", "binread", diff --git a/Cargo.toml b/Cargo.toml index 6a99572..a7dbd4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfir-toolkit" -version = "0.11.1" +version = "0.11.2" edition = "2021" authors = ["Jan Starke ", "Deborah Mahn "] description = "CLI tools for digital forensics and incident response" @@ -185,7 +185,7 @@ strum = { version = "0", features = ["derive"], optional=true } strum_macros = {version="0", optional=true} # nt-hive2 -nt_hive2 = {version="4.2.2", optional=true} +nt_hive2 = {version="4.2.3", optional=true} #nt_hive2 = {path="../nt-hive2", optional=true} # lnk2bodyfile