Skip to content

Commit

Permalink
fix(deps): update rust crate console-subscriber to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jun 11, 2024
1 parent 409198b commit c658381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nextest-filtering = { version = "0.9.0", path = "../nextest-filtering" }
nextest-metadata = { version = "0.11.0", path = "../nextest-metadata" }
quick-junit.workspace = true
newtype-uuid.workspace = true
console-subscriber = { version = "0.2.0", optional = true }
console-subscriber = { version = "0.3.0", optional = true }
unicode-ident = "1.0.12"
unicode-normalization = "0.1.23"
indexmap = { version = "2.2.6", features = ["serde"] }
Expand Down

0 comments on commit c658381

Please sign in to comment.