From 9dbc7c093730b161b5d8d0b9917d6958cde3a459 Mon Sep 17 00:00:00 2001 From: Alex Kornitzer Date: Thu, 6 Jul 2023 19:09:50 +0100 Subject: [PATCH] build: bump to version 2.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8e56804..832fc599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.7.0" +version = "2.7.1" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7fc0d09d..e2e0c031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.7.0" +version = "2.7.1" repository = "https://github.com/countercept/chainsaw" description = "Rapidly Search and Hunt Through Windows Forensic Artefacts" authors = ["James Dorgan ","Alex Kornitzer "]