workspace: bump RustCrypto dependencies to new set of releases - #312
workspace: bump RustCrypto dependencies to new set of releases#312baloo wants to merge 1 commit into
Conversation
|
This looks good! the failing check is because of a change in an error message, i’ll just have to refresh the samples |
|
The crypto API changes might have implications on https://github.com/eclipse-biscuit/biscuit-wasm |
|
Changes to I haven't used wasm in a little while, and I haven't looked yet at the changes required there to get an RNG. |
pendant change to the changes made to biscuit-auth (eclipse-biscuit/biscuit-rust#312)
pendant change to the changes made to biscuit-auth (eclipse-biscuit/biscuit-rust#312)
7c38a58 to
36e250a
Compare
pendant change to the changes made to biscuit-auth (eclipse-biscuit/biscuit-rust#312)
|
Noting that this will change the public API, so we'll ship the changes as part of the next major release |
|
I think an update on #330 should supersede this PR |
36e250a to
f49c55f
Compare
|
Bumped the commit to the new set of releases. I've also removed the direct dependencies on ecdsa and elliptic-curve as they are only use through p256. p256 should forward the features as expected. |
This is a very early attempt to update dependencies to use new releases of RustCrypto.
We (RustCrypto) don't have an final release yet, but this is meant to help test biscuit with code using pre-releases.