From e77d0b8afcf6f3ed5cfa8a15a899891fa9603f7c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Sep 2023 04:03:29 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.49 --- Cargo.lock | 8 ++++---- cargo-nextest/Cargo.toml | 2 +- nextest-filtering/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- quick-junit/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82a41851606..f69202730c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2813,18 +2813,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 95ef7f711c7..6d25492b9c4 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -37,7 +37,7 @@ shell-words = "1.1.0" supports-color = "2.1.0" supports-unicode = "2.0.0" serde_json = "1.0.107" -thiserror = "1.0.48" +thiserror = "1.0.49" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } [features] diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index f0d0b2b8c9d..5f1ee30eb9f 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -34,7 +34,7 @@ nom_locate = "4.2.0" recursion = "0.4.0" regex = "1.9.5" regex-syntax = "0.7.5" -thiserror = "1.0.48" +thiserror = "1.0.49" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } proptest = { version = "1.2.0", optional = true } test-strategy = { version = "0.3.1", optional = true } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index c8a6783de52..ce354905d80 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -58,7 +58,7 @@ tar = "0.4.40" # For cfg expression evaluation for [target.'cfg()'] expressions target-spec = { version = "3.0.1", features = ["custom", "summaries"] } target-spec-miette = "0.3.0" -thiserror = "1.0.48" +thiserror = "1.0.49" # For parsing of .cargo/config.toml files tokio = { version = "1.32.0", features = [ "fs", diff --git a/quick-junit/Cargo.toml b/quick-junit/Cargo.toml index ed8a0acd044..eebb71512e1 100644 --- a/quick-junit/Cargo.toml +++ b/quick-junit/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.66" chrono = "0.4.31" indexmap = "2.0.2" quick-xml = "0.30.0" -thiserror = "1.0.48" +thiserror = "1.0.49" uuid = "1.4.1" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }