From 9dcf7098148990d14df4ccf2ec554e7907281ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:12:15 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.61 to 1.0.63 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.63) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- node/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4f9d3379..7d531d45d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9123,18 +9123,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/node/Cargo.toml b/node/Cargo.toml index 2c30a1a8d..00fe2dae7 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -58,7 +58,7 @@ sp-timestamp = { workspace = true } substrate-frame-rpc-system = { workspace = true } substrate-prometheus-endpoint = { workspace = true } task-scheduler-runtime-api = { workspace = true } -thiserror = "1.0.61" +thiserror = "1.0.63" try-runtime-cli = { workspace = true, optional = true } jsonrpsee = { workspace = true, features = ["server"] } serde_json = "1.0.119"