Skip to content

Commit 97222f5

Browse files
committed
Auto merge of #4055 - rust-lang:renovate/oauth2-4.x, r=Turbo87
Update Rust crate oauth2 to 4.1.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oauth2](https://crates.io/crates/oauth2) | dependencies | minor | `4.0.0` -> `4.1.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 6c5c48e + 8224358 commit 97222f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_pl
6666
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6767
license-exprs = "1.6"
6868
minijinja = "0.6.0"
69-
oauth2 = { version = "4.0.0", default-features = false, features = ["reqwest"] }
69+
oauth2 = { version = "4.1.0", default-features = false, features = ["reqwest"] }
7070
parking_lot = "0.11"
7171
prometheus = { version = "0.13.0", default-features = false }
7272
rand = "0.8"

0 commit comments

Comments
 (0)