Skip to content

Commit

Permalink
fix(deps): update rust crate guppy to 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 30, 2023
1 parent c0c7fdd commit 31b92f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.75"
camino = "1.1.6"
diffy = "0.3"
globset = "0.4.14"
guppy = "0.17.3"
guppy = "0.17.4"
nexlint = { path = "../nexlint" }
regex = "1.10.2"
serde = { version = "1.0.193", 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.6", features = ["serde1"] }
debug-ignore = "1.0.5"
determinator = "0.12.0"
guppy = "0.17.3"
guppy = "0.17.4"
hakari = { version = "0.17.1", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.18.0"
Expand Down

0 comments on commit 31b92f6

Please sign in to comment.