Skip to content

Commit bed4c84

Browse files
Update kube-runtime requirement from 0.98.0 to 1.0.0
Updates the requirements on [kube-runtime](https://github.com/kube-rs/kube) to permit the latest version. - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...1.0.0) --- updated-dependencies: - dependency-name: kube-runtime dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4c568e commit bed4c84

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
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1414
async-trait = "0.1"
1515
futures = "0.3"
1616
kube = { version = "0.98.0", default-features = false, features = ["client"] }
17-
kube-runtime = "0.98.0"
17+
kube-runtime = "1.0.0"
1818
rand = "0.8"
1919
serde = "1"
2020
tracing = "0.1"

0 commit comments

Comments
 (0)