Skip to content

Commit 3ca7222

Browse files
committed
fix(deps): update rust crate guppy to 0.17.22
1 parent 1cbcf0f commit 3ca7222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.98"
99
camino = "1.1.10"
1010
diffy = "0.4"
1111
globset = "0.4.16"
12-
guppy = "0.17.19"
12+
guppy = "0.17.22"
1313
nexlint = { path = "../nexlint" }
1414
regex = "1.11.1"
1515
serde = { version = "1.0.219", 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.10", features = ["serde1"] }
99
debug-ignore = "1.0.5"
1010
determinator = "0.12.0"
11-
guppy = "0.17.19"
11+
guppy = "0.17.22"
1212
hakari = { version = "0.17.8", features = ["cli-support"] }
1313
hex = "0.4.3"
1414
once_cell = "1.21.3"

0 commit comments

Comments
 (0)