curve25519-dalek icon indicating copy to clipboard operation
curve25519-dalek copied to clipboard

Update zeroize and MSRV accordingly

Open nazar-pc opened this issue 2 years ago • 4 comments

Turns out similar to #386, but updates other relevant things.

I need this because it causes issues deep in the dependencies, my chain looks like this:

my-crate -> substrate -> libp2p -> snow -> curve25519-dalek

So this crate deep in dependency tree causes too many issues. I think bumping it in pre-release will not cause any issues for anyone in the ecosystem.

Closes #386, fixes #387

nazar-pc avatar Jun 20 '22 20:06 nazar-pc

@tarcieri any reason this hasn't been merged yet?

fabioberger avatar Aug 24 '22 16:08 fabioberger

I’m not a maintainer of this crate

tarcieri avatar Aug 24 '22 16:08 tarcieri

@isislovecruft would love to see this merged as this issue is blocking us from updating our dependencies

kimpers avatar Aug 24 '22 19:08 kimpers

@isislovecruft is there a reason why this isn't getting merged?

fabioberger avatar Sep 13 '22 14:09 fabioberger

Resolved in release/4.0 branch

rozbb avatar Oct 18 '22 18:10 rozbb