Merge pull request #1155 from PyO3/dependabot/cargo/hashbrown-0.9

Update hashbrown requirement from 0.8 to 0.9
This commit is contained in:
David Hewitt 2020-09-06 10:26:26 +01:00 committed by GitHub
commit 4ba30cf174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ num-complex = { version = "0.3", optional = true }
paste = { version = "0.1.6", optional = true }
pyo3cls = { path = "pyo3cls", version = "=0.11.1", optional = true }
unindent = { version = "0.1.4", optional = true }
hashbrown = { version = "0.8", optional = true }
hashbrown = { version = "0.9", optional = true }
[dev-dependencies]
assert_approx_eq = "1.1.0"