aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-23 19:58:02 -0330
committermat <git@matdoes.dev>2025-12-23 19:58:02 -0330
commit599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 (patch)
tree48b708f8e41e2ccd52001bbc4c40f3b54a94ab0d /Cargo.toml
parent0fdcff1909b28c5f61587ff5031c67e2880b84fc (diff)
downloadazalea-drasl-599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581.tar.xz
bump deps and avoid build.rs writing unnecessarily in some cases
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 272c9385..d13eddc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ criterion = "0.8.1"
crypto-bigint = "=0.7.0-rc.10"
# TODO: Remove when rsa is fixed.
crypto-primes = "=0.7.0-pre.4"
-derive_more = "2.1.0"
+derive_more = "2.1.1"
enum-as-inner = "0.6.1"
env_logger = "0.11.8"
flate2 = { version = "1.1.5", features = ["zlib-rs"] }
@@ -71,12 +71,12 @@ 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.26", default-features = false }
+reqwest = { version = "0.12.28", 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.145"
+serde_json = "1.0.147"
sha1 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.3"
# TODO: Remove when rsa is fixed.