Skip to content

Commit

Permalink
fix(deps): update rust crate guppy to 0.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 6, 2025
1 parent 8f4dee8 commit 6b4aeeb
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.95"
camino = "1.1.9"
diffy = "0.3"
globset = "0.4.15"
guppy = "0.17.11"
guppy = "0.17.12"
nexlint = { path = "../nexlint" }
regex = "1.11.1"
serde = { version = "1.0.217", 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.11"
guppy = "0.17.12"
hakari = { version = "0.17.6", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.20.2"
Expand Down

0 comments on commit 6b4aeeb

Please sign in to comment.