diff --git a/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml b/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml index da49758490e..45b10bfc1ea 100644 --- a/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml +++ b/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml @@ -5,5 +5,5 @@ authors = [""] compiler_version = ">=0.30.0" [dependencies] -bigint = {tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum" } +bigint = { tag = "v0.5.0", git = "https://github.com/noir-lang/noir-bignum" } types = { path = "../types" }