update to amq-protocol and nom 8.0 alpha #477
Annotations
46 warnings
usage of a legacy numeric method:
src/channel.rs#L632
warning: usage of a legacy numeric method
--> src/channel.rs:632:57
|
632 | self.configuration.set_frame_max(FrameSize::max_value());
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
help: use the associated constant instead
|
632 | self.configuration.set_frame_max(FrameSize::MAX);
| ~~~
|
usage of a legacy numeric method:
src/channel.rs#L621
warning: usage of a legacy numeric method
--> src/channel.rs:621:59
|
621 | self.configuration.set_channel_max(ChannelId::max_value());
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `-W clippy::legacy-numeric-constants` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::legacy_numeric_constants)]`
help: use the associated constant instead
|
621 | self.configuration.set_channel_max(ChannelId::MAX);
| ~~~
|
unused import: `tracing::warn`:
src/acker.rs#L14
warning: unused import: `tracing::warn`
--> src/acker.rs:14:5
|
14 | use tracing::warn;
| ^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
build_and_test (ubuntu-latest, stable)
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/.
|
build_and_test (ubuntu-latest, stable)
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/
|
build_and_test (ubuntu-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/
|
build_and_test (ubuntu-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/
|
build_and_test (ubuntu-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/
|
build_and_test (ubuntu-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/
|
build_and_test (ubuntu-latest, stable):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, stable)
`lapin` (lib test) generated 1 warning (1 duplicate)
|
build_and_test (ubuntu-latest, stable):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, stable)
`lapin` (lib) generated 1 warning (run `cargo fix --lib -p lapin` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, 1.74.0)
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/.
|
build_and_test (ubuntu-latest, 1.74.0)
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/
|
build_and_test (ubuntu-latest, 1.74.0):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, beta)
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/.
|
build_and_test (ubuntu-latest, nightly)
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/.
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (lib) generated 1 warning (run `cargo fix --lib -p lapin` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, 1.74.0):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, beta):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (lib test) generated 1 warning (1 duplicate)
|
build_and_test (ubuntu-latest, beta)
`lapin` (lib) generated 1 warning (run `cargo fix --lib -p lapin` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, 1.74.0)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, 1.74.0)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, 1.74.0)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, 1.74.0)
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/
|
build_and_test (ubuntu-latest, nightly):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, beta):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib) generated 1 warning (run `cargo fix --lib -p lapin` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, beta)
`lapin` (lib test) generated 1 warning (run `cargo fix --lib -p lapin --tests` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, nightly)
flag `-Z features` has been stabilized in the 1.51 release, and is no longer necessary
|
build_and_test (ubuntu-latest, nightly):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib) generated 1 warning (run `cargo fix --lib -p lapin` to apply 1 suggestion)
|
build_and_test (ubuntu-latest, nightly):
src/acker.rs#L14
unused import: `tracing::warn`
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib test) generated 1 warning (1 duplicate)
|