aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-12 21:29:36 -0430
committermat <git@matdoes.dev>2025-04-12 21:29:36 -0430
commited4d5937a763673cf8d6750c3357fdb166573995 (patch)
tree53846950efdfde5ce5aa141fcf5f9de34b3d7e93 /Cargo.toml
parent31b143f821efb4a7539a2ad43b5684813e83069c (diff)
downloadazalea-drasl-ed4d5937a763673cf8d6750c3357fdb166573995.tar.xz
upgrade deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml50
1 files changed, 25 insertions, 25 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f11289d..8b16fe06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,22 +30,22 @@ repository = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
aes = "0.8.4"
-anyhow = "1.0.95"
+anyhow = "1.0.97"
async-recursion = "1.1.1"
base64 = "0.22.1"
-bevy_app = "0.15.2"
-bevy_ecs = { version = "0.15.2", default-features = false }
-bevy_log = "0.15.2"
-bevy_tasks = "0.15.2"
-bevy_time = "0.15.2"
+bevy_app = "0.15.3"
+bevy_ecs = { version = "0.15.3", default-features = false }
+bevy_log = "0.15.3"
+bevy_tasks = "0.15.3"
+bevy_time = "0.15.3"
byteorder = "1.5.0"
cfb8 = "0.8.1"
-chrono = { version = "0.4.39", default-features = false }
+chrono = { version = "0.4.40", default-features = false }
criterion = "0.5.1"
derive_more = "2.0.1"
enum-as-inner = "0.6.1"
-env_logger = "0.11.6"
-flate2 = { version = "1.0.35", features = ["zlib-rs"] }
+env_logger = "0.11.8"
+flate2 = { version = "1.1.1", features = ["zlib-rs"] }
futures = "0.3.31"
futures-lite = "2.6.0"
md-5 = "0.10.6"
@@ -54,32 +54,32 @@ nohash-hasher = "0.2.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
parking_lot = "0.12.3"
-proc-macro2 = "1.0.93"
-quote = "1.0.38"
-rand = "0.8.0"
+proc-macro2 = "1.0.94"
+quote = "1.0.40"
+rand = "0.8.4"
regex = "1.11.1"
-reqwest = { version = "0.12.12", default-features = false }
-rsa = "0.9.7"
+reqwest = { version = "0.12.15", default-features = false }
+rsa = "0.9.8"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
-serde = "1.0.217"
-serde_json = "1.0.138"
+serde = "1.0.219"
+serde_json = "1.0.140"
sha-1 = "0.10.1"
sha2 = "0.10.8"
simdnbt = "0.7"
-socks5-impl = "0.6.1"
-syn = "2.0.98"
-thiserror = "2.0.11"
-tokio = "1.43.0"
-tokio-util = "0.7.13"
+socks5-impl = "0.6.2"
+syn = "2.0.100"
+thiserror = "2.0.12"
+tokio = "1.44.2"
+tokio-util = "0.7.14"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
-hickory-resolver = { version = "0.24.3", default-features = false }
-uuid = "1.12.1"
+hickory-resolver = { version = "0.25.1", default-features = false }
+uuid = "1.12"
num-format = "0.4.4"
-indexmap = "2.7.1"
+indexmap = "2.9.0"
paste = "1.0.15"
-compact_str = "0.8.1"
+compact_str = "0.9.0"
crc32fast = "1.4.2"
# --- Profile Settings ---