Update strobe, bump crate versions #966
Annotations
1 error and 2 warnings
the method `verify` doesn't need a mutable reference:
adss/src/lib.rs#L326
error: the method `verify` doesn't need a mutable reference
--> adss/src/lib.rs:326:12
|
326 | c.verify(&mut s.J.clone())?;
| ^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
= note: `-D clippy::unnecessary-mut-passed` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_mut_passed)]`
|
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|