Skip to content

Bump serde_json from 1.0.114 to 1.0.115 (#129) #253

Bump serde_json from 1.0.114 to 1.0.115 (#129)

Bump serde_json from 1.0.114 to 1.0.115 (#129) #253

Triggered via push April 1, 2024 02:32
Status Success
Total duration 51s
Artifacts

checks.yml

on: push
Matrix: cargo-checks
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
the item `TryInto` is imported redundantly: src/lib.rs#L15
warning: the item `TryInto` is imported redundantly --> src/lib.rs:15:27 | 15 | use core::{cmp::Ordering, convert::TryInto, result::Result as CoreResult, str}; | ^^^^^^^^^^^^^^^^ | ::: /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:65:39 | 65 | pub use crate::convert::{TryFrom, TryInto}; | ------- the item `TryInto` is already defined here | = note: `#[warn(unused_imports)]` on by default
the item `TryInto` is imported redundantly: src/lib.rs#L15
warning: the item `TryInto` is imported redundantly --> src/lib.rs:15:27 | 15 | use core::{cmp::Ordering, convert::TryInto, result::Result as CoreResult, str}; | ^^^^^^^^^^^^^^^^ | ::: /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:65:39 | 65 | pub use crate::convert::{TryFrom, TryInto}; | ------- the item `TryInto` is already defined here | = note: `#[warn(unused_imports)]` on by default
Task cargo clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Task cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/