Skip to content

Commit

Permalink
build(deps): update num-complex requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and davidhewitt committed Mar 8, 2021
1 parent 52555eb commit 6573cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inventory = { version = "0.1.4", optional = true }
libc = "0.2.62"
parking_lot = "0.11.0"
num-bigint = { version = "0.4", optional = true }
num-complex = { version = "0.3", optional = true }
num-complex = { version = "0.4", optional = true }
# must stay at 0.1.x for Rust 1.41 compatibility
paste = { version = "0.1.18", optional = true }
pyo3-macros = { path = "pyo3-macros", version = "=0.13.2", optional = true }
Expand Down

0 comments on commit 6573cb1

Please sign in to comment.