diff --git a/Cargo.lock b/Cargo.lock index 9bf5c12..e7b6409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3800,8 +3800,9 @@ dependencies = [ [[package]] name = "qp-dilithium-crypto" -version = "0.2.0" -source = "git+https://github.com/Quantus-Network/chain?branch=testnet%2Fplanck#fc80f0359a0d3450151c8fe98fd5f92dab312d6a" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb99863567fe9eebd3e23435b233f508ec814ae97e4b944954caec5d07275515" dependencies = [ "log", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index 575fa78..b71c94a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ qp-poseidon = { version = "1.0.7", features = [ "serde", ] } qp-poseidon-core = { version = "1.0.7", default-features = false, features = ["p2", "p3"] } -qp-dilithium-crypto = { version = "0.2.0", features = ["serde"] } +qp-dilithium-crypto = { version = "0.2.1", features = ["serde"] } # HTTP client for Subsquid queries reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } @@ -90,6 +90,3 @@ qp-plonky2 = { version = "1.1.3", default-features = false, features = ["rand", [dev-dependencies] tempfile = "3.8" serial_test = "3.1" - -[patch.crates-io] -qp-dilithium-crypto = { git = "https://github.com/Quantus-Network/chain", branch = "testnet/planck" }