From 29097dc85eb5122dea9a6876c03edf350c6fc1fd Mon Sep 17 00:00:00 2001 From: Vincent Thiberville Date: Tue, 2 Jul 2024 23:57:50 +0200 Subject: [PATCH] chore: update tlsh2 to version 0.4.0 --- Cargo.lock | 4 ++-- boreal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc46ffd..7b728a45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1124,9 +1124,9 @@ dependencies = [ [[package]] name = "tlsh2" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4129d6a6df564c304c4cac21364cd3fb38a30466f39352518e4e4e82b1d301ab" +checksum = "0d1ca7b6482798eaf06ef6a4a5e1211e370758888698cfff4a53142441ef5143" [[package]] name = "typenum" diff --git a/boreal/Cargo.toml b/boreal/Cargo.toml index a1b330a0..035d4fc1 100644 --- a/boreal/Cargo.toml +++ b/boreal/Cargo.toml @@ -66,7 +66,7 @@ crc32fast = { version = "1.4", optional = true } md-5 = { version = "0.10", optional = true } sha1 = { version = "0.10", optional = true } sha2 = { version = "0.10", optional = true } -tlsh2 = { version = "0.3", optional = true } +tlsh2 = { version = "0.4", optional = true } # "object" feature object = { version = "0.36", optional = true, default-features = false, features = ["read"] }