Skip to content

Commit

Permalink
Update ahash requirement from >= 0.8, <= 0.8.7 to >= 0.8, <= 0.8.10
Browse files Browse the repository at this point in the history
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](tkaitchuck/aHash@v0.8.0...v0.8.9)

---
updated-dependencies:
- dependency-name: ahash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 07728f4 commit c9f98be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sketches-ddsketch = { version = "0.2", default-features = false, optional = true
radix_trie = { version = "0.2", default-features = false, optional = true }
ordered-float = { version = "4.2", default-features = false, optional = true }
num_cpus = { version = "1", default-features = false, optional = true }
ahash = { version = ">= 0.8, <= 0.8.7", default-features = false, optional = true }
ahash = { version = ">= 0.8, <= 0.8.10", default-features = false, optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true, features = ["ahash"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "macros"
harness = false

[dependencies]
ahash = { version = ">= 0.8, <= 0.8.7", default-features = false }
ahash = { version = ">= 0.8, <= 0.8.10", default-features = false }

[target.'cfg(target_pointer_width = "32")'.dependencies]
portable-atomic = { version = "1", default-features = false, features = [
Expand Down

0 comments on commit c9f98be

Please sign in to comment.