aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 d13eddc3..c8ced542 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,25 +65,25 @@ num-format = "0.4.4"
num-traits = "0.2.19"
parking_lot = "0.12.5"
pastey = "0.2.1"
-proc-macro2 = "1.0.103"
+proc-macro2 = "1.0.104"
quote = "1.0.42"
rand = "0.10.0-rc.5"
# TODO: Remove when rand is fixed.
rand_core = "=0.10.0-rc-2"
regex = "1.12.2"
-reqwest = { version = "0.12.28", default-features = false }
+reqwest = { version = "0.13.1", default-features = false }
rsa = "0.10.0-rc.10"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
serde = "1.0.228"
-serde_json = "1.0.147"
+serde_json = "1.0.148"
sha1 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.3"
# TODO: Remove when rsa is fixed.
signature = "=3.0.0-rc.5"
simdnbt = "0.9.0"
-socks5-impl = "0.7.3"
-syn = "2.0.111"
+socks5-impl = "0.8.0"
+syn = "2.0.112"
thiserror = "2.0.17"
tokio = "1.48.0"
tokio-util = "0.7.17"