aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-28 16:51:06 +1100
committermat <git@matdoes.dev>2025-09-28 16:51:06 +1100
commit5ed0c5d635b1c28721b3c32f1d6ce04a30934992 (patch)
tree187115969a656fd74851da925edfc3fb14d26edd /Cargo.toml
parent74dcb7b37d953ec4d45dd6aac4c8e598c87def7d (diff)
downloadazalea-drasl-5ed0c5d635b1c28721b3c32f1d6ce04a30934992.tar.xz
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6451d95a..7826ff65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,8 +66,8 @@ quote = "1"
rand = "0.9"
regex = "1"
reqwest = { version = "0.12", default-features = false }
-rsa = "0.10.0-rc.6"
-signature = "=3.0.0-rc.3" # TODO: Remove when rsa is fixed.
+rsa = "0.10.0-rc.8"
+signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
rsa_public_encrypt_pkcs1 = "0.4"
rustc-hash = "2"
serde = "1"