From 42ccefd392bfdc1aed8036f948aa74371308a8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:08:57 -0700 Subject: [PATCH] dependabot: bump dlopen2 from 0.6.1 to 0.7.0 (#274) Bumps [dlopen2](https://github.com/OpenByteDev/dlopen2) from 0.6.1 to 0.7.0. - [Commits](https://github.com/OpenByteDev/dlopen2/commits) --- updated-dependencies: - dependency-name: dlopen2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aec79868..2afc5912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,9 +513,9 @@ dependencies = [ [[package]] name = "dlopen2" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03" +checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6" dependencies = [ "dlopen2_derive", "libc", diff --git a/Cargo.toml b/Cargo.toml index c61537f1..f353609f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = "0.4.35" clap = { version = "=4.2.1", features = ["derive"] } const_format = "0.2.31" crossbeam-channel = "0.5.12" -dlopen2 = "0.6" +dlopen2 = "0.7" encoding_rs = "0.8.33" evtx = { version = "0.8.2", features = ["multithreading"] } flate2 = "1.0.27"