diff --git a/Cargo.lock b/Cargo.lock index 975b7079..2179bf97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1463,3 +1463,8 @@ name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" + +[[patch.unused]] +name = "crypto-bigint" +version = "0.7.0-pre" +source = "git+https://github.com/RustCrypto/crypto-bigint.git#534c2940b1f0aa9ec8ada964ce654cc0e6e1e7bb" diff --git a/Cargo.toml b/Cargo.toml index 400348b4..abdf9e02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,4 @@ slh-dsa = { path = "./slh-dsa" } # https://github.com/RustCrypto/traits/pull/1767 # https://github.com/RustCrypto/traits/pull/1774 # https://github.com/RustCrypto/traits/pull/1822 -elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" } -signature = { git = "https://github.com/RustCrypto/traits.git" } +elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" } \ No newline at end of file