Skip to content

Commit

Permalink
build(deps): bump ahash from 0.8.10 to 0.8.11 (#1170)
Browse files Browse the repository at this point in the history
* build(deps): bump ahash from 0.8.10 to 0.8.11

Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](tkaitchuck/aHash@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: ahash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update all Cargo files

* updates test_dedup_seeded

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: behzad nouri <[email protected]>
  • Loading branch information
dependabot[bot] and behzadnouri authored Oct 23, 2024
1 parent 7ddf992 commit b33c3a4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Inflector = "0.11.4"
agave-transaction-view = { path = "transaction-view", version = "=2.1.0" }
aquamarine = "0.3.3"
aes-gcm-siv = "0.11.1"
ahash = "0.8.10"
ahash = "0.8.11"
anyhow = "1.0.90"
arbitrary = "1.3.2"
ark-bn254 = "0.4.0"
Expand Down
12 changes: 6 additions & 6 deletions perf/src/deduper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ mod tests {
));
}

#[test_case([0xf9; 32], 3_199_997, 101_192, 51_414, 66, 101_121)]
#[test_case([0xdc; 32], 3_200_003, 101_192, 51_414, 60, 101_092)]
#[test_case([0xa5; 32], 6_399_971, 202_384, 102_828, 125, 202_178)]
#[test_case([0xdb; 32], 6_400_013, 202_386, 102_828, 135, 202_235)]
#[test_case([0xcd; 32], 12_799_987, 404_771, 205_655, 285, 404_410)]
#[test_case([0xc3; 32], 12_800_009, 404_771, 205_656, 293, 404_397)]
#[test_case([0xf9; 32], 3_199_997, 101_192, 51_414, 77, 101_083)]
#[test_case([0xdc; 32], 3_200_003, 101_192, 51_414, 64, 101_097)]
#[test_case([0xa5; 32], 6_399_971, 202_384, 102_828, 117, 202_257)]
#[test_case([0xdb; 32], 6_400_013, 202_386, 102_828, 135, 202_254)]
#[test_case([0xcd; 32], 12_799_987, 404_771, 205_655, 273, 404_521)]
#[test_case([0xc3; 32], 12_800_009, 404_771, 205_656, 283, 404_365)]
fn test_dedup_seeded(
seed: [u8; 32],
num_bits: u64,
Expand Down
20 changes: 10 additions & 10 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b33c3a4

Please sign in to comment.