From c8e8f2a56280526d9b8f7119aaaf0195915954d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:02:48 +0000 Subject: [PATCH] Bump dlopen2 from 0.6.1 to 0.7.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae66489..00e8ecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,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 1364a2b..2ce1dc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ chrono = "0.4.34" serde_derive = "1.0.164" serde = "1.0.185" static_init = "1.0.3" -dlopen2 = "0.6.1" +dlopen2 = "0.7.0" anyhow = "1.0.79" device_query = "2.0.0"