Skip to content

feat: allow access to libcoap PRNG, make rand dependency optional #120

feat: allow access to libcoap PRNG, make rand dependency optional

feat: allow access to libcoap PRNG, make rand dependency optional #120

Triggered via pull request July 18, 2024 15:36
Status Success
Total duration 5m 40s
Artifacts

ci.yml

on: pull_request
Matrix: coverage
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
lint (libcoap-sys)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-rs, tinydtls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
[clippy (libcoap-rs)] libcoap/src/prng.rs#L18: libcoap/src/prng.rs#L18
warning: unused import: `c_int` --> libcoap/src/prng.rs:18:16 | 18 | use std::ffi::{c_int, c_uint, c_void}; | ^^^^^ | = note: `#[warn(unused_imports)]` on by default
[clippy (libcoap-rs)] libcoap/src/prng.rs#L21: libcoap/src/prng.rs#L21
warning: unused import: `libc::size_t` --> libcoap/src/prng.rs:21:5 | 21 | use libc::size_t; | ^^^^^^^^^^^^
[clippy (libcoap-rs)] libcoap/src/prng.rs#L25: libcoap/src/prng.rs#L25
warning: unused import: `coap_set_prng` --> libcoap/src/prng.rs:25:46 | 25 | use libcoap_sys::{coap_prng, coap_prng_init, coap_set_prng}; | ^^^^^^^^^^^^^
test (libcoap-sys, gnutls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint (libcoap-rs)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-sys, tinydtls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-rs, gnutls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-rs, mbedtls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-sys, mbedtls)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-sys, openssl)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (libcoap-rs, openssl)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
coverage (libcoap-rs)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, baptiste0928/cargo-install@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/