aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 04:20:39 +0000
committermat <git@matdoes.dev>2024-04-24 04:20:39 +0000
commitdf8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch)
tree023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-world
parent7357455cad123e41cdd1ca8689527afff77f28f8 (diff)
downloadazalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz
upgrade deps
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index cdd3a4c9..b836a80e 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -10,19 +10,19 @@ version = "0.9.1"
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
-azalea-core = { path = "../azalea-core", version = "0.9.0", features = [
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
+azalea-core = { path = "../azalea-core", version = "0.9.1", features = [
"bevy_ecs",
] }
-azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
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.58"
+thiserror = "1.0.59"
uuid = "1.8.0"
serde_json = "1.0.116"
serde = "1.0.198"