diff --git a/relay_rpc/Cargo.toml b/relay_rpc/Cargo.toml index bc5f4c4..130efa5 100644 --- a/relay_rpc/Cargo.toml +++ b/relay_rpc/Cargo.toml @@ -7,8 +7,8 @@ license = "Apache-2.0" [features] cacao = [ "dep:erc6492", - "dep:alloy-transport", "dep:alloy-provider", + "dep:alloy-transport", "dep:alloy-primitives", ]