Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 2, 2024
1 parent 1f45396 commit 9483166
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 @@ -39,7 +39,7 @@ shell-words = "1.1.0"
supports-color = "2.1.0"
supports-unicode = "2.0.0"
serde_json = "1.0.108"
thiserror = "1.0.52"
thiserror = "1.0.55"
nextest-workspace-hack.workspace = true

[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 @@ -35,7 +35,7 @@ nom_locate = "4.2.0"
recursion = "0.5.1"
regex = "1.10.2"
regex-syntax = "0.8.2"
thiserror = "1.0.52"
thiserror = "1.0.55"
nextest-metadata.workspace = true
proptest = { version = "1.4.0", 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.52"
thiserror = "1.0.55"
# For parsing of .cargo/config.toml files
tokio = { version = "1.35.1", 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.70"
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
indexmap = "2.1.0"
quick-xml = "0.31.0"
thiserror = "1.0.52"
thiserror = "1.0.55"
uuid = "1.6.1"
strip-ansi-escapes = "0.2.0"
nextest-workspace-hack.workspace = true
Expand Down

0 comments on commit 9483166

Please sign in to comment.