From 10c77c0680f644f31eacb17e04a65ef7cb1ca433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:26:20 +0000 Subject: [PATCH] Update bevy_reflect requirement from 0.10.1 to 0.14.2 Updates the requirements on [bevy_reflect](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](https://github.com/bevyengine/bevy/compare/v0.10.1...v0.14.2) --- updated-dependencies: - dependency-name: bevy_reflect dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfe0a84..d2822d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.6" web-sys = { version="0.3.60", features = ["Window", "Document"]} wasm-bindgen = "0.2.38" # used for making structs iterable -bevy_reflect = "0.10.1" +bevy_reflect = "0.14.2" wasm-bindgen-test = "0.3.0" substring = "1.4.5" regex = "1.7.1"