From 829a18401b837566b871f5eba6442393d19cd6ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:15:59 +0000 Subject: [PATCH] Bump yara from 0.6.1 to 0.9.0 Bumps [yara](https://github.com/Hugal31/yara-rust) from 0.6.1 to 0.9.0. - [Release notes](https://github.com/Hugal31/yara-rust/releases) - [Changelog](https://github.com/Hugal31/yara-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Hugal31/yara-rust/compare/yara-sys-v0.6.1...v0.9.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98b4814..0666eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,9 +523,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "yara" -version = "0.6.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "269859f1562dbdf157a4fc5b2ea50622b936ea73d9f02660a05373f58aeb22df" +checksum = "98cdf123a447708bc7e3ae0310bd6c0015d56f69e65f8553976e9561c2602cbe" dependencies = [ "lazy_static", "thiserror", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "yara-sys" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0900ef78e576a6ed9d2f630eaa86d0a7df27478cddd2d46295a5c864acd6a691" +checksum = "4a55688bec7d11dd24d50a8f018091c5b6b8b84af2213c1db0ad4826467d8ca6" dependencies = [ "bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index cfa8983..236130c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ goblin = "0.4.0" byte-unit = "4.0.10" chrono = "0.4" -yara = "0.6.1" +yara = "0.9.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }