Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.48 (#154)
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 Sep 3, 2023
1 parent 89ecec2 commit 1c2bf76
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 chain-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ client = { path = "../client" }
ethers = { version = "2.0.9", features = ["ws"] }
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.47"
thiserror = "1.0.48"
tokio = { version = "1.32.0", features = ["time"] }

vlog = { path = "../vlog" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
ethers = "2.0.9"
thiserror = "1.0.47"
thiserror = "1.0.48"
serde = "1.0.188"
chrono = { version = "0.4.28", default-features = false, features = ["serde"] }
async-trait = "0.1.73"
Expand Down
2 changes: 1 addition & 1 deletion finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
ethers = "2.0.9"
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.47"
thiserror = "1.0.48"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.32.0", features = ["time"] }

Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num = "0.4.1"
client = { path = "../client" }
chain-events = { path = "../chain-events" }
ethers = "2.0.9"
thiserror = "1.0.47"
thiserror = "1.0.48"
metrics = "0.21.1"
bincode = "1.3.3"

2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ethers = "2.0.9"
itertools = "0.11.0"
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.47"
thiserror = "1.0.48"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.32.0", features = ["time"] }

Expand Down

0 comments on commit 1c2bf76

Please sign in to comment.