aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-08-15 20:42:22 -0800
committermat <git@matdoes.dev>2025-08-15 20:42:22 -0800
commit7ae3eceee2a2a5577259b1aa066f97b1314e175d (patch)
treec5033fa82d511a3ee0bd850545cdb23ba460e2f0 /Cargo.toml
parentfba8338becba614a3724f21447b85945e024cce3 (diff)
downloadazalea-drasl-7ae3eceee2a2a5577259b1aa066f97b1314e175d.tar.xz
depend on git repo for rsa crate to fix compilation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98461ba9..f10254a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ quote = "1.0.40"
rand = "0.9.2"
regex = "1.11.1"
reqwest = { version = "0.12.23", default-features = false }
-rsa = "0.10.0-rc.4"
+rsa = { version = "0.10.0-rc.4", git = "https://github.com/RustCrypto/RSA", rev = "f32d85d1ed394a6d03f0403f423c19fda475b8bf" }
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
serde = "1.0.219"