Skip to content

Commit

Permalink
gcp-bigquery-client now exports yup-oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Apr 29, 2024
1 parent e5e83ea commit 2dd3d5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions nexus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions nexus/peer-bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ serde_bytes = "0.11"
sqlparser.workspace = true
tracing.workspace = true
tokio = { version = "1.0", features = ["full"] }
gcp-bigquery-client = "0.19"
gcp-bigquery-client = "0.20"
uuid = { version = "1.0", features = ["serde", "v4"] }
value = { path = "../value" }
yup-oauth2 = "9"
1 change: 1 addition & 0 deletions nexus/peer-bigquery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::time::Duration;
use anyhow::Context;
use gcp_bigquery_client::{
model::{query_request::QueryRequest, query_response::ResultSet},
yup_oauth2,
Client,
};
use peer_connections::PeerConnectionTracker;
Expand Down

0 comments on commit 2dd3d5c

Please sign in to comment.