diff --git a/Cargo.lock b/Cargo.lock index b276f914d8..efa316e3bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,9 +924,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.8" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" +checksum = "345c78335be0624ed29012dc10c49102196c6882c12dde65d9f35b02da2aada8" dependencies = [ "smallvec 1.13.2", "target-lexicon", @@ -2944,9 +2944,9 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.5" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34e99a7734579b834a076ef11789783c153c6eb5fb3520ed15bc41f483f0f317" +checksum = "3bff2f6a9d515cf6453282af93363f93bdf570792a6f4f619756e46696d773fa" dependencies = [ "ahash", "camino", @@ -2956,7 +2956,7 @@ dependencies = [ "fixedbitset", "guppy-workspace-hack", "indexmap 2.2.6", - "itertools 0.12.1", + "itertools 0.13.0", "nested", "once_cell", "pathdiff", @@ -9729,15 +9729,15 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "target-spec" -version = "3.1.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a8e795b1824524d13cdf04f73cf8b4f244ce86c96b4d2a83a6ca1a753d2752" +checksum = "419ccf3482090c626619fa2574290aaa00b696f9ab73af08fbf48260565431bf" dependencies = [ "cfg-expr", "guppy-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index 21c866ac22..3599a5f74c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -337,7 +337,7 @@ gateway-test-utils = { path = "gateway-test-utils" } gateway-types = { path = "gateway-types" } gethostname = "0.4.3" glob = "0.3.1" -guppy = "0.17.5" +guppy = "0.17.7" headers = "0.3.9" heck = "0.5" hex = "0.4.3"