From 22b4ac39a722e1dd8a871f3dadfb2c47d87f8c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 07:03:08 +0000 Subject: [PATCH] Update libloading requirement from 0.7 to 0.8 Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_dynamic_plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 33a28709c826a..1003486b83fcf 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -15,5 +15,5 @@ keywords = ["bevy"] bevy_app = { path = "../bevy_app", version = "0.11.0-dev" } # other -libloading = { version = "0.7" } +libloading = { version = "0.8" } thiserror = "1.0"