chore: depreciated API in dependency #63

Open
opened 2025-11-01 07:08:55 +00:00 by treadful · 0 comments
Owner

Depreciated API for generic_array which is a direct and peer dependency.

warning: use of deprecated struct `k256::elliptic_curve::generic_array::GenericArray`: please upgrade to generic-array 1.x                                             ▐
  --> jot/src/verify.rs:6:42                                                                                                                                               ▐
   |
 6 | use k256::elliptic_curve::generic_array::GenericArray;
   |                                          ^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

Ref: https://github.com/fizyk20/generic-array?tab=readme-ov-file#upgrading-from-014-or-using-with-hybrid-array-04

This may be blocked by k256, see: https://github.com/RustCrypto/elliptic-curves/issues/1068

Depreciated API for generic_array which is a direct and peer dependency. ``` warning: use of deprecated struct `k256::elliptic_curve::generic_array::GenericArray`: please upgrade to generic-array 1.x ▐ --> jot/src/verify.rs:6:42 ▐ | 6 | use k256::elliptic_curve::generic_array::GenericArray; | ^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default ``` Ref: https://github.com/fizyk20/generic-array?tab=readme-ov-file#upgrading-from-014-or-using-with-hybrid-array-04 This may be blocked by k256, see: https://github.com/RustCrypto/elliptic-curves/issues/1068
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
treadful/jot#63
No description provided.