From 2b4a6a4dd97fd9234e0acd8b58421874b6abf1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 10:53:18 -0700 Subject: [PATCH] Bump libloading from 0.7.3 to 0.7.4 (#30216) Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.3 to 0.7.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libloading&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- geyser-plugin-manager/Cargo.toml | 2 +- program-runtime/Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f0669de3..db2374d25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,9 +2579,9 @@ checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" [[package]] name = "libloading" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ "cfg-if 1.0.0", "winapi 0.3.9", diff --git a/geyser-plugin-manager/Cargo.toml b/geyser-plugin-manager/Cargo.toml index e1d0cef8d..c5d1fa995 100644 --- a/geyser-plugin-manager/Cargo.toml +++ b/geyser-plugin-manager/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-geyser-plugin-manager" bs58 = "0.4.0" crossbeam-channel = "0.5" json5 = "0.4.1" -libloading = "0.7.3" +libloading = "0.7.4" log = "0.4.17" serde_json = "1.0.83" solana-geyser-plugin-interface = { path = "../geyser-plugin-interface", version = "=1.16.0" } diff --git a/program-runtime/Cargo.toml b/program-runtime/Cargo.toml index 26ad4393f..2ee1ad441 100644 --- a/program-runtime/Cargo.toml +++ b/program-runtime/Cargo.toml @@ -16,7 +16,7 @@ eager = "0.1.0" enum-iterator = "1.2.0" itertools = "0.10.5" libc = "0.2.101" -libloading = "0.7.0" +libloading = "0.7.4" log = "0.4.17" num-derive = { version = "0.3" } num-traits = { version = "0.2" } diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 9f3703c23..4d90d1528 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2311,9 +2311,9 @@ checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" [[package]] name = "libloading" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ "cfg-if 1.0.0", "winapi 0.3.9",