From 7ae3eceee2a2a5577259b1aa066f97b1314e175d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 15 Aug 2025 20:42:22 -0800 Subject: depend on git repo for rsa crate to fix compilation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3