From 6f0d846b7bb777730861aa7954cfbc1baf3740d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:34:24 +0000 Subject: [PATCH] chore(deps): update portgraph requirement from 0.8 to 0.9 Updates the requirements on [portgraph](https://github.com/CQCL/portgraph) to permit the latest version. - [Changelog](https://github.com/CQCL/portgraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/CQCL/portgraph/commits) --- updated-dependencies: - dependency-name: portgraph dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dec2ddee..9b0f6292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,6 +70,6 @@ members = ["pyrs", "compile-matcher"] [workspace.dependencies] quantinuum-hugr = { git = "https://github.com/CQCL-DEV/hugr", rev = "5a97a635" } -portgraph = { version = "0.8", features = ["serde"] } +portgraph = { version = "0.9", features = ["serde"] } pyo3 = { version = "0.19" } itertools = { version = "0.11.0" }