chore(deps): bump tower-http from 0.4.4 to 0.5.2 #3802
ci.yml
on: pull_request
check and test
/
ubuntu-latest, stable
51s
integration tests
/
ubuntu-latest, stable
1m 0s
format
/
ubuntu-latest, nightly
51s
clippy
/
ubuntu-latest, stable
1m 21s
check-toml
33s
docs
1m 51s
check-all-features
/
check-all-features
2m 7s
Annotations
32 errors and 56 warnings
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L64
the trait bound `CatchPanic<Route, DefaultResponseForPanic>: Service<hyper::Request<_>>` is not satisfied
|
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L65
the trait bound `tower_http::trace::Trace<Route<_>, SharedClassifier<ServerErrorsAsFailures>>: Service<hyper::Request<_>>` is not satisfied
|
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L69
the trait bound `AllowMethods: From<Vec<Method>>` is not satisfied
|
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L67
the trait bound `Cors<Route<_>>: Service<hyper::Request<_>>` is not satisfied
|
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L135
`?` couldn't convert the error to `ConfigError`
|
check and test / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L137
`?` couldn't convert the error to `ConfigError`
|
check and test / ubuntu-latest, stable
could not compile `chronicle` (bin "inx-chronicle") due to 6 previous errors
|
check and test / ubuntu-latest, stable
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L64
the trait bound `CatchPanic<Route, DefaultResponseForPanic>: Service<hyper::Request<_>>` is not satisfied
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L65
the trait bound `tower_http::trace::Trace<Route<_>, SharedClassifier<ServerErrorsAsFailures>>: Service<hyper::Request<_>>` is not satisfied
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L69
the trait bound `AllowMethods: From<Vec<Method>>` is not satisfied
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L67
the trait bound `Cors<Route<_>>: Service<hyper::Request<_>>` is not satisfied
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L135
`?` couldn't convert the error to `ConfigError`
|
integration tests / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L137
`?` couldn't convert the error to `ConfigError`
|
integration tests / ubuntu-latest, stable
could not compile `chronicle` (bin "inx-chronicle") due to 6 previous errors
|
integration tests / ubuntu-latest, stable
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L64
the trait bound `tower_http::catch_panic::CatchPanic<axum::routing::Route, tower_http::catch_panic::DefaultResponseForPanic>: tower::Service<hyper::Request<_>>` is not satisfied
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L65
the trait bound `tower_http::trace::Trace<axum::routing::Route<_>, tower_http::classify::SharedClassifier<tower_http::classify::ServerErrorsAsFailures>>: tower::Service<hyper::Request<_>>` is not satisfied
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L69
the trait bound `tower_http::cors::AllowMethods: std::convert::From<std::vec::Vec<hyper::Method>>` is not satisfied
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/mod.rs#L67
the trait bound `tower_http::cors::Cors<axum::routing::Route<_>>: tower::Service<hyper::Request<_>>` is not satisfied
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L135
`?` couldn't convert the error to `api::error::ConfigError`
|
clippy / ubuntu-latest, stable:
src/bin/inx-chronicle/api/config.rs#L137
`?` couldn't convert the error to `api::error::ConfigError`
|
clippy / ubuntu-latest, stable
could not compile `chronicle` (bin "inx-chronicle" test) due to 6 previous errors
|
clippy / ubuntu-latest, stable
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/mod.rs#L64
the trait bound `CatchPanic<Route, DefaultResponseForPanic>: Service<hyper::Request<_>>` is not satisfied
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/mod.rs#L65
the trait bound `tower_http::trace::Trace<Route<_>, SharedClassifier<ServerErrorsAsFailures>>: Service<hyper::Request<_>>` is not satisfied
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/mod.rs#L69
the trait bound `AllowMethods: From<Vec<Method>>` is not satisfied
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/mod.rs#L67
the trait bound `Cors<Route<_>>: Service<hyper::Request<_>>` is not satisfied
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/config.rs#L135
`?` couldn't convert the error to `ConfigError`
|
check-all-features / check-all-features:
src/bin/inx-chronicle/api/config.rs#L137
`?` couldn't convert the error to `ConfigError`
|
check-all-features / check-all-features
could not compile `chronicle` (bin "inx-chronicle") due to 6 previous errors
|
check-all-features / check-all-features
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
check-toml
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/.
|
check-toml
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/
|
check-toml
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/
|
check-toml
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/
|
check-toml
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/
|
check-toml
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/
|
format / 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/.
|
format / 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/
|
format / 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/
|
format / 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/
|
format / 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/
|
format / 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/
|
check and test / ubuntu-latest, stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v1, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
|
check 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, Swatinem/rust-cache@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/
|
check 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/
|
check 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/
|
check 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/
|
check 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/
|
check and test / ubuntu-latest, stable
The `save-state` 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/
|
check and test / ubuntu-latest, stable
The `save-state` 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/
|
check and test / ubuntu-latest, stable
The `save-state` 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/
|
check 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/
|
integration tests / ubuntu-latest, stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v1, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
|
integration tests / 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, Swatinem/rust-cache@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/
|
integration tests / ubuntu-latest, stable
The `save-state` 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/
|
integration tests / ubuntu-latest, stable
The `save-state` 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/
|
integration tests / ubuntu-latest, stable
The `save-state` 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/
|
integration tests / 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/
|
integration tests / 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/
|
integration tests / 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/
|
integration tests / 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/
|
integration tests / 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/
|
clippy / 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, arduino/setup-protoc@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/.
|
clippy / 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/
|
clippy / 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/
|
clippy / 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/
|
clippy / 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/
|
clippy / 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/
|
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, arduino/setup-protoc@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/.
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
docs
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/
|
docs
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/
|
docs
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/
|
docs
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/
|
docs:
src/analytics/ledger/address_balance.rs#L7
the item `TokenAmount` is imported redundantly
|
docs:
src/analytics/ledger/base_token.rs#L7
the item `TokenAmount` is imported redundantly
|
docs
`chronicle` (lib) generated 2 warnings
|
docs
The `save-state` 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/
|
docs
The `save-state` 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/
|
docs
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/
|
check-all-features / check-all-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, arduino/setup-protoc@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/.
|
check-all-features / check-all-features
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/
|
check-all-features / check-all-features
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/
|
check-all-features / check-all-features
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/
|
check-all-features / check-all-features
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/
|
check-all-features / check-all-features
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/
|