From 874a8a4fa772260f0b12605952efbb2368d8134d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:08:00 +0000 Subject: [PATCH] Update libloading requirement from 0.6 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.6.0...0.8.3) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index 2b7e6443de6ac..7e09c657e35a0 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -22,7 +22,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.2.1" } bevy_math = { path = "../bevy_math", version = "0.2.1" } # other -libloading = { version = "0.6", optional = true } +libloading = { version = "0.8", optional = true } log = { version = "0.4", features = ["release_max_level_info"] } serde = { version = "1.0", features = ["derive"] }