aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 a4026ff9..32e352bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ repository = "https://github.com/azalea-rs/azalea"
# homepage = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
-aes = "0.8.4"
+aes = "0.9.0"
async-compat = "0.2.5"
base64 = "0.22.1"
bevy_app = "0.18.1"
@@ -42,21 +42,21 @@ bevy_log = "0.18.1"
bevy_tasks = "0.18.1"
bevy_time = "0.18.1"
byteorder = "1.5.0"
-cfb8 = "0.8.1"
+cfb8 = "0.9.0"
chrono = { version = "0.4.44", default-features = false }
compact_str = "0.9.0"
crc32c = "0.6.8"
criterion = "0.8.2"
derive_more = "2.1.1"
enum-as-inner = "0.7.0"
-env_logger = "0.11.9"
+env_logger = "0.11.10"
eyre = "0.6.12"
flate2 = { version = "1.1.9", features = ["zlib-rs"] }
futures = "0.3.32"
futures-lite = "2.6.1"
-hickory-resolver = "0.25.2"
-indexmap = "2.13.0"
-md-5 = "0.10.6"
+hickory-resolver = "0.26.1"
+indexmap = "2.14.0"
+md-5 = "0.11.0"
minecraft_folder_path = "0.1.2"
nohash-hasher = "0.2.0"
num-bigint = "0.4.6"
@@ -65,27 +65,27 @@ num-traits = "0.2.19"
parking_lot = "0.12.5"
proc-macro2 = "1.0.106"
quote = "1.0.45"
-rand = "0.10.0"
-rand_core = "0.10.0"
+rand = "0.10.1"
+rand_core = "0.10.1"
regex = "1.12.3"
-reqwest = { version = "0.13.2", default-features = false }
-rsa = "0.10.0-rc.17"
+reqwest = { version = "0.13.3", default-features = false }
+rsa = "0.10.0-rc.18"
rsa_public_encrypt_pkcs1 = "0.4.0"
-rustc-hash = "2.1.1"
+rustc-hash = "2.1.2"
serde = "1.0.228"
serde_json = "1.0.149"
-sha1 = "0.11.0-rc.5"
-sha2 = "0.11.0-rc.5"
+sha1 = "0.11.0"
+sha2 = "0.11.0"
simdnbt = "0.10.0"
# simdnbt = { git = "https://github.com/azalea-rs/simdnbt" }
-socks5-impl = "0.8.1"
+socks5-impl = "0.8.2"
syn = "2.0.117"
thiserror = "2.0.18"
-tokio = "1.50.0"
+tokio = "1.52.2"
tokio-util = "0.7.18"
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
-uuid = "1.22.0"
+uuid = "1.23.1"
radix-heap = "0.4.2"
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.16.0", default-features = false }