Skip to content

Commit

Permalink
build(deps): bump schemars from 0.8.13 to 0.8.15 (#108)
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.15.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.13...v0.8.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent ba223d7 commit 08cff83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ json-patch = "1.1.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] }
kube = { version = "0.86.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
log = { version = "0.4.20", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
schemars = { version = "0.8.13", features = ["derive_json_schema"] }
schemars = { version = "0.8.15", features = ["derive_json_schema"] }
serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
serde_json = "1.0.107"
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit 08cff83

Please sign in to comment.