-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
securityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Description
Hello,
as explained in this issue: gnzlbg/slice_deque#90, depending on the crate SliceDeque
will fail builds that run the cargo audit
command.
Would it be possible to circumvent this dependency with VecDeque
or similar since the maintainer of SliceDeque
seems to be unresponsive? From my understanding VecDeque
is Send
so switching would also remove an unsafe
impl in the codebase.
I could take a swing at this but for some reason I'm having problems building the project right now.
Metadata
Metadata
Assignees
Labels
securityPull requests that address a security vulnerabilityPull requests that address a security vulnerability