feat: Add server command and fix ci build #26
Annotations
1 error and 26 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
orientdb-client/src/sync/protocol/mod.rs#L18
unused import: `crate::common::protocol::messages::request::*`
|
orientdb-client/src/asynchronous/network/stream.rs#L24
unused imports: `AsyncWriteExt`, `BufReader`
|
orientdb-client/src/asynchronous/network/stream.rs#L26
unused import: `tokio::sync::Mutex`
|
orientdb-client/src/asynchronous/network/stream.rs#L27
unused import: `tokio::task`
|
orientdb-client/src/common/types/value.rs#L14
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L165
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
orientdb-client/src/asynchronous/network/conn.rs#L284
unused borrow that must be used
|
|
orientdb-client/src/sync/protocol/mod.rs#L18
unused import: `crate::common::protocol::messages::request::*`
|
orientdb-client/src/asynchronous/network/conn.rs#L26
unused import: `async_std::io::BufReader`
|
orientdb-client/src/asynchronous/network/stream.rs#L13
unused import: `async_std::io::BufReader`
|
orientdb-client/src/asynchronous/network/stream.rs#L15
unused import: `async_std::sync::Mutex`
|
orientdb-client/src/asynchronous/network/stream.rs#L16
unused import: `async_std::task`
|
orientdb-client/src/common/types/value.rs#L14
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
|
orientdb-client/src/common/protocol/v37/deserializer.rs#L165
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
orientdb-client/src/asynchronous/network/conn.rs#L284
unused borrow that must be used
|
This job failed
Loading