diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
