Skip to content

Commit f680f4c

Browse files
authored
chore(deps): update rust crate alloy to v0.6 (#248)
Signed-off-by: Lorenzo Delgado <[email protected]>
1 parent 61b47b3 commit f680f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
1010

1111
[workspace.dependencies]
12-
alloy = { version = "0.5.4", features = ["full"] }
12+
alloy = { version = "0.6", features = ["full"] }
1313
serde = { version = "1.0.163", features = ["derive"] }
1414
rstest = "0.22.0"
1515
anyhow = { version = "1.0.89" }

tap_core/src/signed_message.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
2828
use alloy::{
2929
dyn_abi::Eip712Domain,
30-
primitives::Address,
31-
signers::{local::PrivateKeySigner, Signature, SignerSync},
30+
primitives::{Address, PrimitiveSignature as Signature},
31+
signers::{local::PrivateKeySigner, SignerSync},
3232
sol_types::SolStruct,
3333
};
3434
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)