Bump anyhow from 1.0.81 to 1.0.86 #335
Annotations
3 errors and 1 warning
Clippy:
src/route.rs#L627
error: bound is defined in more than one place
--> src/route.rs:627:46
|
627 | pub(crate) fn health_check_handler<State, H, VER: StaticVersionType>(
| ^^^
...
633 | VER: 'static + Send + Sync,
| ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
|
Clippy:
src/app.rs#L670
error: unnecessary use of `get(&version).is_none()`
--> src/app.rs:670:36
|
670 | if module.versions.get(&version).is_none() {
| ----------------^^^^^^^^^^^^^^^^^^^^^^^
| |
| help: replace it with: `!module.versions.contains_key(&version)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check
= note: `-D clippy::unnecessary-get-then-check` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_get_then_check)]`
|
Clippy
Clippy had exited with the 101 exit code
|
Clippy
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
Loading