Skip to content

Commit

Permalink
Merge pull request #3258 from PyO3/dependabot/cargo/hashbrown-gte-0.9…
Browse files Browse the repository at this point in the history
…-and-lt-0.15

Update hashbrown requirement from >= 0.9, < 0.14 to >= 0.9, < 0.15
  • Loading branch information
adamreichold authored Jun 20, 2023
2 parents ad785e7 + 430716f commit fdc8b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions newsfragments/3258.packaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enabled support for hashbrown version 0.14

0 comments on commit fdc8b64

Please sign in to comment.