From 2f0cfc41e44ef9ee634478ea2d85616489bd8118 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sun, 21 Apr 2024 03:12:07 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.59 --- Cargo.lock | 8 ++++---- cargo-nextest/Cargo.toml | 2 +- nextest-filtering/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc18a62a295..b80239bbd73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,18 +2890,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 7fa98443630..2705424dd6c 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -38,7 +38,7 @@ supports-color = "2.1.0" supports-unicode = "3.0.0" serde_json = "1.0.116" swrite.workspace = true -thiserror = "1.0.58" +thiserror = "1.0.59" nextest-workspace-hack.workspace = true [features] diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index e748706bfa4..f98dff00b27 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -32,7 +32,7 @@ miette.workspace = true recursion = "0.5.2" regex = "1.10.4" regex-syntax = "0.8.3" -thiserror = "1.0.58" +thiserror = "1.0.59" nextest-metadata.workspace = true proptest = { version = "1.4.0", optional = true } test-strategy = { version = "0.3.1", optional = true } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 61adab79139..e313b7a2965 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -60,7 +60,7 @@ tar = "0.4.40" # For cfg expression evaluation for [target.'cfg()'] expressions target-spec = { version = "3.1.0", features = ["custom", "summaries"] } target-spec-miette.workspace = true -thiserror = "1.0.58" +thiserror = "1.0.59" # For parsing of .cargo/config.toml files tokio = { version = "1.37.0", features = [ "fs",