Bump openssl from 0.10.64 to 0.10.66 (#91) #278
Annotations
4 errors and 2 warnings
doc
Process completed with exit code 101.
|
type annotations needed for `Box<_>`:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs#L83
error[E0282]: type annotations needed for `Box<_>`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
help: consider giving `items` an explicit type, where the placeholders `_` are specified
|
83 | let items: Box<_> = format_items
| ++++++++
|
clippy
Clippy had exited with the 101 exit code
|
test (ubuntu-latest, stable)
Process completed with exit code 101.
|
doc
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest, stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|