Skip to content

Commit

Permalink
bigquery oauth2 hyper-tls (#177)
Browse files Browse the repository at this point in the history
* bigquery oauth2 hyper-tls

* libssl-dev install

* libssl dep

* libssl dep

* libssl dev

* rustls test

* rm comment
  • Loading branch information
komal-sai-yral authored Apr 5, 2024
1 parent ce2368f commit 5ec6bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Rust Setup
uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ yral-metadata-types = { git = "https://github.com/go-bazzinga/yral-metadata", re

gloo-utils = { version = "0.2.0", features = ["serde"] }
google-bigquery2 = { version = "5.0.3", optional = true }
yup-oauth2 = { version = "8.3.3", optional = true }
yup-oauth2 = { version = "8.3.3", features = ["hyper-rustls"], optional = true }
wasm-bindgen-futures = "0.4.42"

[build-dependencies]
Expand Down

0 comments on commit 5ec6bfd

Please sign in to comment.