lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

Update yup-oauth2 requirement from 10.0.1 to 11.0.0 #93

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Updates the requirements on yup-oauth2 to permit the latest version.

Changelog

Sourced from yup-oauth2's changelog.

v1.0.4 (2017-02-03)

Improvements

  • serde: use proc_macros and serde-derive (59584b24)

v1.0.3 (2017-02-03)

Bug Fixes

  • deps: Fix dependency problems and openssl test failure. (567ff12c)
  • openssl: Update to 0.9.x (fe0a094b)

v1.0.1 (2017-02-03)

Bug Fixes

  • serde: use serde_derive (11baf2f7)
  • travis-key: Fix typo in previous API key (eaca1f22)

v1.0.0 (2016-10-09)

Bug Fixes

  • deps:
    • Pin dependencies to specific (major) versions (eb6267a2)
    • Use small base64 crate instead of rustc-serialize (a4d60e75)
  • example: Use crates.io version of google-pubsub1 for examples (80b21bdd)
  • review comments: Implement @​Byron's suggestions on #34 (bb6ce78b)
  • service_account: Use correct base64 encoding (b143033a)
  • tests: A deactivated key leads to "Signature errors" (08d79de3)

Breaking Changes

  • device: Make the Device flow independent of Google (a8479b8d, breaks #)

Features

... (truncated)

Commits
  • 08e2695 Release v11.0.0
  • 51b815f Upgrade Rust edition to 2021
  • 5806f96 Merge pull request #232 from threema-donat/feature-improvements
  • 310ea83 Fix storage test
  • a0c24b5 Allow service account feature without hyper-rustls
  • 28813d8 List feature hyper-tls in available features
  • 05484d6 Rename feature service_account to service-account
  • 972e13a Make crypto provider configurable
  • 0701d9d installed: remove unused import
  • 8e0962f redirect_uri=localhost instead of 127.0.0.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)