diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index eeb662b..cf758d1 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -18,7 +18,7 @@ alloy-sol-types = "0.4.2" ethers-core = { version = "2.0.10", default-features = false } firestorm = { version = "0.5.1", optional = true } graphql-parser = { version = "0.4.0", optional = true } -sha3 = "0.10.6" +sha3 = "0.10.8" serde = { version = "1.0.152", features = ["derive"] } serde_with = "3.2.0" thiserror = "1.0.49"