From 117eb491d866c805738d42c6cc2b4dddc0ce5557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 20:37:11 +1000 Subject: [PATCH] build(deps): bump thiserror from 1.0.69 to 2.0.12 in /rust (#9272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12.
Release notes

Sourced from thiserror's releases.

2.0.12

2.0.11

2.0.10

2.0.9

2.0.8

2.0.7

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

Breaking changes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.69&new-version=2.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 26 +++++++++++++------------- rust/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 843da7402..86d5cd285 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ "secrecy", "serde_json", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-appender", @@ -1141,7 +1141,7 @@ dependencies = [ "serde_json", "snownet", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", "tokio", "tracing", @@ -1824,7 +1824,7 @@ name = "dns-types" version = "0.1.0" dependencies = [ "domain", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] @@ -2106,7 +2106,7 @@ dependencies = [ "smbios-lib", "socket-factory", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -2159,7 +2159,7 @@ dependencies = [ "snownet", "socket-factory", "static_assertions", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-subscriber", @@ -2218,7 +2218,7 @@ dependencies = [ "tauri-utils", "tauri-winrt-notification", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -2279,7 +2279,7 @@ dependencies = [ "sentry-tracing", "supports-color", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", "tracing", "tracing-appender", @@ -2328,7 +2328,7 @@ dependencies = [ "socket2", "stun_codec", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-core", @@ -2353,7 +2353,7 @@ dependencies = [ "sentry", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -2405,7 +2405,7 @@ dependencies = [ "socket2", "test-case", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-subscriber", @@ -3470,7 +3470,7 @@ dependencies = [ "etherparse-ext", "proptest", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] @@ -5019,7 +5019,7 @@ dependencies = [ "serde_json", "sha2", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-tungstenite", "tracing", @@ -6500,7 +6500,7 @@ dependencies = [ "sha2", "str0m", "stun_codec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 48aec91a6..788559176 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -171,7 +171,7 @@ tauri-utils = "2.2.0" tempfile = "3.20.0" test-case = "3.3.1" test-strategy = "0.4.0" -thiserror = "1.0.68" +thiserror = "2.0.12" time = "0.3.37" tokio = "1.45" tokio-stream = "0.1.17"