Skip to content

Commit

Permalink
fix(deps): update rust crate guppy to 0.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 3, 2024
1 parent c0528d1 commit 52be7e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 nexlint-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.89"
camino = "1.1.9"
diffy = "0.3"
globset = "0.4.15"
guppy = "0.17.7"
guppy = "0.17.8"
nexlint = { path = "../nexlint" }
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion nexlint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
camino = { version = "1.1.9", features = ["serde1"] }
debug-ignore = "1.0.5"
determinator = "0.12.0"
guppy = "0.17.7"
guppy = "0.17.8"
hakari = { version = "0.17.4", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.19.0"
Expand Down

0 comments on commit 52be7e8

Please sign in to comment.