Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 20, 2023
1 parent 73f3312 commit 9412d35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 9412d35

Please sign in to comment.