Skip to content

Commit

Permalink
Update Rust crate guppy to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Nov 17, 2023
1 parent cf223d1 commit 616f1b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -22,7 +22,7 @@ duct = "0.13.6"
enable-ansi-support = "0.2.1"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.10.1", default-features = false }
guppy = "0.17.2"
guppy = "0.17.3"
log = "0.4.20"
itertools = "0.12.0"
miette = { version = "5.10.0", features = ["fancy"] }
Expand Down
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal-testing = ["dep:proptest", "dep:test-strategy", "dep:twox-hash"]
# trace = ["nom-tracable/trace"]

[dependencies]
guppy = "0.17.2"
guppy = "0.17.3"
miette = "5.10.0"
nom = "7.1.3"
nom-tracable = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ debug-ignore = "1.0.5"
display-error-chain = "0.2.0"
either = "1.9.0"
futures = "0.3.29"
guppy = "0.17.2"
guppy = "0.17.3"
# Used to find the cargo root directory, which is needed in case the user has
# added a config.toml there
home = "0.5.5"
Expand Down

0 comments on commit 616f1b2

Please sign in to comment.