Skip to content

Commit

Permalink
Bump the kube group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kube group with 2 updates in the /sessionspaces directory: [k8s-openapi](https://github.com/Arnavion/k8s-openapi) and [kube](https://github.com/kube-rs/kube).


Updates `k8s-openapi` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.22.0...v0.23.0)

Updates `kube` from 0.93.1 to 0.94.2
- [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.93.1...0.94.2)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kube
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kube
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 7afe6a4 commit 5d1a174
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
34 changes: 24 additions & 10 deletions sessionspaces/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 sessionspaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dotenvy = { version = "0.15.7" }
humantime = { version = "2.1.0" }
if_chain = "1.0.2"
itertools = { version = "0.13.0" }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
kube = { version = "0.93.1" }
k8s-openapi = { version = "0.23.0", features = ["latest"] }
kube = { version = "0.94.2" }
ldap3 = { version = "0.11.5", default-features = false, features = [
"tls-rustls",
] }
Expand Down

0 comments on commit 5d1a174

Please sign in to comment.