From be4f13c36c281f086602092098522b3f25fc0680 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 17 Feb 2024 14:43:42 -0600 Subject: upgrade deps, bevy 0.13 --- azalea-protocol/Cargo.toml | 8 ++++---- azalea-protocol/azalea-protocol-macros/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 080740b2..d8025589 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -29,7 +29,7 @@ azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.0" } azalea-registry = { path = "../azalea-registry", version = "0.9.0" } azalea-world = { path = "../azalea-world", version = "0.9.0" } -bevy_ecs = { version = "0.12.1", default-features = false } +bevy_ecs = { version = "0.13.0", default-features = false } byteorder = "^1.5.0" bytes = "^1.5.0" flate2 = "1.0.28" @@ -38,9 +38,9 @@ futures-lite = "2.2.0" futures-util = "0.3.30" tracing = "0.1.40" serde = { version = "^1.0", features = ["serde_derive"] } -serde_json = "^1.0.111" -thiserror = "1.0.56" -tokio = { version = "^1.35.1", features = ["io-util", "net", "macros"] } +serde_json = "^1.0.113" +thiserror = "1.0.57" +tokio = { version = "^1.36.0", features = ["io-util", "net", "macros"] } tokio-util = { version = "0.7.10", features = ["codec"] } trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [ "tokio-runtime", diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 7d4bb3e2..f37ca2ab 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -13,4 +13,4 @@ proc-macro = true [dependencies] proc-macro2 = "^1.0.78" quote = "^1.0.35" -syn = "^2.0.48" +syn = "^2.0.49" -- cgit v1.2.3