aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 23:54:04 +0000
committermat <git@matdoes.dev>2024-12-20 23:54:04 +0000
commit5fbad9bbb3cbcfeb5379ec5c3deb1a759e416af1 (patch)
tree66064d578e2ebdd9bd101eafa8ffdb4e9ceb262a /Cargo.toml
parente268c4929177e540baa9d2bb29bc171f49cc7a25 (diff)
downloadazalea-drasl-5fbad9bbb3cbcfeb5379ec5c3deb1a759e416af1.tar.xz
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55619ef9..75cdff6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,11 +42,11 @@ bevy_time = "0.15.0"
byteorder = "1.5.0"
bytes = "1.9.0"
cfb8 = "0.8.1"
-chrono = { version = "0.4.38", default-features = false }
+chrono = { version = "0.4.39", default-features = false }
criterion = "0.5.1"
derive_more = "1.0.0"
enum-as-inner = "0.6.1"
-env_logger = "0.11.5"
+env_logger = "0.11.6"
flate2 = "1.0.35"
futures = "0.3.31"
futures-lite = "2.5.0"
@@ -66,14 +66,14 @@ reqwest = { version = "0.12.9", default-features = false }
rsa = "0.9.7"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.0"
-serde = "1.0.215"
+serde = "1.0.216"
serde_json = "1.0.133"
sha-1 = "0.10.1"
sha2 = "0.10.8"
simdnbt = "0.6"
-socks5-impl = "0.5.17"
+socks5-impl = "0.6.0"
syn = "2.0.90"
-thiserror = "2.0.6"
+thiserror = "2.0.8"
tokio = "1.42.0"
tokio-util = "0.7.13"
tracing = "0.1.41"