Bump curve25519-dalek to 4.1.2

we’re using a few crates from the IC repo GitHub - dfinity/ic: Internet Computer blockchain source: the client/replica software run by nodes
we have to use the nightly compiler and unfortunately the current version being used by IC (4.1.1) is broken on the latest nightly.
We’d really appreciate if you guys can bump the dependency. Thanks

Hi @rupansh-gob! We were looking into upgrading curve25519-dalek to 4.1.2 but there are a few interdependencies in dfinity/ic that unfortunately make this quite hard at this point. In particular, some dependencies only work with newer nightly versions while some dependencies only work with older nightly versions. We’ll continue to look into it and provide an update as soon as we can.

Thanks for the quick reply,
I’ve currently forked the ic repo (GitHub - go-bazzinga/ic: Internet Computer blockchain source: the client/replica software run by nodes) and the dependencies we use are working fine
looking forward to switching back to the mainline ic repo

@rupansh-gob, in the meanwhile, we managed to upgrade curve25519-dalek to 4.1.2. The change is already in dfinity/ic. Hopefully this helps.

1 Like

thanks for the quick help!