Skip to content

Commit 31b92f6

Browse files
committed
fix(deps): update rust crate guppy to 0.17.4
1 parent c0c7fdd commit 31b92f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.75"
99
camino = "1.1.6"
1010
diffy = "0.3"
1111
globset = "0.4.14"
12-
guppy = "0.17.3"
12+
guppy = "0.17.4"
1313
nexlint = { path = "../nexlint" }
1414
regex = "1.10.2"
1515
serde = { version = "1.0.193", 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.6", features = ["serde1"] }
99
debug-ignore = "1.0.5"
1010
determinator = "0.12.0"
11-
guppy = "0.17.3"
11+
guppy = "0.17.4"
1212
hakari = { version = "0.17.1", features = ["cli-support"] }
1313
hex = "0.4.3"
1414
once_cell = "1.18.0"

0 commit comments

Comments
 (0)