From fa895bebacc25f126650849e99affc5c9f15cd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:36:46 -0800 Subject: [PATCH] build(deps): Bump libloading from 0.8.1 to 0.8.2 (#2756) Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.1 to 0.8.2. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: libloading dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d3e89c4e7..05ecf9db39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,12 +986,12 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" +checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164" dependencies = [ "cfg-if", - "windows-sys 0.48.0", + "windows-targets 0.52.0", ] [[package]]