Merge pull request #978 from PyO3/dependabot/cargo/num-bigint-0.3

Update num-bigint requirement from 0.2 to 0.3
This commit is contained in:
Yuji Kanagawa 2020-06-15 23:40:14 +09:00 committed by GitHub
commit a524699301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ indoc = { version = "0.3.4", optional = true }
inventory = { version = "0.1.4", optional = true }
libc = "0.2.62"
parking_lot = "0.10.2"
num-bigint = { version = "0.2", optional = true }
num-bigint = { version = "0.3", optional = true }
num-complex = { version = "0.3", optional = true }
paste = { version = "0.1.6", optional = true }
pyo3cls = { path = "pyo3cls", version = "=0.10.1", optional = true }