diff options
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 9652fdb2..6a4f7f20 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -18,7 +18,7 @@ azalea-world = { path = "../azalea-world", version = "0.9.0" } bevy_app = "0.12.1" bevy_ecs = "0.12.1" tracing = "0.1.40" -once_cell = "1.18.0" +once_cell = "1.19.0" parking_lot = "^0.12.1" [dev-dependencies] |
