Skip to content

Commit

Permalink
fix(deps): update rust crate guppy to 0.17.11 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Dec 29, 2024
1 parent cc743cd commit 70c2b30
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 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.8"
guppy = "0.17.11"
nexlint = { path = "../nexlint" }
regex = "1.11.1"
serde = { version = "1.0.215", 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.8"
guppy = "0.17.11"
hakari = { version = "0.17.5", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.19.0"
Expand Down

0 comments on commit 70c2b30

Please sign in to comment.