From dd716e440dd7c946c0f9ea8609f703f13337adc5 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 16 Jul 2026 10:47:03 -0700 Subject: [PATCH] Update cfg_aliases to 0.2.2 The latest nightly has started to warn that `nix` will break in the future due to `semicolon_in_expressions_from_macros`. The actual issue is related to `cfg_aliases`, which was affected by https://github.com/rust-lang/rust/pull/159222. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e40831d6ab..a8f0e5e5eed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,9 +655,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" [[package]] name = "chacha20"