From 27aaff14c507d1735a006f35be4ce4987daa8df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:10:21 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.8 to 2.0.10 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.10. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.8...2.0.10) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7f7b4d9..fd4b445f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ dependencies = [ "proptest", "serde", "strum", - "thiserror 2.0.8", + "thiserror 2.0.10", "url", ] @@ -2842,11 +2842,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.10", ] [[package]] @@ -2862,9 +2862,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5cb1d18f..f296c99e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ serde = "1.0" serde_json = "1.0" serde_bytes = "0.11.15" strum = { version = "0.26", features = ["derive"] } -thiserror = "2.0.8" +thiserror = "2.0.10" url = "2.5" [workspace]