bump(cargo)!: 🚀 upgrades available#1545
Merged
Merged
Conversation
Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
name old req compatible latest new req ==== ======= ========== ====== ======= dashmap 6.1.0 6.2.1 6.2.1 6.2.1 Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
47255e1 to
1dd35d6
Compare
Member
|
The prefix-trie update is breaking, the tries no longer hold the prefixes (they're reconstructed), meaning we can no longer return pointers to it. I had Claude propagate the change. |
qmonnet
approved these changes
May 18, 2026
name old req compatible latest new req
==== ======= ========== ====== =======
prefix-trie 0.8.4 0.8.4 0.9.2 0.9.2
This change requires code adjustments. The migration notes from 0.8.*
to 0.9.0 include:
* Prefixes are reconstructed from the tree location and no longer
stored.
Consequently, information in the host part of an address is no
longer maintained.
Additionally, the function yields prefixes by value instead of by
reference.
This means we can no longer just return pointers to prefixes in the trie
when iterating over the entries, for example: we must reconstruct and
return owned versions of the prefixes.
[ Quentin: Bump from 0.9.0 to 0.9.2, have Claude fix the breakage ]
Link: https://github.com/tiborschneider/prefix-trie/releases/tag/v0.9.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
Signed-off-by: Quentin Monnet <qmo@qmon.net>
1dd35d6 to
8d3a449
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Upgrades available