Skip to content

Commit ef47e7f

Browse files
chore(deps): bump serde_json from 1.0.142 to 1.0.143 (#172)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29da2db commit ef47e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,9 +1493,9 @@ dependencies = [
14931493

14941494
[[package]]
14951495
name = "serde_json"
1496-
version = "1.0.142"
1496+
version = "1.0.143"
14971497
source = "registry+https://github.com/rust-lang/crates.io-index"
1498-
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
1498+
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
14991499
dependencies = [
15001500
"itoa",
15011501
"memchr",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ k8s-openapi = { version = "0.25.0" }
1919
once_cell = "1.21.3"
2020
regex = { package = "regex-lite", version = "0.1.6" }
2121
schemars = "0.8.22"
22-
serde_json = "1.0.142"
22+
serde_json = "1.0.143"
2323
serde = { version = "1.0.219", features = ["derive"] }
2424
serde_yaml = "0.9.34"
2525
tokio = { version = "1.47.1", features = ["full"] }

0 commit comments

Comments
 (0)