From 2f95c88f3302b9e1909a96f9781c3b3708c63b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:33:56 +0000 Subject: [PATCH] Update rustworkx-core requirement from 0.13.2 to 0.14.2 Updates the requirements on [rustworkx-core](https://github.com/Qiskit/rustworkx) to permit the latest version. - [Release notes](https://github.com/Qiskit/rustworkx/releases) - [Commits](https://github.com/Qiskit/rustworkx/compare/0.13.2...0.14.2) --- updated-dependencies: - dependency-name: rustworkx-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- day25/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day25/Cargo.toml b/day25/Cargo.toml index 87c1af5..3e59e2c 100644 --- a/day25/Cargo.toml +++ b/day25/Cargo.toml @@ -11,7 +11,7 @@ regex = {workspace = true} lazy_static = {workspace = true} pathfinding = {workspace = true} itertools = {workspace = true} -rustworkx-core = "0.13.2" +rustworkx-core = "0.14.2" [dependencies.utils] path = "../utils" \ No newline at end of file