From e0ca5f0711bf84102726b92bc68ef39a5384c2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:36:49 +0000 Subject: [PATCH] Bump rustworkx-core from 0.13.0 to 0.13.1 (#10538) Bumps [rustworkx-core](https://github.com/Qiskit/rustworkx) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/Qiskit/rustworkx/releases) - [Commits](https://github.com/Qiskit/rustworkx/compare/0.13.0...0.13.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 865c336cf0b..fbc8e30e501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,9 +552,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustworkx-core" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3e9d46abff559cde170ba3bca60c58698356053a395419d29a26f512df68f88" +checksum = "34932d9b2a5d67da9f166a70009fc742075a5844671c5f000b89dec578e0f024" dependencies = [ "ahash 0.8.3", "fixedbitset",