Conversation
Update to the latest stable versions for all dependencies. chacha20poly1305 v0.11 deprecates Nonce::from_slice, so we use nonce_bytes.into() instead.
|
I ran |
|
The version in I think this is the right approach to bumping dependencies unless there's a specific feature we need from a minor release -- then we would need to pin the latest version. |
Update to the latest stable versions for all dependencies.
chacha20poly1305 v0.11 deprecates
Nonce::from_slice, so we usenonce_bytes.into()instead.Smoke tested by fuzzing LDK with the IR scenario for several hours.