From ee7ba7b3f63ea1d770914199f289649ebd834951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:42:09 +0000 Subject: [PATCH] fix(deps): bump thiserror from 2.0.12 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4120c170..e2bf0b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ "pin-project", "rand 0.8.5", "sha2", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-util", "tracing", @@ -957,7 +957,7 @@ dependencies = [ "once_cell", "rand 0.9.1", "ring", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tokio", "tracing", @@ -1001,7 +1001,7 @@ dependencies = [ "rand 0.9.1", "resolv-conf", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -1506,7 +1506,7 @@ dependencies = [ "metrics", "metrics-util", "quanta", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -1914,7 +1914,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.9", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -1934,7 +1934,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -2534,11 +2534,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.16", ] [[package]] @@ -2554,9 +2554,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -2743,7 +2743,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-util", @@ -2759,7 +2759,7 @@ dependencies = [ "async-trait", "base64 0.22.1", "num-bigint", - "thiserror 2.0.12", + "thiserror 2.0.16", "toner", "tonlibjson-client", ] @@ -2827,7 +2827,7 @@ dependencies = [ "quote", "rand 0.8.5", "syn", - "thiserror 2.0.12", + "thiserror 2.0.16", "tl_parser", "tokio", "tokio-retry", @@ -2948,7 +2948,7 @@ dependencies = [ "serde", "serde_json", "syn", - "thiserror 2.0.12", + "thiserror 2.0.16", "tl_parser", "tokio", "tokio-retry", diff --git a/Cargo.toml b/Cargo.toml index 17726a87..89993020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ dashmap = "6.1.0" pin-project = "1.1.10" rand = "0.8" bytes = "1.10.1" -thiserror = "2.0.11" +thiserror = "2.0.16" itertools = "0.14.0" bitvec = "1.0.1" metrics = "0.24.2"