Skip to content

Commit

Permalink
chore: bump aquamarine (paradigmxyz#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Feb 1, 2023
1 parent 51ab6fd commit 1642d77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/net/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ reth-metrics-derive = { path = "../../metrics/metrics-derive" }

# misc
auto_impl = "1"
aquamarine = "0.1" # docs
aquamarine = "0.2.1" # docs
tracing = "0.1"
fnv = "1.0"
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/stages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metrics = "0.20.1"
# misc
serde = { version = "1.0", optional = true }
thiserror = "1.0.37"
aquamarine = "0.1.12"
aquamarine = "0.2.1"
itertools = "0.10.5"
rayon = "1.6.0"
[dev-dependencies]
Expand All @@ -52,4 +52,4 @@ paste = "1.0"

[features]
default = ["serde"]
serde = ["dep:serde"]
serde = ["dep:serde"]
4 changes: 2 additions & 2 deletions crates/transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metrics = "0.20.1"
reth-metrics-derive = { path = "../metrics/metrics-derive" }

# misc
aquamarine = "0.1" # docs
aquamarine = "0.2.1" # docs
thiserror = "1.0"
tracing = "0.1"
serde = { version = "1.0", features = ["derive", "rc"] }
Expand All @@ -52,4 +52,4 @@ rand = "0.8"


[features]
test-utils = ["rand", "paste"]
test-utils = ["rand", "paste"]

0 comments on commit 1642d77

Please sign in to comment.