diff --git a/Cargo.lock b/Cargo.lock index 982cf0c..f8c82b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2050,7 +2050,8 @@ dependencies = [ [[package]] name = "rsa-magic-public-key" version = "0.1.0" -source = "git+https://git.asonix.dog/Aardwolf/rsa-magic-public-key#82878d8274530c8184be8e82f0de36623b51d3f6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfe89053790d2de7953814284a0d4b64edab2c9619103c6df7d133135fcfdafe" dependencies = [ "base64 0.11.0", "num-bigint-dig", diff --git a/Cargo.toml b/Cargo.toml index 084133e..ae98e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ num_cpus = "1.12" pretty_env_logger = "0.4.0" rand = "0.7" rsa = "0.2" -rsa-magic-public-key = { version = "0.1.0", git = "https://git.asonix.dog/Aardwolf/rsa-magic-public-key" } +rsa-magic-public-key = "0.1.0" rsa-pem = { version = "0.1.0", git = "https://git.asonix.dog/Aardwolf/rsa-pem" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"