From 55efc9341ef93aaa295b6c7b904cf53638c5a73b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 22 Feb 2025 04:16:47 +0000 Subject: [PATCH] fix(deps): update rust crate guppy to 0.17.17 --- Cargo.lock | 12 ++++++------ nexlint-lints/Cargo.toml | 2 +- nexlint/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa39bab..9e7bc1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.16" +version = "0.17.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dadc932032945158611b2b45baae9f6fc0024a6f91dd57f61f5edb4ad507f3b" +checksum = "452b22f04f2a5cdae96b3a636a7c311da0cba665ca90f5033e042b8b590b6d7c" dependencies = [ "ahash", "camino", @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", @@ -913,9 +913,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "static_assertions" diff --git a/nexlint-lints/Cargo.toml b/nexlint-lints/Cargo.toml index 4bc743b..41a8ff3 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.96" camino = "1.1.9" diffy = "0.4" globset = "0.4.15" -guppy = "0.17.16" +guppy = "0.17.17" nexlint = { path = "../nexlint" } regex = "1.11.1" serde = { version = "1.0.218", features = ["derive"] } diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index 156efa7..88abdc8 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -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.16" +guppy = "0.17.17" hakari = { version = "0.17.8", features = ["cli-support"] } hex = "0.4.3" once_cell = "1.20.3"