From 2170c79497e0efcf38fa84d62dc658f9d7153173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:34:27 +0000 Subject: [PATCH] Bump libloading from 0.7.3 to 0.7.4 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/nagisa/rust_libloading/releases) - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.3...0.7.4) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4c83ad53..94880c6ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1922,9 +1922,9 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[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", "winapi", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 316cec8c4..237c10b16 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -15,7 +15,7 @@ categories.workspace = true cargo_metadata = "0.15.0" crossbeam-channel = "0.5.6" fj.workspace = true -libloading = "0.7.2" +libloading = "0.7.4" notify = "5.0.0" thiserror = "1.0.35" tracing = "0.1.37"