diff options
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 37915f4c..f01559d0 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -17,16 +17,16 @@ azalea-core = { path = "../azalea-core", version = "0.9.0", features = [ ] } azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "0.9.0" } -bevy_ecs = "0.13.0" +bevy_ecs = "0.13.2" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } tracing = "0.1.40" nohash-hasher = "0.2.0" once_cell = "1.19.0" parking_lot = "^0.12.1" -thiserror = "1.0.57" -uuid = "1.7.0" -serde_json = "1.0.113" -serde = "1.0.196" +thiserror = "1.0.58" +uuid = "1.8.0" +serde_json = "1.0.116" +serde = "1.0.198" rustc-hash = "1.1.0" [dev-dependencies] |
