From e606f4343b04bbc59ce50f35f97cf623701f0458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:56:17 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.8 to 2.0.9 in /code Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.8...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/code/Cargo.lock b/code/Cargo.lock index 5435157f..f13084ab 100644 --- a/code/Cargo.lock +++ b/code/Cargo.lock @@ -2149,7 +2149,7 @@ dependencies = [ "informalsystems-malachitebft-peer", "informalsystems-malachitebft-test", "multiaddr", - "thiserror 2.0.8", + "thiserror 2.0.9", "tracing", ] @@ -2163,7 +2163,7 @@ dependencies = [ "informalsystems-malachitebft-core-types", "informalsystems-malachitebft-core-votekeeper", "informalsystems-malachitebft-test", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -2193,7 +2193,7 @@ version = "0.0.1" dependencies = [ "bytes", "derive-where", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -2203,7 +2203,7 @@ dependencies = [ "derive-where", "informalsystems-malachitebft-core-types", "informalsystems-malachitebft-test", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -2315,7 +2315,7 @@ dependencies = [ "multihash", "rand", "serde", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -2324,7 +2324,7 @@ version = "0.0.1" dependencies = [ "prost", "prost-types", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -2386,7 +2386,7 @@ dependencies = [ "serde_json", "sha3", "tempfile", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "tracing", ] @@ -2451,7 +2451,7 @@ dependencies = [ "libp2p", "rand", "serde", - "thiserror 2.0.8", + "thiserror 2.0.9", "tracing", ] @@ -2500,7 +2500,7 @@ dependencies = [ "itertools 0.13.0", "rand", "serde_json", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "toml", "tracing", @@ -3949,7 +3949,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "tracing", ] @@ -3968,7 +3968,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.8", + "thiserror 2.0.9", "tinyvec", "tracing", "web-time", @@ -4859,11 +4859,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.9", ] [[package]] @@ -4879,9 +4879,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote",