chore(deps): Bump the cargo group with 6 updates #676
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/rust-problem-matchers@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cargo +nightly nextest run :
src/util.rs#L4
the item `serde` is imported redundantly
|
Run cargo +nightly nextest run :
src/util.rs#L33
the item `serde` is imported redundantly
|
Run cargo +nightly nextest run :
src/lib.rs#L5
the item `TryFrom` is imported redundantly
|
Run cargo +nightly nextest run :
src/config/transmission.rs#L39
use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
|
Run cargo +nightly nextest run :
src/lib.rs#L91
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Run cargo +nightly nextest run :
src/main.rs#L11
the item `TryFrom` is imported redundantly
|
Run cargo +nightly nextest run :
src/config/policy.rs#L454
use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
|
Run cargo +nightly nextest run :
src/config/policy.rs#L455
use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
|
Run cargo +nightly nextest run :
src/config/policy.rs#L499
use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
|
Run cargo +nightly nextest run :
src/config/policy.rs#L500
use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
|
Loading