Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.185 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 21, 2023
1 parent 92633d6 commit e57b58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/withdrawal-finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
clap = { version = "4.3.23", features = ["derive", "string"] }
color-eyre = "0.6.2"
ethers = { version = "2.0.8", default-features = false, features = ["ws", "rustls"] }
serde = "1.0.184"
serde = "1.0.185"
tokio = { version = "1.32.0", features = ["full"] }
toml = "0.7.6"
url = { version = "2.4.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
ethers = "2.0.8"
thiserror = "1.0.47"
serde = "1.0.184"
serde = "1.0.185"
chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
async-trait = "0.1.73"
metrics = "0.21.1"
Expand Down

0 comments on commit e57b58f

Please sign in to comment.