From 11831eca12f1a62e5c4f35c224667a344f38b1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:14:09 +0000 Subject: [PATCH] chore(deps): update bevy_panorbit_camera requirement from 0.9 to 0.10 Updates the requirements on [bevy_panorbit_camera](https://github.com/Plonq/bevy_panorbit_camera) to permit the latest version. - [Release notes](https://github.com/Plonq/bevy_panorbit_camera/releases) - [Commits](https://github.com/Plonq/bevy_panorbit_camera/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: bevy_panorbit_camera 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 11772fa7..bbcf7ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ viewer = [ [dependencies] bevy-inspector-egui = { version = "0.21", optional = true } -bevy_panorbit_camera = { version = "0.9", optional = true } +bevy_panorbit_camera = { version = "0.10", optional = true } bincode2 = { version = "2.0", optional = true } byte-unit = { version = "5.0", optional = true } bytemuck = "1.14"