From 6e39feb29eae29090587bda20f6d12341ff203da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:23:41 +0000 Subject: [PATCH] chore(deps): Update bevy-persistent requirement from 0.10 to 0.11 Updates the requirements on [bevy-persistent](https://github.com/umut-sahin/bevy-persistent) to permit the latest version. - [Release notes](https://github.com/umut-sahin/bevy-persistent/releases) - [Commits](https://github.com/umut-sahin/bevy-persistent/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: bevy-persistent dependency-version: 0.11.0 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 e51f352..7d52996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ avian3d = "0.6.1" bevy_panorbit_camera = "0.34" bevy-inspector-egui = "0.36" bevy_egui = { version = "0.39", default-features = false } -bevy-persistent = { version = "0.10", features = ["all"] } +bevy-persistent = { version = "0.11", features = ["all"] } serde = { version = "1.0", features = ["derive"] } dirs = "6.0" tonic = { version = "0.14", optional = true }