diff --git a/relay_rpc/Cargo.toml b/relay_rpc/Cargo.toml index d0d3eb9..ce393a4 100644 --- a/relay_rpc/Cargo.toml +++ b/relay_rpc/Cargo.toml @@ -25,11 +25,11 @@ sha3 = { version = "0.10", optional = true } sha2 = { version = "0.10.6" } reqwest = { version = "0.11", features = ["default-tls"] } url = "2" -alloy-providers = { git = "https://github.com/alloy-rs/alloy.git" } -alloy-transport = { git = "https://github.com/alloy-rs/alloy.git" } -alloy-transport-http = { git = "https://github.com/alloy-rs/alloy.git" } -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git" } -alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git" } +alloy-providers = { git = "https://github.com/alloy-rs/alloy.git", rev = "e6f98e1" } +alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "e6f98e1" } +alloy-transport-http = { git = "https://github.com/alloy-rs/alloy.git", rev = "e6f98e1" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "e6f98e1" } +alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "e6f98e1" } alloy-json-abi = "0.6.2" alloy-sol-types = "0.6.2" alloy-primitives = "0.6.2" diff --git a/relay_rpc/src/auth/cacao/signature.rs b/relay_rpc/src/auth/cacao/signature.rs index 1474fd0..344d6c8 100644 --- a/relay_rpc/src/auth/cacao/signature.rs +++ b/relay_rpc/src/auth/cacao/signature.rs @@ -162,7 +162,8 @@ impl Eip1271 { mod test { use {super::*, alloy_primitives::address}; - // Manual test. Paste address, signature, message, and project ID to verify function + // Manual test. Paste address, signature, message, and project ID to verify + // function #[tokio::test] #[ignore] async fn test_eip1271() {