diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 0f952007..39324c51 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -18,6 +18,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + - name: Rust Setup uses: dtolnay/rust-toolchain@master with: diff --git a/Cargo.toml b/Cargo.toml index 80bdd678..070b8897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]