Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.189 (#230)
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] authored Oct 13, 2023
1 parent 81c3925 commit ea07a58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 bin/withdrawal-finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
color-eyre = "0.6.2"
ethers = { version = "2.0.10", default-features = false, features = ["ws", "rustls"] }
serde = "1.0.188"
serde = "1.0.189"
tokio = { version = "1.33.0", features = ["full"] }
url = { version = "2.4.1", features = ["serde"] }
eyre = "0.6.8"
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.10"
thiserror = "1.0.49"
serde = "1.0.188"
serde = "1.0.189"
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
async-trait = "0.1.73"
metrics = "0.21.1"
Expand Down

0 comments on commit ea07a58

Please sign in to comment.