Skip to content

Commit e55ea03

Browse files
authored
Merge pull request #192 from Theodus/theodus/deps
chore(deps): update alloy deps to 0.5.0
2 parents 2e6ef32 + 6db3df4 commit e55ea03

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

tap_aggregator/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name="tap_aggregator"
2+
name = "tap_aggregator"
33
version = "0.1.6"
44
edition.workspace = true
55
license.workspace = true
@@ -27,8 +27,8 @@ prometheus = "0.13.3"
2727
axum = "0.6.18"
2828
futures-util = "0.3.28"
2929
lazy_static = "1.4.0"
30-
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
31-
alloy-primitives = { version = "0.4.2", features = ["serde"]}
30+
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
31+
alloy-primitives = { version = "0.5.0", features = ["serde"] }
3232
ethereum-types = "0.14.1"
3333
ruint = "1.10.1"
3434

tap_core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[package]
2-
name="tap_core"
2+
name = "tap_core"
33
version = "0.6.0"
44
edition.workspace = true
55
license.workspace = true
66
description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
77

88
[dependencies]
9-
rand_core="0.6.4"
10-
serde={ version="1.0", features=["derive"] }
11-
rand="0.8.5"
12-
thiserror="1.0.38"
13-
ethereum-types={version="0.14.1"}
9+
rand_core = "0.6.4"
10+
serde = { version = "1.0", features = ["derive"] }
11+
rand = "0.8.5"
12+
thiserror = "1.0.38"
13+
ethereum-types = { version = "0.14.1" }
1414
rstest = "0.17.0"
1515
ethers = { version = "2.0.0", default-features = false }
1616
ethers-core = "2.0.0"
1717
ethers-contract = "2.0.0"
1818
ethers-contract-derive = "2.0.0"
1919
anyhow = "1"
20-
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
21-
alloy-primitives = { version = "0.4.2", features = ["serde"]}
20+
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
21+
alloy-primitives = { version = "0.5.0", features = ["serde"] }
2222

2323
strum = "0.24.1"
2424
strum_macros = "0.24.3"

tap_integration_tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ futures = "0.3.28"
1919
anyhow = "1.0.71"
2020
tokio = "1.28.2"
2121
prometheus = "0.13.3"
22-
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
23-
alloy-primitives = { version = "0.4.2", features = ["serde"]}
22+
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
23+
alloy-primitives = { version = "0.5.0", features = ["serde"] }
2424

2525
[[test]]
2626
name = "integration_tests"

0 commit comments

Comments
 (0)