From 688281fed76c07c3be68a3df8559a875053e44cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:40:07 +0000 Subject: [PATCH] Bump thiserror from 1.0.53 to 1.0.55 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.55. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.55) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- relays/client-substrate/Cargo.toml | 2 +- relays/lib-substrate-relay/Cargo.toml | 2 +- relays/utils/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3a4280d56cba..4e0205ce0915f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9824,9 +9824,9 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.53" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" +checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" dependencies = [ "thiserror-impl", ] @@ -9853,9 +9853,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "1.0.53" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" +checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" dependencies = [ "proc-macro2 1.0.69", "quote 1.0.33", diff --git a/relays/client-substrate/Cargo.toml b/relays/client-substrate/Cargo.toml index c53f520cd0732..2ed14860dbf76 100644 --- a/relays/client-substrate/Cargo.toml +++ b/relays/client-substrate/Cargo.toml @@ -19,7 +19,7 @@ num-traits = "0.2" rand = "0.8" scale-info = { version = "2.10.0", features = ["derive"] } tokio = { version = "1.35", features = ["rt-multi-thread"] } -thiserror = "1.0.53" +thiserror = "1.0.55" # Bridge dependencies diff --git a/relays/lib-substrate-relay/Cargo.toml b/relays/lib-substrate-relay/Cargo.toml index 08f21947d1203..28b9886b14169 100644 --- a/relays/lib-substrate-relay/Cargo.toml +++ b/relays/lib-substrate-relay/Cargo.toml @@ -10,7 +10,7 @@ workspace = true [dependencies] anyhow = "1.0" -thiserror = "1.0.53" +thiserror = "1.0.55" async-std = "1.9.0" async-trait = "0.1" codec = { package = "parity-scale-codec", version = "3.1.5" } diff --git a/relays/utils/Cargo.toml b/relays/utils/Cargo.toml index ff1613296563c..297d7f47736d7 100644 --- a/relays/utils/Cargo.toml +++ b/relays/utils/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" sysinfo = "0.29" time = { version = "0.3", features = ["formatting", "local-offset", "std"] } tokio = { version = "1.35", features = ["rt"] } -thiserror = "1.0.53" +thiserror = "1.0.55" # Bridge dependencies