diff --git a/bevy_forge/Cargo.toml b/bevy_forge/Cargo.toml index 843cb1e..29b49d3 100644 --- a/bevy_forge/Cargo.toml +++ b/bevy_forge/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0 OR CC0-1.0" console_error_panic_hook = "0.1" bevy = "0.13" bevy_egui = "0.25" -bevy-inspector-egui = "0.23" +bevy-inspector-egui = "0.23.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures-lite = "2.2.0"