Skip to content

Commit

Permalink
Update Rust crate guppy to 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 5, 2024
1 parent 5e4faa7 commit a6b5893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7"
enable-ansi-support = "0.2.1"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.11.1", default-features = false }
guppy = "0.17.4"
guppy = "0.17.5"
log = "0.4.20"
itertools = "0.12.1"
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 @@ -27,7 +27,7 @@ internal-testing = ["dep:proptest", "dep:test-strategy", "dep:xxhash-rust"]

[dependencies]
globset.workspace = true
guppy = "0.17.4"
guppy = "0.17.5"
miette = "5.10.0"
recursion = "0.5.2"
regex = "1.10.3"
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ debug-ignore = "1.0.5"
display-error-chain = "0.2.0"
either = "1.9.0"
futures = "0.3.30"
guppy = "0.17.4"
guppy = "0.17.5"
# Used to find the cargo root directory, which is needed in case the user has
# added a config.toml there
home = "0.5.9"
Expand Down

0 comments on commit a6b5893

Please sign in to comment.