Skip to content

Commit 5e9993d

Browse files
Bump schemars from 0.8.21 to 0.8.22 (#145)
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.21 to 0.8.22. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6aa74f commit 5e9993d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ actix-web = "4.4.0"
3030
futures = "0.3.31"
3131
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
3232
k8s-openapi = { version = "0.24.0", features = ["latest"] }
33-
schemars = { version = "0.8.12", features = ["chrono"] }
33+
schemars = { version = "0.8.22", features = ["chrono"] }
3434
serde = { version = "1.0.217", features = ["derive"] }
3535
serde_json = "1.0.140"
3636
serde_yaml = "0.9.25"

0 commit comments

Comments
 (0)