diff --git a/Cargo.lock b/Cargo.lock index b92f4e8..37ed5b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4184,9 +4184,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index c722bff..42bbb34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ crossbeam-channel = "0.5" bevy-inspector-egui = "0.13.0" # bevy_egui="0.16.0" # bevy_derive="0.8" -serde_json="1.0.91" +serde_json="1.0.93" rand = "0.8.5" rust-ini = "0.18.0" bevy_rapier2d = {version = "0.19.0",features = ["debug-render"]}