From e70333a6b50049a80adb2c5ccb1c543ad6cc4ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:03:51 +0000 Subject: [PATCH] build(deps): bump libloading from 0.8.3 to 0.8.5 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.3 to 0.8.5. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.5) --- updated-dependencies: - dependency-name: libloading dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 102a15157..0ad4e0037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2662,7 +2662,7 @@ dependencies = [ "anyhow", "async-trait", "attestation-service", - "az-cvm-vtpm 0.7.0", + "az-cvm-vtpm", "base64 0.22.1", "cfg-if", "clap 4.5.4", @@ -2823,12 +2823,12 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]]