Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2023
1 parent 4aa1c7d commit e77d0b8
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.48"
thiserror = "1.0.49"
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.4.0"
regex = "1.9.5"
regex-syntax = "0.7.5"
thiserror = "1.0.48"
thiserror = "1.0.49"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
proptest = { version = "1.2.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.48"
thiserror = "1.0.49"
# For parsing of .cargo/config.toml files
tokio = { version = "1.32.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.48"
thiserror = "1.0.49"
uuid = "1.4.1"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down

0 comments on commit e77d0b8

Please sign in to comment.