Update secp256k1 requirement from 0.28 to 0.29 #93
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions-rs/cargo@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions-rs/cargo@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Checking rust-stable:
src/ec.rs#L29
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Checking rust-stable:
src/ec.rs#L54
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Checking rust-stable:
src/ec.rs#L70
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Checking rust-stable
`ethsign` (lib) generated 3 warnings
|
Testing rust-stable:
src/ec.rs#L29
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Testing rust-stable:
src/ec.rs#L54
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Testing rust-stable:
src/ec.rs#L70
use of deprecated associated function `secp256k1::Message::from_slice`: use from_digest_slice instead
|
Testing rust-stable
`ethsign` (lib) generated 3 warnings
|
Testing rust-stable
`ethsign` (lib test) generated 3 warnings (3 duplicates)
|
Loading