Skip to content

Commit dadefa9

Browse files
authored
chore: bump keccak version (#19413)
bumps the keccak lib version.
2 parents 2d37a24 + 0f48d78 commit dadefa9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

noir-projects/noir-contracts/contracts/app/uniswap_contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ type = "contract"
88
aztec = { path = "../../../../aztec-nr/aztec" }
99
token = { path = "../token_contract" }
1010
token_bridge = { path = "../token_bridge_contract" }
11-
keccak256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/keccak256" }
11+
keccak256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/keccak256" }

noir-projects/noir-contracts/contracts/libs/token_portal_content_hash_lib/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type = "lib"
66

77
[dependencies]
88
aztec = { path = "../../../../aztec-nr/aztec" }
9-
keccak256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/keccak256" }
9+
keccak256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/keccak256" }

noir-projects/noir-contracts/contracts/protocol/fee_juice_contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type = "contract"
66

77
[dependencies]
88
aztec = { path = "../../../../aztec-nr/aztec" }
9-
keccak256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/keccak256" }
9+
keccak256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/keccak256" }

noir-projects/noir-contracts/contracts/test/avm_gadgets_test_contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ type = "contract"
66

77
[dependencies]
88
aztec = { path = "../../../../aztec-nr/aztec" }
9-
keccak256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/keccak256" }
9+
keccak256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/keccak256" }
1010
sha256 = { tag = "v0.3.0", git = "https://github.com/noir-lang/sha256" }
1111
poseidon = { tag= "v0.1.1", git = "https://github.com/noir-lang/poseidon" }

noir-projects/noir-contracts/contracts/test/avm_test_contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type = "contract"
88
aztec = { path = "../../../../aztec-nr/aztec" }
99
compressed_string = { path = "../../../../aztec-nr/compressed-string" }
1010
sha256 = { tag = "v0.3.0", git = "https://github.com/noir-lang/sha256" }
11-
keccak256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/keccak256" }
11+
keccak256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/keccak256" }
1212
poseidon = { tag= "v0.1.1", git = "https://github.com/noir-lang/poseidon" }
1313
fee_juice = { path = "../../protocol/fee_juice_contract" }
1414
auth_contract = { path = "../../protocol/auth_registry_contract" }

0 commit comments

Comments
 (0)