aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-02-02 17:53:04 +0000
committermat <git@matdoes.dev>2025-02-02 17:53:04 +0000
commitcdb68dfb702f442135dadedc53ce29b1cc2b9c14 (patch)
tree654e764318b0ea49ac98e13585fae223cc21e7eb /Cargo.toml
parent479a7b8927ec73a685d56aee61a4fb16557dd0e7 (diff)
downloadazalea-drasl-cdb68dfb702f442135dadedc53ce29b1cc2b9c14.tar.xz
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml43
1 files changed, 22 insertions, 21 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0147489c..e2716473 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,15 +30,15 @@ repository = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
aes = "0.8.4"
-anyhow = "1.0.94"
+anyhow = "1.0.95"
async-recursion = "1.1.1"
-async-trait = "0.1.83"
+async-trait = "0.1.86"
base64 = "0.22.1"
-bevy_app = "0.15.0"
-bevy_ecs = { version = "0.15.0", default-features = false }
-bevy_log = "0.15.0"
-bevy_tasks = "0.15.0"
-bevy_time = "0.15.0"
+bevy_app = "0.15.1"
+bevy_ecs = { version = "0.15.1", default-features = false }
+bevy_log = "0.15.1"
+bevy_tasks = "0.15.1"
+bevy_time = "0.15.1"
byteorder = "1.5.0"
cfb8 = "0.8.1"
chrono = { version = "0.4.39", default-features = false }
@@ -48,37 +48,38 @@ enum-as-inner = "0.6.1"
env_logger = "0.11.6"
flate2 = "1.0.35"
futures = "0.3.31"
-futures-lite = "2.5.0"
-log = "0.4.22"
+futures-lite = "2.6.0"
+log = "0.4.25"
md-5 = "0.10.6"
minecraft_folder_path = "0.1.2"
nohash-hasher = "0.2.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
parking_lot = "0.12.3"
-proc-macro2 = "1.0.92"
-quote = "1.0.37"
-rand = "0.8.5"
+proc-macro2 = "1.0.93"
+quote = "1.0.38"
+rand = "0.8.0"
regex = "1.11.1"
-reqwest = { version = "0.12.9", default-features = false }
+reqwest = { version = "0.12.12", default-features = false }
rsa = "0.9.7"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.0"
-serde = "1.0.216"
-serde_json = "1.0.133"
+serde = "1.0.217"
+serde_json = "1.0.138"
sha-1 = "0.10.1"
sha2 = "0.10.8"
-simdnbt = "0.6"
-socks5-impl = "0.6.0"
-syn = "2.0.90"
-thiserror = "2.0.8"
-tokio = "1.42.0"
+simdnbt = "0.7"
+socks5-impl = "0.6.1"
+syn = "2.0.97"
+thiserror = "2.0.11"
+tokio = "1.43.0"
tokio-util = "0.7.13"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
hickory-resolver = { version = "0.24.2", default-features = false }
-uuid = "1.11.0"
+uuid = "1.12.1"
num-format = "0.4.4"
+indexmap = "2.7.1"
# --- Profile Settings ---