From 580e49cab252b1af8570e136b289b1fc90cc479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:05:34 +0000 Subject: [PATCH] chore(deps): Bump thiserror in the rust-minor group Bumps the rust-minor group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 968b10d..9db90da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -579,7 +579,7 @@ dependencies = [ "flow-server", "flow-tui", "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -588,7 +588,7 @@ name = "flow-app" version = "0.1.0" dependencies = [ "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -630,7 +630,7 @@ name = "flow-errors" version = "0.1.0" dependencies = [ "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -639,7 +639,7 @@ version = "0.1.0" dependencies = [ "clap", "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -649,7 +649,7 @@ version = "0.1.0" dependencies = [ "clap", "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -659,7 +659,7 @@ version = "0.1.0" dependencies = [ "clap", "miette", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -1844,11 +1844,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -1864,9 +1864,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote",