chore(deps): update rust crate rustc-hash to v2#1671
chore(deps): update rust crate rustc-hash to v2#1671dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Conversation
|
📚 Documentation Check Results📦
|
📚 Documentation Check Results📦
|
🔒 Cargo Deny Results✅ No issues found! 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1671 +/- ##
==========================================
- Coverage 71.24% 71.23% -0.01%
==========================================
Files 427 427
Lines 62794 62789 -5
==========================================
- Hits 44735 44729 -6
- Misses 18059 18060 +1
🚀 New features to boost your workflow:
|
BenchmarksComparisonBenchmark execution time: 2026-03-05 20:15:56 Comparing candidate commit 919a6a7 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 56 metrics, 2 unstable metrics. scenario:benching string interning on wordpress profile
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
Group 16
Group 17
Group 18
Group 19
BaselineOmitted due to size. |
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
… updates (#1688) # What does this PR do? ADMS opens auto-generated PRs to update dependencies. None of the PRs properly compile. Rust is not listed as officially supported. The common components team monitors dependabot issues for security updates. These PRs just create noise and unnecessary work. examples: #1665 #1666 #1667 #1668 #1669 #1670 #1671 #1672 #1673 #1674 # Motivation What inspired you to submit this pull request? # Additional Notes Anything else we should know when reviewing? # How to test the change? Describe here in detail how the change can be validated. Co-authored-by: edmund.kump <edmund.kump@datadoghq.com>
This PR contains the following updates:
1.1→2.0Release Notes
rust-lang/rustc-hash (rustc-hash)
v2.1.1Compare Source
This mitigates a regression with 2.0 in rustc.
See PR#55 for more details on the change (this PR was not merged).
This problem might be improved with changes to hashbrown in the future.
2.1.0
CloneforFxRandomStateCloneforFxSeededState2.0.0
This replaces the previous "fxhash" algorithm originating in Firefox
with a custom hasher designed and implemented by Orson Peters (
@orlp).It was measured to have slightly better performance for rustc, has better theoretical properties
and also includes a significantly better string hasher.
no_stdbuilds1.2.0 (YANKED)
Note: This version has been yanked due to issues with the
no_stdfeature!FxBuildHasherunit structFxRandomStatebased onrand(behind therandfeature) for random seedsconst fnCloneforFxHasherstructv2.1.0Compare Source
CloneforFxRandomStateCloneforFxSeededStatev2.0.0Compare Source
This replaces the previous "fxhash" algorithm originating in Firefox
with a custom hasher designed and implemented by Orson Peters (
@orlp).It was measured to have slightly better performance for rustc, has better theoretical properties
and also includes a significantly better string hasher.
no_stdbuildsv1.2.0Note: This version has been yanked due to issues with the
no_stdfeature!FxBuildHasherunit structFxRandomStatebased onrand(behind therandfeature) for random seedsconst fnCloneforFxHasherstructConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.