Skip to content

Commit

Permalink
Bump petgraph from 0.6.1 to 0.6.2 (Qiskit#618)
Browse files Browse the repository at this point in the history
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/petgraph/petgraph/releases)
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/commits)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2022
1 parent 2ea4b70 commit 0931d26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crate-type = ["cdylib"]

[dependencies]
ahash = { version = "0.7.6", default-features = false }
petgraph = "0.6.1"
petgraph = "0.6.2"
fixedbitset = "0.4.1"
numpy = "0.16.2"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion retworkx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["graph"]
[dependencies]
ahash = { version = "0.7.6", default-features = false }
fixedbitset = "0.4.1"
petgraph = "0.6.1"
petgraph = "0.6.2"
rayon = "1.5"

[dependencies.hashbrown]
Expand Down

0 comments on commit 0931d26

Please sign in to comment.