Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update gcp_auth requirement from 0.10.0 to 0.11.1 in /bigtable_rs #73

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigtable_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ prost-wkt-types = "0.5.0"
serde = { version = "1.0.192", features = ["derive"] }
serde_with = { version = "3.4.0", features = ["base64"] }
# end of above part
gcp_auth = "0.10.0"
gcp_auth = "0.11.1"
log = "0.4.20"
thiserror = "1.0.50"


Unchanged files with check annotations Beta

false,
channel_size,
Some(timeout),
AuthenticationManager::from(CustomServiceAccount::from_file(json_path).unwrap()),

Check failure on line 33 in examples/src/custom_path_connection.rs

GitHub Actions / test (ubuntu-latest)

mismatched types
)?;
let mut bigtable = connection.client();