Merge pull request #3258 from PyO3/dependabot/cargo/hashbrown-gte-0.9-and-lt-0.15

Update hashbrown requirement from >= 0.9, < 0.14 to >= 0.9, < 0.15
This commit is contained in:
Adam Reichold 2023-06-20 18:13:21 +00:00 committed by GitHub
commit fdc8b64506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ inventory = { version = "0.3.0", optional = true }
anyhow = { version = "1.0", optional = true }
chrono = { version = "0.4", default-features = false, optional = true }
eyre = { version = ">= 0.4, < 0.7", optional = true }
hashbrown = { version = ">= 0.9, < 0.14", optional = true }
hashbrown = { version = ">= 0.9, < 0.15", optional = true }
indexmap = { version = "1.6", optional = true }
num-bigint = { version = "0.4", optional = true }
num-complex = { version = ">= 0.2, < 0.5", optional = true }

View File

@ -0,0 +1 @@
Enabled support for hashbrown version 0.14