File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1248,9 +1248,9 @@ dependencies = [
12481248
12491249[[package ]]
12501250name = " schemars"
1251- version = " 1.0.4 "
1251+ version = " 1.0.5 "
12521252source = " registry+https://github.com/rust-lang/crates.io-index"
1253- checksum = " 82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0 "
1253+ checksum = " 1317c3bf3e7df961da95b0a56a172a02abead31276215a0497241a7624b487ce "
12541254dependencies = [
12551255 " dyn-clone" ,
12561256 " ref-cast" ,
@@ -1261,9 +1261,9 @@ dependencies = [
12611261
12621262[[package ]]
12631263name = " schemars_derive"
1264- version = " 1.0.4 "
1264+ version = " 1.0.5 "
12651265source = " registry+https://github.com/rust-lang/crates.io-index"
1266- checksum = " 33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80 "
1266+ checksum = " 5f760a6150d45dd66ec044983c124595ae76912e77ed0b44124cb3e415cce5d9 "
12671267dependencies = [
12681268 " proc-macro2" ,
12691269 " quote" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kube-derive = { version = "2.0.1" }
1818k8s-openapi = { version = " 0.26.0" }
1919once_cell = " 1.21.3"
2020regex = { package = " regex-lite" , version = " 0.1.8" }
21- schemars = " 1.0.4 "
21+ schemars = " 1.0.5 "
2222serde_json = " 1.0.145"
2323serde = { version = " 1.0.228" , features = [" derive" ] }
2424serde_yaml = " 0.9.34"
You can’t perform that action at this time.
0 commit comments