diff --git a/Cargo.lock b/Cargo.lock index b17503b0b8..77faec4d48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2366,7 +2366,8 @@ dependencies = [ [[package]] name = "light-poseidon" version = "0.2.0" -source = "git+https://github.com/Lightprotocol/light-poseidon.git?tag=v0.2.0#be8e0b58e8a6b932fc75252745db016fbff5a258" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c9a85a9752c549ceb7578064b4ed891179d20acd85f27318573b64d2d7ee7ee" dependencies = [ "ark-bn254", "ark-ff", diff --git a/Cargo.toml b/Cargo.toml index 777e8b9a0d..0a28263128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ build-data = "0.1.3" bincode = "1.3.3" hex = "0.4.2" const_format = "0.2.30" -num-bigint = "0.4.4" +num-bigint = "0.4" num-traits = "0.2" similar-asserts = "1.5.0" tempfile = "3.6.0" diff --git a/deny.toml b/deny.toml index cf4f92b8ca..3518628ee4 100644 --- a/deny.toml +++ b/deny.toml @@ -101,7 +101,4 @@ unknown-git = "deny" # # crates.io rejects git dependencies so anything depending on these is unpublishable and you'll ruin my day # when I find out. -allow-git = [ - "https://github.com/Lightprotocol/light-poseidon.git", - "https://github.com/noir-lang/clap-markdown", -] +allow-git = ["https://github.com/noir-lang/clap-markdown"] diff --git a/tooling/nargo_cli/Cargo.toml b/tooling/nargo_cli/Cargo.toml index b4fc1f350b..d72556ab93 100644 --- a/tooling/nargo_cli/Cargo.toml +++ b/tooling/nargo_cli/Cargo.toml @@ -86,7 +86,7 @@ sha2.workspace = true sha3.workspace = true iai = "0.1.1" test-binary = "3.0.2" -light-poseidon = { git = "https://github.com/Lightprotocol/light-poseidon.git", tag = "v0.2.0" } +light-poseidon = "0.2.0" [[bench]]