Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(s2n-quic-dc): replace generational-areana with slotmap #2243

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Jun 11, 2024

Resolved issues:

resolves #2241

Description of changes:

generational-arena is unmaintained and needs to be replaced with slotmap

Testing:

The interface/functionality is the same so the existing unit tests should suffice.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review June 11, 2024 17:33
@camshaft camshaft merged commit c93f74a into main Jun 11, 2024
129 of 130 checks passed
@camshaft camshaft deleted the camshaft/dc-slotmap branch June 11, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUSTSEC-2024-0014: generational-arena is unmaintained
2 participants