From 9f1401941916a4246cb610a5c976b0b70db86536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:05:25 +0000 Subject: [PATCH] build: bump thiserror from 2.0.9 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efaa248d1..4db5f06df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ dependencies = [ "regex", "rusqlite", "scm-diff-editor", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", "tracing-chrome", "tracing-error", @@ -1574,7 +1574,7 @@ dependencies = [ "shell-words", "tempfile", "textwrap", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", "tracing-chrome", "tracing-error", @@ -1679,7 +1679,7 @@ dependencies = [ "rayon", "regex", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -1738,7 +1738,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -1769,7 +1769,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -3093,7 +3093,7 @@ dependencies = [ "itertools 0.14.0", "maplit", "proptest", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -3141,7 +3141,7 @@ dependencies = [ "ratatui 0.29.0", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", "unicode-width 0.2.0", ] @@ -3552,11 +3552,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.11", ] [[package]] @@ -3572,9 +3572,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2cbed0680..0b3093517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ shell-words = "1.1.0" skim = "0.10.4" tempfile = "3.15.0" textwrap = "0.16.1" -thiserror = "2.0.9" +thiserror = "2.0.11" tracing = "0.1.41" tracing-chrome = "0.6.0" tracing-error = "0.2.1"