@@ -402,8 +402,18 @@ version = "0.20.11"
402402source = " registry+https://github.com/rust-lang/crates.io-index"
403403checksum = " fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
404404dependencies = [
405- " darling_core" ,
406- " darling_macro" ,
405+ " darling_core 0.20.11" ,
406+ " darling_macro 0.20.11" ,
407+ ]
408+
409+ [[package ]]
410+ name = " darling"
411+ version = " 0.21.3"
412+ source = " registry+https://github.com/rust-lang/crates.io-index"
413+ checksum = " 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
414+ dependencies = [
415+ " darling_core 0.21.3" ,
416+ " darling_macro 0.21.3" ,
407417]
408418
409419[[package ]]
@@ -420,13 +430,38 @@ dependencies = [
420430 " syn" ,
421431]
422432
433+ [[package ]]
434+ name = " darling_core"
435+ version = " 0.21.3"
436+ source = " registry+https://github.com/rust-lang/crates.io-index"
437+ checksum = " 1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
438+ dependencies = [
439+ " fnv" ,
440+ " ident_case" ,
441+ " proc-macro2" ,
442+ " quote" ,
443+ " strsim" ,
444+ " syn" ,
445+ ]
446+
423447[[package ]]
424448name = " darling_macro"
425449version = " 0.20.11"
426450source = " registry+https://github.com/rust-lang/crates.io-index"
427451checksum = " fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
428452dependencies = [
429- " darling_core" ,
453+ " darling_core 0.20.11" ,
454+ " quote" ,
455+ " syn" ,
456+ ]
457+
458+ [[package ]]
459+ name = " darling_macro"
460+ version = " 0.21.3"
461+ source = " registry+https://github.com/rust-lang/crates.io-index"
462+ checksum = " d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
463+ dependencies = [
464+ " darling_core 0.21.3" ,
430465 " quote" ,
431466 " syn" ,
432467]
@@ -713,16 +748,16 @@ dependencies = [
713748
714749[[package ]]
715750name = " gateway-api"
716- version = " 0.16 .0"
751+ version = " 0.19 .0"
717752source = " registry+https://github.com/rust-lang/crates.io-index"
718- checksum = " 4369c3e046bbeb9c1eadb2a3e954ba7f0fbdbea165c96b7a0e698ac381b736d4 "
753+ checksum = " 22945b64cd520921b037a237f2ad62c4491993e5d1ab01156269922430486d63 "
719754dependencies = [
720755 " delegate" ,
721- " k8s-openapi" ,
722- " kube" ,
756+ " k8s-openapi 0.26.0 " ,
757+ " kube 2.0.1 " ,
723758 " once_cell" ,
724759 " regex-lite" ,
725- " schemars" ,
760+ " schemars 1.1.0 " ,
726761 " serde" ,
727762 " serde_json" ,
728763 " serde_yaml" ,
@@ -1058,7 +1093,7 @@ version = "2.11.0"
10581093source = " registry+https://github.com/rust-lang/crates.io-index"
10591094checksum = " 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
10601095dependencies = [
1061- " schemars" ,
1096+ " schemars 0.8.22 " ,
10621097 " serde" ,
10631098]
10641099
@@ -1167,7 +1202,19 @@ checksum = "aa60a41b57ae1a0a071af77dbcf89fc9819cfe66edaf2beeb204c34459dcf0b2"
11671202dependencies = [
11681203 " base64" ,
11691204 " chrono" ,
1170- " schemars" ,
1205+ " serde" ,
1206+ " serde_json" ,
1207+ ]
1208+
1209+ [[package ]]
1210+ name = " k8s-openapi"
1211+ version = " 0.26.0"
1212+ source = " registry+https://github.com/rust-lang/crates.io-index"
1213+ checksum = " d13f06d5326a915becaffabdfab75051b8cdc260c2a5c06c0e90226ede89a692"
1214+ dependencies = [
1215+ " base64" ,
1216+ " chrono" ,
1217+ " schemars 1.1.0" ,
11711218 " serde" ,
11721219 " serde_json" ,
11731220]
@@ -1178,13 +1225,25 @@ version = "1.1.0"
11781225source = " registry+https://github.com/rust-lang/crates.io-index"
11791226checksum = " 778f98664beaf4c3c11372721e14310d1ae00f5e2d9aabcf8906c881aa4e9f51"
11801227dependencies = [
1181- " k8s-openapi" ,
1182- " kube-client" ,
1183- " kube-core" ,
1184- " kube-derive" ,
1228+ " k8s-openapi 0.25.0 " ,
1229+ " kube-client 1.1.0 " ,
1230+ " kube-core 1.1.0 " ,
1231+ " kube-derive 1.1.0 " ,
11851232 " kube-runtime" ,
11861233]
11871234
1235+ [[package ]]
1236+ name = " kube"
1237+ version = " 2.0.1"
1238+ source = " registry+https://github.com/rust-lang/crates.io-index"
1239+ checksum = " 48e7bb0b6a46502cc20e4575b6ff401af45cfea150b34ba272a3410b78aa014e"
1240+ dependencies = [
1241+ " k8s-openapi 0.26.0" ,
1242+ " kube-client 2.0.1" ,
1243+ " kube-core 2.0.1" ,
1244+ " kube-derive 2.0.1" ,
1245+ ]
1246+
11881247[[package ]]
11891248name = " kube-client"
11901249version = " 1.1.0"
@@ -1206,8 +1265,8 @@ dependencies = [
12061265 " hyper-timeout" ,
12071266 " hyper-util" ,
12081267 " jsonpath-rust" ,
1209- " k8s-openapi" ,
1210- " kube-core" ,
1268+ " k8s-openapi 0.25.0 " ,
1269+ " kube-core 1.1.0 " ,
12111270 " pem" ,
12121271 " rustls" ,
12131272 " secrecy" ,
@@ -1223,6 +1282,42 @@ dependencies = [
12231282 " tracing" ,
12241283]
12251284
1285+ [[package ]]
1286+ name = " kube-client"
1287+ version = " 2.0.1"
1288+ source = " registry+https://github.com/rust-lang/crates.io-index"
1289+ checksum = " 4987d57a184d2b5294fdad3d7fc7f278899469d21a4da39a8f6ca16426567a36"
1290+ dependencies = [
1291+ " base64" ,
1292+ " bytes" ,
1293+ " chrono" ,
1294+ " either" ,
1295+ " futures" ,
1296+ " home" ,
1297+ " http" ,
1298+ " http-body" ,
1299+ " http-body-util" ,
1300+ " hyper" ,
1301+ " hyper-rustls" ,
1302+ " hyper-timeout" ,
1303+ " hyper-util" ,
1304+ " jsonpath-rust" ,
1305+ " k8s-openapi 0.26.0" ,
1306+ " kube-core 2.0.1" ,
1307+ " pem" ,
1308+ " rustls" ,
1309+ " secrecy" ,
1310+ " serde" ,
1311+ " serde_json" ,
1312+ " serde_yaml" ,
1313+ " thiserror 2.0.17" ,
1314+ " tokio" ,
1315+ " tokio-util" ,
1316+ " tower" ,
1317+ " tower-http" ,
1318+ " tracing" ,
1319+ ]
1320+
12261321[[package ]]
12271322name = " kube-core"
12281323version = " 1.1.0"
@@ -1234,8 +1329,26 @@ dependencies = [
12341329 " form_urlencoded" ,
12351330 " http" ,
12361331 " json-patch" ,
1237- " k8s-openapi" ,
1238- " schemars" ,
1332+ " k8s-openapi 0.25.0" ,
1333+ " schemars 0.8.22" ,
1334+ " serde" ,
1335+ " serde-value" ,
1336+ " serde_json" ,
1337+ " thiserror 2.0.17" ,
1338+ ]
1339+
1340+ [[package ]]
1341+ name = " kube-core"
1342+ version = " 2.0.1"
1343+ source = " registry+https://github.com/rust-lang/crates.io-index"
1344+ checksum = " 914bbb770e7bb721a06e3538c0edd2babed46447d128f7c21caa68747060ee73"
1345+ dependencies = [
1346+ " chrono" ,
1347+ " derive_more" ,
1348+ " form_urlencoded" ,
1349+ " http" ,
1350+ " k8s-openapi 0.26.0" ,
1351+ " schemars 1.1.0" ,
12391352 " serde" ,
12401353 " serde-value" ,
12411354 " serde_json" ,
@@ -1248,7 +1361,21 @@ version = "1.1.0"
12481361source = " registry+https://github.com/rust-lang/crates.io-index"
12491362checksum = " 079fc8c1c397538628309cfdee20696ebdcc26745f9fb17f89b78782205bd995"
12501363dependencies = [
1251- " darling" ,
1364+ " darling 0.20.11" ,
1365+ " proc-macro2" ,
1366+ " quote" ,
1367+ " serde" ,
1368+ " serde_json" ,
1369+ " syn" ,
1370+ ]
1371+
1372+ [[package ]]
1373+ name = " kube-derive"
1374+ version = " 2.0.1"
1375+ source = " registry+https://github.com/rust-lang/crates.io-index"
1376+ checksum = " 03dee8252be137772a6ab3508b81cd797dee62ee771112a2453bc85cbbe150d2"
1377+ dependencies = [
1378+ " darling 0.21.3" ,
12521379 " proc-macro2" ,
12531380 " quote" ,
12541381 " serde" ,
@@ -1271,8 +1398,8 @@ dependencies = [
12711398 " hashbrown 0.15.5" ,
12721399 " hostname" ,
12731400 " json-patch" ,
1274- " k8s-openapi" ,
1275- " kube-client" ,
1401+ " k8s-openapi 0.25.0 " ,
1402+ " kube-client 1.1.0 " ,
12761403 " parking_lot" ,
12771404 " pin-project" ,
12781405 " serde" ,
@@ -1300,9 +1427,9 @@ dependencies = [
13001427 " http-body-util" ,
13011428 " hyper" ,
13021429 " hyper-util" ,
1303- " k8s-openapi" ,
1304- " kube-client" ,
1305- " kube-core" ,
1430+ " k8s-openapi 0.25.0 " ,
1431+ " kube-client 1.1.0 " ,
1432+ " kube-core 1.1.0 " ,
13061433 " kube-runtime" ,
13071434 " kubert-prometheus-process" ,
13081435 " kubert-prometheus-tokio" ,
@@ -1420,9 +1547,9 @@ version = "0.1.0"
14201547dependencies = [
14211548 " gateway-api" ,
14221549 " ipnet" ,
1423- " k8s-openapi" ,
1424- " kube" ,
1425- " schemars" ,
1550+ " k8s-openapi 0.26.0 " ,
1551+ " kube 1.1.0 " ,
1552+ " schemars 0.8.22 " ,
14261553 " serde" ,
14271554 " serde_json" ,
14281555 " serde_yaml" ,
@@ -1440,8 +1567,8 @@ dependencies = [
14401567 " chrono" ,
14411568 " futures" ,
14421569 " http" ,
1443- " k8s-openapi" ,
1444- " kube" ,
1570+ " k8s-openapi 0.26.0 " ,
1571+ " kube 1.1.0 " ,
14451572 " kubert" ,
14461573 " linkerd-policy-controller-core" ,
14471574 " linkerd-policy-controller-k8s-api" ,
@@ -1489,8 +1616,8 @@ dependencies = [
14891616 " hyper" ,
14901617 " hyper-util" ,
14911618 " ipnet" ,
1492- " k8s-openapi" ,
1493- " kube" ,
1619+ " k8s-openapi 0.26.0 " ,
1620+ " kube 1.1.0 " ,
14941621 " kubert" ,
14951622 " linkerd-policy-controller-core" ,
14961623 " linkerd-policy-controller-grpc" ,
@@ -1522,16 +1649,16 @@ dependencies = [
15221649 " hyper" ,
15231650 " hyper-util" ,
15241651 " ipnet" ,
1525- " k8s-openapi" ,
1526- " kube" ,
1652+ " k8s-openapi 0.26.0 " ,
1653+ " kube 1.1.0 " ,
15271654 " linkerd-policy-controller-core" ,
15281655 " linkerd-policy-controller-grpc" ,
15291656 " linkerd-policy-controller-k8s-api" ,
15301657 " linkerd2-proxy-api" ,
15311658 " maplit" ,
15321659 " rand" ,
15331660 " regex" ,
1534- " schemars" ,
1661+ " schemars 0.8.22 " ,
15351662 " serde" ,
15361663 " serde_json" ,
15371664 " tokio" ,
@@ -1992,6 +2119,26 @@ dependencies = [
19922119 " bitflags" ,
19932120]
19942121
2122+ [[package ]]
2123+ name = " ref-cast"
2124+ version = " 1.0.25"
2125+ source = " registry+https://github.com/rust-lang/crates.io-index"
2126+ checksum = " f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2127+ dependencies = [
2128+ " ref-cast-impl" ,
2129+ ]
2130+
2131+ [[package ]]
2132+ name = " ref-cast-impl"
2133+ version = " 1.0.25"
2134+ source = " registry+https://github.com/rust-lang/crates.io-index"
2135+ checksum = " b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2136+ dependencies = [
2137+ " proc-macro2" ,
2138+ " quote" ,
2139+ " syn" ,
2140+ ]
2141+
19952142[[package ]]
19962143name = " regex"
19972144version = " 1.12.2"
@@ -2153,7 +2300,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
21532300checksum = " 3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
21542301dependencies = [
21552302 " dyn-clone" ,
2156- " schemars_derive" ,
2303+ " schemars_derive 0.8.22" ,
2304+ " serde" ,
2305+ " serde_json" ,
2306+ ]
2307+
2308+ [[package ]]
2309+ name = " schemars"
2310+ version = " 1.1.0"
2311+ source = " registry+https://github.com/rust-lang/crates.io-index"
2312+ checksum = " 9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
2313+ dependencies = [
2314+ " dyn-clone" ,
2315+ " ref-cast" ,
2316+ " schemars_derive 1.1.0" ,
21572317 " serde" ,
21582318 " serde_json" ,
21592319]
@@ -2170,6 +2330,18 @@ dependencies = [
21702330 " syn" ,
21712331]
21722332
2333+ [[package ]]
2334+ name = " schemars_derive"
2335+ version = " 1.1.0"
2336+ source = " registry+https://github.com/rust-lang/crates.io-index"
2337+ checksum = " 301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
2338+ dependencies = [
2339+ " proc-macro2" ,
2340+ " quote" ,
2341+ " serde_derive_internals" ,
2342+ " syn" ,
2343+ ]
2344+
21732345[[package ]]
21742346name = " scopeguard"
21752347version = " 1.2.0"
0 commit comments