Skip to content

Commit

Permalink
Update dependencies (#8)
Browse files Browse the repository at this point in the history
* Bump k8s-openapi from 0.18.0 to 0.20.0

Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.18.0 to 0.20.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.18.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump serde from 1.0.163 to 1.0.188

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.188.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.163...v1.0.188)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump serde_yaml from 0.9.21 to 0.9.25

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.25.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.21...0.9.25)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run cargo update and remove commented dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
alexpdp7 and dependabot[bot] committed Oct 12, 2023
1 parent 3a74ec2 commit f2644c3
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 38 deletions.
114 changes: 79 additions & 35 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
#kube-core = { version = "0.82.2", default_features = false }
k8s-openapi = { version = "0.18.0", features = ["v1_26"], default_features = false }
serde_yaml = "0.9.21"
serde = "1.0.163"
serde_yaml = "0.9.25"
serde = "1.0.188"

0 comments on commit f2644c3

Please sign in to comment.