diff --git a/Cargo.lock b/Cargo.lock index 4d336721..6bd36512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4016,18 +4016,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", diff --git a/chain-events/Cargo.toml b/chain-events/Cargo.toml index a02ff49c..1c243d4d 100644 --- a/chain-events/Cargo.toml +++ b/chain-events/Cargo.toml @@ -13,7 +13,7 @@ client = { path = "../client" } ethers = { version = "2.0.10", features = ["ws"] } futures = "0.3.28" metrics = "0.21.1" -thiserror = "1.0.48" +thiserror = "1.0.49" tokio = { version = "1.32.0", features = ["time"] } vlog = { path = "../vlog" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 403685e5..5973eb2d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ethers = "2.0.10" -thiserror = "1.0.48" +thiserror = "1.0.49" serde = "1.0.188" chrono = { version = "0.4.31", default-features = false, features = ["serde"] } async-trait = "0.1.73" diff --git a/finalizer/Cargo.toml b/finalizer/Cargo.toml index a4a1750d..b6fcd56c 100644 --- a/finalizer/Cargo.toml +++ b/finalizer/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" ethers = "2.0.10" futures = "0.3.28" metrics = "0.21.1" -thiserror = "1.0.48" +thiserror = "1.0.49" sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] } tokio = { version = "1.32.0", features = ["time"] } diff --git a/storage/Cargo.toml b/storage/Cargo.toml index f62f1cc4..886f5f77 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -20,7 +20,7 @@ num = "0.4.1" client = { path = "../client" } chain-events = { path = "../chain-events" } ethers = "2.0.10" -thiserror = "1.0.48" +thiserror = "1.0.49" metrics = "0.21.1" bincode = "1.3.3" diff --git a/watcher/Cargo.toml b/watcher/Cargo.toml index c790d8a6..0db3a3ca 100644 --- a/watcher/Cargo.toml +++ b/watcher/Cargo.toml @@ -11,7 +11,7 @@ ethers = "2.0.10" itertools = "0.11.0" futures = "0.3.28" metrics = "0.21.1" -thiserror = "1.0.48" +thiserror = "1.0.49" sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] } tokio = { version = "1.32.0", features = ["time"] }