From 10b2c5f8ab9e16492944c525a9341fa1ff3aac87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:36:05 +0000 Subject: [PATCH] chore(deps): update bevy_panorbit_camera requirement from 0.12 to 0.13 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.12.0...0.13.1) --- 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 085a899e..79ca6e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ webgl2 = ["bevy/webgl2"] bevy_args = { version = "1.2.0", optional = true } bevy-inspector-egui = { version = "0.22", optional = true } bevy_mod_picking = { version = "0.17", optional = true } -bevy_panorbit_camera = { version = "0.12", optional = true } +bevy_panorbit_camera = { version = "0.13", optional = true } bevy_transform_gizmo = { version = "0.10", optional = true } bincode2 = { version = "2.0", optional = true } byte-unit = { version = "5.0", optional = true }