diff --git a/Cargo.lock b/Cargo.lock index 6df28876c46..f3d4277f728 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2796,18 +2796,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 3a35fe0a6da..f6b69e53fbd 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.49" +thiserror = "1.0.50" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } [features] diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index fa4c4ce2cef..4a814baef92 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -34,7 +34,7 @@ nom_locate = "4.2.0" recursion = "0.5.1" regex = "1.10.2" regex-syntax = "0.8.2" -thiserror = "1.0.49" +thiserror = "1.0.50" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } proptest = { version = "1.3.1", optional = true } test-strategy = { version = "0.3.1", optional = true } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 511b90c9085..77ee190d3f6 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.49" +thiserror = "1.0.50" # For parsing of .cargo/config.toml files tokio = { version = "1.33.0", features = [ "fs", diff --git a/quick-junit/Cargo.toml b/quick-junit/Cargo.toml index eebb71512e1..a6d1238dc1b 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.49" +thiserror = "1.0.50" uuid = "1.4.1" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }