Skip to content

Commit 90a3492

Browse files
Update tame-oauth requirement from 0.8.1 to 0.9.1 (#1178)
Updates the requirements on [tame-oauth](https://github.com/EmbarkStudios/tame-oauth) to permit the latest version. - [Release notes](https://github.com/EmbarkStudios/tame-oauth/releases) - [Changelog](https://github.com/EmbarkStudios/tame-oauth/blob/main/CHANGELOG.md) - [Commits](EmbarkStudios/tame-oauth@0.8.1...0.9.1) --- updated-dependencies: - dependency-name: tame-oauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faa2666 commit 90a3492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio-tungstenite = { version = "0.18.0", optional = true }
6262
tower = { version = "0.4.6", optional = true, features = ["buffer", "filter", "util"] }
6363
tower-http = { version = "0.4.0", optional = true, features = ["auth", "map-response-body", "trace"] }
6464
hyper-timeout = {version = "0.4.1", optional = true }
65-
tame-oauth = { version = "0.8.1", features = ["gcp"], optional = true }
65+
tame-oauth = { version = "0.9.1", features = ["gcp"], optional = true }
6666
pin-project = { version = "1.0.4", optional = true }
6767
rand = { version = "0.8.3", optional = true }
6868
secrecy = { version = "0.8.0", features = ["alloc", "serde"] }

0 commit comments

Comments
 (0)