Update http requirement from 0.2.11 to 1.1.0 in /bigtable_rs #182
Annotations
10 errors and 1 warning
Run tests:
bigtable_rs/src/bigtable.rs#L427
the method `check_and_mutate_row` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/bigtable.rs#L438
the method `read_rows` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/bigtable.rs#L456
the method `read_rows` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/bigtable.rs#L465
the method `sample_row_keys` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/bigtable.rs#L474
the method `mutate_row` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/bigtable.rs#L483
the method `mutate_rows` exists for struct `BigtableClient<AuthSvc>`, but its trait bounds were not satisfied
|
Run tests:
bigtable_rs/src/auth_service.rs#L61
mismatched types
|
Run tests:
bigtable_rs/src/auth_service.rs#L76
mismatched types
|
Run tests:
bigtable_rs/src/auth_service.rs#L54
expected `{async block@bigtable_rs/src/auth_service.rs:54:18: 80:10}` to be a future that resolves to `Result<Response<Body>, Box<dyn Error + Send + Sync>>`, but it resolves to `Result<Response<Body>, _>`
|
Run tests:
bigtable_rs/src/bigtable.rs#L391
the trait bound `AuthSvc: Service<tonic::codegen::http::request::Request<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, tonic::Status>>>` is not satisfied
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading