From ccef90c48d5de891a33d719c630cb035117319e3 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Mon, 27 Feb 2023 03:19:35 +0800 Subject: [PATCH] chore: bump sha3 to 0.10.4 (#30491) --- sdk/program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/program/Cargo.toml b/sdk/program/Cargo.toml index acc13b1f9..75c13be90 100644 --- a/sdk/program/Cargo.toml +++ b/sdk/program/Cargo.toml @@ -30,7 +30,7 @@ serde_bytes = { workspace = true } serde_derive = { workspace = true } serde_json = { workspace = true } sha2 = { workspace = true } -sha3 = "0.10.0" +sha3 = { workspace = true } solana-frozen-abi = { workspace = true } solana-frozen-abi-macro = { workspace = true } solana-sdk-macro = { workspace = true }