aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml30
1 files changed, 12 insertions, 18 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1983f279..19a129a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,26 +34,22 @@ aes = "0.8.4"
anyhow = "1.0.102"
async-compat = "0.2.5"
base64 = "0.22.1"
-bevy_app = "0.18.0"
-bevy_ecs = { version = "0.18.0", default-features = false, features = [
+bevy_app = "0.18.1"
+bevy_ecs = { version = "0.18.1", default-features = false, features = [
"multi_threaded",
] }
-bevy_utils = { version = "0.18.0", default-features = false }
-bevy_log = "0.18.0"
-bevy_tasks = "0.18.0"
-bevy_time = "0.18.0"
+bevy_utils = { version = "0.18.1", default-features = false }
+bevy_log = "0.18.1"
+bevy_tasks = "0.18.1"
+bevy_time = "0.18.1"
byteorder = "1.5.0"
cfb8 = "0.8.1"
chrono = { version = "0.4.44", default-features = false }
compact_str = "0.9.0"
crc32c = "0.6.8"
criterion = "0.8.2"
-# TODO: Remove when rsa is fixed.
-crypto-bigint = "=0.7.0-rc.28"
-# TODO: Remove when rsa is fixed.
-crypto-primes = "=0.7.0-pre.9"
derive_more = "2.1.1"
-enum-as-inner = "0.6.1"
+enum-as-inner = "0.7.0"
env_logger = "0.11.9"
flate2 = { version = "1.1.9", features = ["zlib-rs"] }
futures = "0.3.32"
@@ -68,30 +64,28 @@ num-format = "0.4.4"
num-traits = "0.2.19"
parking_lot = "0.12.5"
proc-macro2 = "1.0.106"
-quote = "1.0.44"
+quote = "1.0.45"
rand = "0.10.0"
rand_core = "0.10.0"
regex = "1.12.3"
reqwest = { version = "0.13.2", default-features = false }
-rsa = "0.10.0-rc.16"
+rsa = "0.10.0-rc.17"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
serde = "1.0.228"
serde_json = "1.0.149"
sha1 = "0.11.0-rc.5"
sha2 = "0.11.0-rc.5"
-# TODO: Remove when rsa is fixed.
-signature = "=3.0.0-rc.10"
# simdnbt = "0.9.0"
simdnbt = { git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.8.1"
syn = "2.0.117"
thiserror = "2.0.18"
-tokio = "1.49.0"
+tokio = "1.50.0"
tokio-util = "0.7.18"
tracing = "0.1.44"
-tracing-subscriber = "0.3.22"
-uuid = "1.21.0"
+tracing-subscriber = "0.3.23"
+uuid = "1.22.0"
radix-heap = "0.4.2"
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.15.0", default-features = false }