From 86b89c85f1b7f4779debb30cc90ff7d62687f9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:09:34 +0000 Subject: [PATCH] build(deps): bump libloading from 0.7.0 to 0.7.4 (#30371) Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.0 to 0.7.4. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.7.4) --- 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2499cfc8996..aaaa8f27eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ version = "0.37.3+1.3.251" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" dependencies = [ - "libloading 0.7.0", + "libloading 0.7.4", ] [[package]] @@ -779,7 +779,7 @@ checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21" dependencies = [ "glob", "libc", - "libloading 0.7.0", + "libloading 0.7.4", ] [[package]] @@ -3272,9 +3272,9 @@ dependencies = [ [[package]] name = "libloading" -version = "0.7.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ "cfg-if 1.0.0", "winapi",