Skip to content

Commit

Permalink
chore(deps): update alloy deps to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Butler <[email protected]>
  • Loading branch information
Theodus committed Nov 27, 2023
1 parent 2e6ef32 commit 6db3df4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions tap_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name="tap_aggregator"
name = "tap_aggregator"
version = "0.1.6"
edition.workspace = true
license.workspace = true
Expand Down Expand Up @@ -27,8 +27,8 @@ prometheus = "0.13.3"
axum = "0.6.18"
futures-util = "0.3.28"
lazy_static = "1.4.0"
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.5.0", features = ["serde"] }
ethereum-types = "0.14.1"
ruint = "1.10.1"

Expand Down
16 changes: 8 additions & 8 deletions tap_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[package]
name="tap_core"
name = "tap_core"
version = "0.6.0"
edition.workspace = true
license.workspace = true
description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."

[dependencies]
rand_core="0.6.4"
serde={ version="1.0", features=["derive"] }
rand="0.8.5"
thiserror="1.0.38"
ethereum-types={version="0.14.1"}
rand_core = "0.6.4"
serde = { version = "1.0", features = ["derive"] }
rand = "0.8.5"
thiserror = "1.0.38"
ethereum-types = { version = "0.14.1" }
rstest = "0.17.0"
ethers = { version = "2.0.0", default-features = false }
ethers-core = "2.0.0"
ethers-contract = "2.0.0"
ethers-contract-derive = "2.0.0"
anyhow = "1"
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.5.0", features = ["serde"] }

strum = "0.24.1"
strum_macros = "0.24.3"
Expand Down
4 changes: 2 additions & 2 deletions tap_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ futures = "0.3.28"
anyhow = "1.0.71"
tokio = "1.28.2"
prometheus = "0.13.3"
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}
alloy-sol-types = { version = "0.5.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.5.0", features = ["serde"] }

[[test]]
name = "integration_tests"
Expand Down

0 comments on commit 6db3df4

Please sign in to comment.