From 2d02870fb2dfb787bf0979d7b3b7482e4a8633eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:43:41 -0700 Subject: [PATCH] Bump rustworkx-core from 0.14.1 to 0.14.2 (#274) Bumps [rustworkx-core](https://github.com/Qiskit/rustworkx) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/Qiskit/rustworkx/releases) - [Commits](https://github.com/Qiskit/rustworkx/compare/0.14.1...0.14.2) --- 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> Co-authored-by: C. Titus Brown --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b630af0..79b5171c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,9 +1550,9 @@ dependencies = [ [[package]] name = "rustworkx-core" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc64577832a6bcfd10fa6d452c3b5fe7a4ca228375d236f65a1ab0db953ba34" +checksum = "529027dfaa8125aa61bb7736ae9484f41e8544f448af96918c8da6b1def7f57b" dependencies = [ "ahash 0.8.10", "fixedbitset", diff --git a/Cargo.toml b/Cargo.toml index ca59330f..d4f29e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ needletail = "0.5.1" csv = "1.3.0" camino = "1.1.6" glob = "0.3.1" -rustworkx-core = "0.14.0" +rustworkx-core = "0.14.2" [dev-dependencies] assert_cmd = "2.0.14"