MergeV, MergeE, & Option Steps #234
Annotations
36 warnings
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run cargo test with tokio:
gremlin-client/src/connection.rs#L1
unused import: `sync::Arc`
|
Run cargo test with tokio:
gremlin-client/src/aio/connection.rs#L1
unused import: `WebSocketOptions`
|
Run cargo test with tokio:
gremlin-client/src/client.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/client.rs#L241
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/pool.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/pool.rs#L75
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/aio/client.rs#L11
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/aio/client.rs#L185
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/aio/pool.rs#L9
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with tokio:
gremlin-client/src/aio/pool.rs#L70
use of deprecated function `base64::encode`: Use Engine::encode
|
Install latest stable
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/
|
Install latest stable
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/
|
Install latest stable
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/
|
Install latest stable
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/
|
Run cargo test with blocking client:
gremlin-client/src/connection.rs#L1
unused import: `sync::Arc`
|
Run cargo test with blocking client:
gremlin-client/src/error.rs#L1
unused import: `std::sync::Arc`
|
Run cargo test with blocking client:
gremlin-client/src/client.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with blocking client:
gremlin-client/src/client.rs#L241
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with blocking client:
gremlin-client/src/pool.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with blocking client:
gremlin-client/src/pool.rs#L75
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with blocking client:
gremlin-client/src/connection.rs#L65
use of deprecated method `tungstenite::WebSocket::<Stream>::write_message`: Use `send`
|
Run cargo test with blocking client:
gremlin-client/src/connection.rs#L70
use of deprecated method `tungstenite::WebSocket::<Stream>::read_message`: Use `read`
|
Run cargo test with blocking client:
gremlin-client/src/io/serializer_v2.rs#L44
use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
|
Run cargo test with blocking client:
gremlin-client/src/io/serializer_v3.rs#L45
use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
|
Run cargo test with async-std:
gremlin-client/src/connection.rs#L1
unused import: `sync::Arc`
|
Run cargo test with async-std:
gremlin-client/src/aio/connection.rs#L1
unused import: `WebSocketOptions`
|
Run cargo test with async-std:
gremlin-client/src/client.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/client.rs#L241
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/pool.rs#L10
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/pool.rs#L75
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/aio/client.rs#L11
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/aio/client.rs#L185
use of deprecated function `base64::encode`: Use Engine::encode
|
Run cargo test with async-std:
gremlin-client/src/aio/connection.rs#L93
use of deprecated type alias `rustls::TLSError`: Use Error
|
Run cargo test with async-std:
gremlin-client/src/aio/pool.rs#L9
use of deprecated function `base64::encode`: Use Engine::encode
|
Loading