Skip to content

Commit 52be7e8

Browse files
committed
fix(deps): update rust crate guppy to 0.17.8
1 parent c0528d1 commit 52be7e8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nexlint-lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = "1.0.89"
99
camino = "1.1.9"
1010
diffy = "0.3"
1111
globset = "0.4.15"
12-
guppy = "0.17.7"
12+
guppy = "0.17.8"
1313
nexlint = { path = "../nexlint" }
1414
regex = "1.10.6"
1515
serde = { version = "1.0.210", features = ["derive"] }

nexlint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
88
camino = { version = "1.1.9", features = ["serde1"] }
99
debug-ignore = "1.0.5"
1010
determinator = "0.12.0"
11-
guppy = "0.17.7"
11+
guppy = "0.17.8"
1212
hakari = { version = "0.17.4", features = ["cli-support"] }
1313
hex = "0.4.3"
1414
once_cell = "1.19.0"

0 commit comments

Comments
 (0)