chore: bump aquamarine (#1129)

This commit is contained in:
Georgios Konstantopoulos
2023-02-01 15:41:10 -08:00
committed by GitHub
parent 51ab6fde9f
commit 1642d77dcd
4 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -103,9 +103,9 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "aquamarine"
version = "0.1.12"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
checksum = "1d7cba9b073f771a6f76683be98624dd68e867ff9e6adcad3afbb3d2044c3afa"
dependencies = [
"itertools 0.9.0",
"proc-macro-error",

View File

@ -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"

View File

@ -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]

View File

@ -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"] }