Skip to content

Commit

Permalink
Bump oauth2 from 5.0.0-rc.1 to 5.0.0 (#990)
Browse files Browse the repository at this point in the history
* Bump oauth2 from 5.0.0-rc.1 to 5.0.0

Bumps [oauth2](https://github.com/ramosbugs/oauth2-rs) from 5.0.0-rc.1 to 5.0.0.
- [Release notes](https://github.com/ramosbugs/oauth2-rs/releases)
- [Commits](ramosbugs/oauth2-rs@5.0.0-rc.1...5.0.0)

---
updated-dependencies:
- dependency-name: oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update test with slightly changed output

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
dependabot[bot] and ahl authored Jan 28, 2025
1 parent 02969a6 commit 6302473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libc = "0.2.169"
log = "0.4.25"
md5 = "0.7.0"
newline-converter = "0.3.0"
oauth2 = "5.0.0-rc.1"
oauth2 = "5.0.0"
open = "4.2.0"
oxide = { path = "sdk", version = "0.9.0" }
oxide-httpmock = { path = "sdk-httpmock", version = "0.9.0" }
Expand Down
4 changes: 2 additions & 2 deletions cli/src/cmd_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ mod tests {
.arg(bad_url)
.assert()
.failure()
.stderr(str::starts_with(&format!(
"Request failed: request failed: error sending request for url (https://{bad_url}/device/auth):"
.stderr(str::starts_with(format!(
"Request failed: client error: error sending request for url (https://{bad_url}/device/auth):"
)));
}

Expand Down

0 comments on commit 6302473

Please sign in to comment.