From 51536c320e34d5838945c1a74a87152f6058a450 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 30 Apr 2025 03:32:13 +0000 Subject: [PATCH] fix(deps): update rust crate guppy to 0.17.18 --- Cargo.lock | 32 ++++++++++++++++---------------- nexlint-lints/Cargo.toml | 2 +- nexlint/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36515f6..1aab17c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" +checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" dependencies = [ "camino", "cargo-platform", @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.17" +version = "0.17.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452b22f04f2a5cdae96b3a636a7c311da0cba665ca90f5033e042b8b590b6d7c" +checksum = "b59852737bb6ccfe90e37408dfefd968b23bfd14daf30406d49ee46b4763e64a" dependencies = [ "ahash", "camino", @@ -385,7 +385,7 @@ dependencies = [ "fixedbitset 0.5.7", "guppy-summaries", "guppy-workspace-hack", - "indexmap 2.7.1", + "indexmap 2.9.0", "itertools 0.14.0", "nested", "once_cell", @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", "hashbrown 0.15.0", @@ -706,9 +706,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.3" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "owo-colors" @@ -732,7 +732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.7.1", + "indexmap 2.9.0", ] [[package]] @@ -742,7 +742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.7.1", + "indexmap 2.9.0", ] [[package]] @@ -872,9 +872,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "semver" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.139" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -1085,7 +1085,7 @@ version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "toml_datetime", "winnow", ] diff --git a/nexlint-lints/Cargo.toml b/nexlint-lints/Cargo.toml index 0139c2e..b0f16de 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.98" camino = "1.1.9" diffy = "0.4" globset = "0.4.16" -guppy = "0.17.17" +guppy = "0.17.18" nexlint = { path = "../nexlint" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index cacd8f6..a922a6b 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.17" +guppy = "0.17.18" hakari = { version = "0.17.8", features = ["cli-support"] } hex = "0.4.3" once_cell = "1.20.3"