Skip to content

Commit

Permalink
build(deps): update rustworkx-core requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
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](Qiskit/rustworkx@0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: rustworkx-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and AndrejOrsula committed Mar 9, 2024
1 parent 588af85 commit 834a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pathfinding = { version = "4.4" }
petgraph = { version = "0.6" }
rayon = { version = "1.8" }
rustc-hash = { version = "1.1" }
rustworkx-core = { version = "0.13" }
rustworkx-core = { version = "0.14" }
smallvec = { version = "1.11" }
strum = { version = "0.26", features = ["derive"] }
z3 = { version = "0.12", optional = true }
Expand Down

0 comments on commit 834a527

Please sign in to comment.