Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Apr 21, 2024
1 parent e6a6923 commit 2f0cfc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f0cfc4

Please sign in to comment.