From c2ac77654ca853819f33b1bbab7e78b376f75596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:34:18 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19127458..f1eb622e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ "smol_str", "static_assertions_next", "tempfile", - "thiserror 1.0.69", + "thiserror", "time", "tokio", "tracing", @@ -184,7 +184,7 @@ dependencies = [ "quote", "strum", "syn 2.0.106", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -1156,7 +1156,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror 2.0.16", + "thiserror", ] [[package]] @@ -1667,7 +1667,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.16", + "thiserror", ] [[package]] @@ -1689,7 +1689,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.16", + "thiserror", "ucd-trie", ] @@ -2326,33 +2326,13 @@ dependencies = [ "windows-sys 0.60.2", ] -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - [[package]] name = "thiserror" version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.16", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", + "thiserror-impl", ] [[package]] @@ -2584,7 +2564,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror 2.0.16", + "thiserror", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index 5dee3203..b6c172ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" indexmap = { version = "2", features = ["serde"] } bytes = { version = "1.6.0", features = ["serde"] } -thiserror = "1.0.58" +thiserror = "2.0.16" async-trait = "0.1.79" futures-util = { version = "0.3.30", default-features = false } tokio-util = { version = "0.7.10", default-features = false }