File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1493,9 +1493,9 @@ dependencies = [
1493
1493
1494
1494
[[package ]]
1495
1495
name = " serde_json"
1496
- version = " 1.0.141 "
1496
+ version = " 1.0.142 "
1497
1497
source = " registry+https://github.com/rust-lang/crates.io-index"
1498
- checksum = " 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 "
1498
+ checksum = " 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 "
1499
1499
dependencies = [
1500
1500
" itoa" ,
1501
1501
" memchr" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ k8s-openapi = { version = "0.25.0" }
17
17
once_cell = " 1.21.3"
18
18
regex = { package = " regex-lite" , version = " 0.1.6" }
19
19
schemars = " 0.8.22"
20
- serde_json = " 1.0.141 "
20
+ serde_json = " 1.0.142 "
21
21
serde = { version = " 1.0.219" , features = [" derive" ] }
22
22
serde_yaml = " 0.9.34"
23
23
tokio = { version = " 1.47.1" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments