Skip to content

Commit df1c4ae

Browse files
chore(deps): bump schemars from 1.0.5 to 1.1.0
Bumps [schemars](https://github.com/GREsau/schemars) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0c0deb commit df1c4ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,9 +1248,9 @@ dependencies = [
12481248

12491249
[[package]]
12501250
name = "schemars"
1251-
version = "1.0.5"
1251+
version = "1.1.0"
12521252
source = "registry+https://github.com/rust-lang/crates.io-index"
1253-
checksum = "1317c3bf3e7df961da95b0a56a172a02abead31276215a0497241a7624b487ce"
1253+
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
12541254
dependencies = [
12551255
"dyn-clone",
12561256
"ref-cast",
@@ -1261,9 +1261,9 @@ dependencies = [
12611261

12621262
[[package]]
12631263
name = "schemars_derive"
1264-
version = "1.0.5"
1264+
version = "1.1.0"
12651265
source = "registry+https://github.com/rust-lang/crates.io-index"
1266-
checksum = "5f760a6150d45dd66ec044983c124595ae76912e77ed0b44124cb3e415cce5d9"
1266+
checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
12671267
dependencies = [
12681268
"proc-macro2",
12691269
"quote",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kube-derive = { version = "2.0.1" }
1818
k8s-openapi = { version = "0.26.0" }
1919
once_cell = "1.21.3"
2020
regex = { package = "regex-lite", version = "0.1.8" }
21-
schemars = "1.0.5"
21+
schemars = "1.1.0"
2222
serde_json = "1.0.145"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_yaml = "0.9.34"

0 commit comments

Comments
 (0)