File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -751,6 +751,17 @@ dependencies = [
751
751
" hashbrown 0.15.4" ,
752
752
]
753
753
754
+ [[package ]]
755
+ name = " io-uring"
756
+ version = " 0.7.8"
757
+ source = " registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
759
+ dependencies = [
760
+ " bitflags" ,
761
+ " cfg-if" ,
762
+ " libc" ,
763
+ ]
764
+
754
765
[[package ]]
755
766
name = " is_terminal_polyfill"
756
767
version = " 1.70.1"
@@ -766,17 +777,6 @@ dependencies = [
766
777
" either" ,
767
778
]
768
779
769
- [[package ]]
770
- name = " io-uring"
771
- version = " 0.7.8"
772
- source = " registry+https://github.com/rust-lang/crates.io-index"
773
- checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
774
- dependencies = [
775
- " bitflags" ,
776
- " cfg-if" ,
777
- " libc" ,
778
- ]
779
-
780
780
[[package ]]
781
781
name = " itoa"
782
782
version = " 1.0.15"
@@ -1493,9 +1493,9 @@ dependencies = [
1493
1493
1494
1494
[[package ]]
1495
1495
name = " serde_json"
1496
- version = " 1.0.140 "
1496
+ version = " 1.0.141 "
1497
1497
source = " registry+https://github.com/rust-lang/crates.io-index"
1498
- checksum = " 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 "
1498
+ checksum = " 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 "
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.140 "
20
+ serde_json = " 1.0.141 "
21
21
serde = { version = " 1.0.219" , features = [" derive" ] }
22
22
serde_yaml = " 0.9.34"
23
23
tokio = { version = " 1.46.1" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments