From b2d2bfcc5a9fd3fd91d5b64e2cb8667eb27d7777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:56:26 +0000 Subject: [PATCH] build(deps): bump new_debug_unreachable from 1.0.4 to 1.0.6 (#31744) Bumps [new_debug_unreachable](https://github.com/mbrubeck/rust-debug-unreachable) from 1.0.4 to 1.0.6. - [Commits](https://github.com/mbrubeck/rust-debug-unreachable/compare/v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: new_debug_unreachable dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ab7605c4db..d9162ce5c3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3897,9 +3897,9 @@ dependencies = [ [[package]] name = "new_debug_unreachable" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" +checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nix"