From ec38b6e607587d2d2160d1f2e24d0fd91be35820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:51:58 +0000 Subject: [PATCH] Bump rustworkx-core from 0.14.0 to 0.14.1 (#11869) Bumps [rustworkx-core](https://github.com/Qiskit/rustworkx) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/Qiskit/rustworkx/releases) - [Commits](https://github.com/Qiskit/rustworkx/compare/0.14.0...0.14.1) --- updated-dependencies: - dependency-name: rustworkx-core dependency-type: direct:production 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 df1cc3de7f31..49bd4e6ccfad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1440,9 +1440,9 @@ dependencies = [ [[package]] name = "rustworkx-core" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8972c1ca492fb498280fa3c8da10b61cd756f91addb62e31d75566aca9583b25" +checksum = "7dc64577832a6bcfd10fa6d452c3b5fe7a4ca228375d236f65a1ab0db953ba34" dependencies = [ "ahash", "fixedbitset",