aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-16 03:47:45 -0800
committermat <git@matdoes.dev>2025-12-16 03:47:45 -0800
commit870d0a2169c612f101befa6a1bcbd08cde2c3205 (patch)
tree4ce9b709033ba866a23058c5363fb6474006581d /Cargo.toml
parent6f2fe2c9e5af1f2fa2c1b99c3d4ea0a7e90ae16c (diff)
downloadazalea-drasl-870d0a2169c612f101befa6a1bcbd08cde2c3205.tar.xz
upgrade deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7eb9ab40..de186565 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,30 +33,30 @@ aes = "0.8.4"
anyhow = "1.0.100"
async-compat = "0.2.5"
base64 = "0.22.1"
-bevy_app = "0.17.2"
-bevy_ecs = { version = "0.17.2", default-features = false }
-bevy_utils = { version = "0.17.2", default-features = false }
-bevy_log = "0.17.2"
-bevy_tasks = "0.17.2"
-bevy_time = "0.17.2"
+bevy_app = "0.17.3"
+bevy_ecs = { version = "0.17.3", default-features = false }
+bevy_utils = { version = "0.17.3", default-features = false }
+bevy_log = "0.17.3"
+bevy_tasks = "0.17.3"
+bevy_time = "0.17.3"
byteorder = "1.5.0"
cfb8 = "0.8.1"
chrono = { version = "0.4.42", default-features = false }
compact_str = "0.9.0"
crc32c = "0.6.8"
-criterion = "0.7.0"
+criterion = "0.8.1"
# TODO: Remove when rsa is fixed.
crypto-bigint = "=0.7.0-rc.10"
# TODO: Remove when rsa is fixed.
crypto-primes = "=0.7.0-pre.4"
-derive_more = "2.0.1"
+derive_more = "2.1.0"
enum-as-inner = "0.6.1"
env_logger = "0.11.8"
flate2 = { version = "1.1.5", features = ["zlib-rs"] }
futures = "0.3.31"
futures-lite = "2.6.1"
hickory-resolver = "0.25.2"
-indexmap = "2.12.0"
+indexmap = "2.12.1"
md-5 = "0.10.6"
minecraft_folder_path = "0.1.2"
nohash-hasher = "0.2.0"
@@ -64,12 +64,12 @@ num-bigint = "0.4.6"
num-format = "0.4.4"
num-traits = "0.2.19"
parking_lot = "0.12.5"
-pastey = "0.1.1"
+pastey = "0.2.1"
proc-macro2 = "1.0.103"
quote = "1.0.42"
rand = "0.10.0-rc.5"
regex = "1.12.2"
-reqwest = { version = "0.12.24", default-features = false }
+reqwest = { version = "0.12.26", default-features = false }
rsa = "0.10.0-rc.10"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
@@ -81,14 +81,14 @@ sha2 = "0.11.0-rc.3"
signature = "=3.0.0-rc.5"
# TODO
simdnbt = { version = "0.8.0", git = "https://github.com/azalea-rs/simdnbt" }
-socks5-impl = "0.7.2"
-syn = "2.0.110"
+socks5-impl = "0.7.3"
+syn = "2.0.111"
thiserror = "2.0.17"
tokio = "1.48.0"
tokio-util = "0.7.17"
-tracing = "0.1.41"
-tracing-subscriber = "0.3.20"
-uuid = "1.18.1"
+tracing = "0.1.43"
+tracing-subscriber = "0.3.22"
+uuid = "1.19.0"
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.14.0" }
azalea-block = { path = "azalea-block", version = "0.14.0" }