From 8d0ebf3820e0b84b493388cffa77119ed0a18b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:21:15 +0000 Subject: [PATCH] Bump thiserror from 2.0.11 to 2.0.12 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.11...2.0.12) --- updated-dependencies: - dependency-name: thiserror 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 d234a0f6..6b543ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ "sha2", "static-analysis-kernel", "tempfile", - "thiserror 2.0.11", + "thiserror 2.0.12", "uuid", "valico", "walkdir", @@ -723,7 +723,7 @@ dependencies = [ "static-analysis-kernel", "static-analysis-server", "terminal-emoji", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", "tracing-appender", "tracing-subscriber", @@ -805,7 +805,7 @@ dependencies = [ "smallvec", "sourcemap", "static_assertions", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "url", "v8", @@ -857,7 +857,7 @@ dependencies = [ "strum", "strum_macros 0.25.3", "syn 2.0.95", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -2441,7 +2441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.11", + "thiserror 2.0.12", "ucd-trie", ] @@ -2699,7 +2699,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -2718,7 +2718,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -3417,7 +3417,7 @@ dependencies = [ "num-bigint", "serde", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "v8", ] @@ -3636,7 +3636,7 @@ dependencies = [ "serde_yaml", "sha2", "streaming-iterator", - "thiserror 2.0.11", + "thiserror 2.0.12", "tree-sitter", "v8", ] @@ -3856,11 +3856,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -3876,9 +3876,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -4494,7 +4494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eeee3bdea6257cc36d756fa745a70f9d393571e47d69e0ed97581676a5369ca" dependencies = [ "deno_error", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 926fbf8f..532a1d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde-sarif = "0.4" serde_yaml = "0.9.21" sha2 = "0.10.7" num_cpus = "1.15.0" -thiserror = "2.0.11" +thiserror = "2.0.12" tracing = "0.1.40" uuid = { version = "1.15.1", features = ["v4"] } tree-sitter = "0.24.7"