Skip to content

Commit f0c0deb

Browse files
chore(deps): bump schemars from 1.0.4 to 1.0.5 (#198)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bacb6b9 commit f0c0deb

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.4"
1251+
version = "1.0.5"
12521252
source = "registry+https://github.com/rust-lang/crates.io-index"
1253-
checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
1253+
checksum = "1317c3bf3e7df961da95b0a56a172a02abead31276215a0497241a7624b487ce"
12541254
dependencies = [
12551255
"dyn-clone",
12561256
"ref-cast",
@@ -1261,9 +1261,9 @@ dependencies = [
12611261

12621262
[[package]]
12631263
name = "schemars_derive"
1264-
version = "1.0.4"
1264+
version = "1.0.5"
12651265
source = "registry+https://github.com/rust-lang/crates.io-index"
1266-
checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
1266+
checksum = "5f760a6150d45dd66ec044983c124595ae76912e77ed0b44124cb3e415cce5d9"
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.4"
21+
schemars = "1.0.5"
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)