Skip to content

Commit 98bd3c2

Browse files
build(deps): update hashbrown requirement in /pyo3-benches (#5973)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd63a6a commit 98bd3c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chrono = { version = "0.4.25", default-features = false, optional = true }
4545
chrono-tz = { version = ">= 0.10, < 0.11", default-features = false, optional = true }
4646
either = { version = "1.9", optional = true }
4747
eyre = { version = ">= 0.6.8, < 0.7", optional = true }
48-
hashbrown = { version = ">= 0.15.0, < 0.17", optional = true, default-features = false }
48+
hashbrown = { version = ">= 0.15.0, < 0.18", optional = true, default-features = false }
4949
indexmap = { version = ">= 2.5.0, < 3", optional = true }
5050
jiff-02 = { package = "jiff", version = "0.2", optional = true }
5151
num-bigint = { version = "0.4.4", optional = true }

pyo3-benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ codspeed-criterion-compat = "4.0"
1717
criterion = "0.8.0"
1818
num-bigint = "0.4.3"
1919
rust_decimal = { version = "1.0.0", default-features = false }
20-
hashbrown = "0.16"
20+
hashbrown = "0.17"
2121

2222
[features]
2323
abi3 = ["pyo3-build-config/abi3"]

0 commit comments

Comments
 (0)