aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-02-17 14:43:42 -0600
committermat <git@matdoes.dev>2024-02-17 14:43:42 -0600
commitbe4f13c36c281f086602092098522b3f25fc0680 (patch)
tree599d2de84d06d7d1c31a908a2e89499c62e0a5ca /azalea-core
parent64d48897afe5bcb40931f8ef8b3594fe275751e8 (diff)
downloadazalea-drasl-be4f13c36c281f086602092098522b3f25fc0680.tar.xz
upgrade deps, bevy 0.13
Diffstat (limited to 'azalea-core')
-rw-r--r--azalea-core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index e82c1470..d294b755 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -13,12 +13,12 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
-bevy_ecs = { version = "0.12.1", default-features = false, optional = true }
+bevy_ecs = { version = "0.13.0", default-features = false, optional = true }
nohash-hasher = "0.2.0"
-num-traits = "0.2.17"
+num-traits = "0.2.18"
serde = { version = "^1.0", optional = true }
uuid = "^1.7.0"
-serde_json = "^1.0.111"
+serde_json = "^1.0.113"
tracing = "0.1.40"
[features]