From 23051f9b13f81954babf0be519a3b3ca4236f7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:33:10 +0000 Subject: [PATCH] Bump thiserror from 1.0.50 to 1.0.53 (#1333) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8b0ab7cdb..97839f40cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4631,18 +4631,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ac5c7ac57a..cb30d8a9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ scale-encode = "0.5.0" serde = { version = "1.0.193" } serde_json = { version = "1.0.108" } syn = { version = "2.0.15", features = ["full", "extra-traits"] } -thiserror = "1.0.50" +thiserror = "1.0.53" tokio = { version = "1.34", default-features = false } tracing = "0.1.40" tracing-wasm = "0.2.1"