Skip to content

Commit

Permalink
build(deps): bump kube-client from 0.92.1 to 0.95.0
Browse files Browse the repository at this point in the history
Bumps [kube-client](https://github.com/kube-rs/kube) from 0.92.1 to 0.95.0.
- [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.92.1...0.95.0)

---
updated-dependencies:
- dependency-name: kube-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 2f61827 commit e90c0b6
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 17 deletions.
128 changes: 113 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
insta = { version = "1.33.0", features = ["json"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-client = { version = "0.95.0", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-core = { version = "0.92.1", default-features = false, features = ["jsonpatch", "schema", "ws"] }
libc = { version = "0.2.169", features = ["extra_traits", "use_std"] }
libz-sys = { version = "1.1.8", features = ["static"] }
Expand Down Expand Up @@ -203,7 +203,7 @@ indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
insta = { version = "1.33.0", features = ["json"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-client = { version = "0.95.0", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-core = { version = "0.92.1", default-features = false, features = ["jsonpatch", "schema", "ws"] }
libc = { version = "0.2.169", features = ["extra_traits", "use_std"] }
libz-sys = { version = "1.1.8", features = ["static"] }
Expand Down

0 comments on commit e90c0b6

Please sign in to comment.