@@ -401,8 +401,18 @@ version = "0.20.11"
401401source = " registry+https://github.com/rust-lang/crates.io-index"
402402checksum = " fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
403403dependencies = [
404- " darling_core" ,
405- " darling_macro" ,
404+ " darling_core 0.20.11" ,
405+ " darling_macro 0.20.11" ,
406+ ]
407+
408+ [[package ]]
409+ name = " darling"
410+ version = " 0.21.3"
411+ source = " registry+https://github.com/rust-lang/crates.io-index"
412+ checksum = " 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
413+ dependencies = [
414+ " darling_core 0.21.3" ,
415+ " darling_macro 0.21.3" ,
406416]
407417
408418[[package ]]
@@ -419,13 +429,38 @@ dependencies = [
419429 " syn" ,
420430]
421431
432+ [[package ]]
433+ name = " darling_core"
434+ version = " 0.21.3"
435+ source = " registry+https://github.com/rust-lang/crates.io-index"
436+ checksum = " 1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
437+ dependencies = [
438+ " fnv" ,
439+ " ident_case" ,
440+ " proc-macro2" ,
441+ " quote" ,
442+ " strsim" ,
443+ " syn" ,
444+ ]
445+
422446[[package ]]
423447name = " darling_macro"
424448version = " 0.20.11"
425449source = " registry+https://github.com/rust-lang/crates.io-index"
426450checksum = " fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
427451dependencies = [
428- " darling_core" ,
452+ " darling_core 0.20.11" ,
453+ " quote" ,
454+ " syn" ,
455+ ]
456+
457+ [[package ]]
458+ name = " darling_macro"
459+ version = " 0.21.3"
460+ source = " registry+https://github.com/rust-lang/crates.io-index"
461+ checksum = " d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
462+ dependencies = [
463+ " darling_core 0.21.3" ,
429464 " quote" ,
430465 " syn" ,
431466]
@@ -712,16 +747,16 @@ dependencies = [
712747
713748[[package ]]
714749name = " gateway-api"
715- version = " 0.16 .0"
750+ version = " 0.19 .0"
716751source = " registry+https://github.com/rust-lang/crates.io-index"
717- checksum = " 4369c3e046bbeb9c1eadb2a3e954ba7f0fbdbea165c96b7a0e698ac381b736d4 "
752+ checksum = " 22945b64cd520921b037a237f2ad62c4491993e5d1ab01156269922430486d63 "
718753dependencies = [
719754 " delegate" ,
720- " k8s-openapi" ,
721- " kube" ,
755+ " k8s-openapi 0.26.0 " ,
756+ " kube 2.0.1 " ,
722757 " once_cell" ,
723758 " regex-lite" ,
724- " schemars" ,
759+ " schemars 1.1.0 " ,
725760 " serde" ,
726761 " serde_json" ,
727762 " serde_yaml" ,
@@ -1057,7 +1092,7 @@ version = "2.11.0"
10571092source = " registry+https://github.com/rust-lang/crates.io-index"
10581093checksum = " 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
10591094dependencies = [
1060- " schemars" ,
1095+ " schemars 0.8.22 " ,
10611096 " serde" ,
10621097]
10631098
@@ -1166,7 +1201,19 @@ checksum = "aa60a41b57ae1a0a071af77dbcf89fc9819cfe66edaf2beeb204c34459dcf0b2"
11661201dependencies = [
11671202 " base64" ,
11681203 " chrono" ,
1169- " schemars" ,
1204+ " serde" ,
1205+ " serde_json" ,
1206+ ]
1207+
1208+ [[package ]]
1209+ name = " k8s-openapi"
1210+ version = " 0.26.0"
1211+ source = " registry+https://github.com/rust-lang/crates.io-index"
1212+ checksum = " d13f06d5326a915becaffabdfab75051b8cdc260c2a5c06c0e90226ede89a692"
1213+ dependencies = [
1214+ " base64" ,
1215+ " chrono" ,
1216+ " schemars 1.1.0" ,
11701217 " serde" ,
11711218 " serde_json" ,
11721219]
@@ -1177,13 +1224,25 @@ version = "1.1.0"
11771224source = " registry+https://github.com/rust-lang/crates.io-index"
11781225checksum = " 778f98664beaf4c3c11372721e14310d1ae00f5e2d9aabcf8906c881aa4e9f51"
11791226dependencies = [
1180- " k8s-openapi" ,
1181- " kube-client" ,
1182- " kube-core" ,
1183- " kube-derive" ,
1227+ " k8s-openapi 0.25.0 " ,
1228+ " kube-client 1.1.0 " ,
1229+ " kube-core 1.1.0 " ,
1230+ " kube-derive 1.1.0 " ,
11841231 " kube-runtime" ,
11851232]
11861233
1234+ [[package ]]
1235+ name = " kube"
1236+ version = " 2.0.1"
1237+ source = " registry+https://github.com/rust-lang/crates.io-index"
1238+ checksum = " 48e7bb0b6a46502cc20e4575b6ff401af45cfea150b34ba272a3410b78aa014e"
1239+ dependencies = [
1240+ " k8s-openapi 0.26.0" ,
1241+ " kube-client 2.0.1" ,
1242+ " kube-core 2.0.1" ,
1243+ " kube-derive 2.0.1" ,
1244+ ]
1245+
11871246[[package ]]
11881247name = " kube-client"
11891248version = " 1.1.0"
@@ -1205,8 +1264,8 @@ dependencies = [
12051264 " hyper-timeout" ,
12061265 " hyper-util" ,
12071266 " jsonpath-rust" ,
1208- " k8s-openapi" ,
1209- " kube-core" ,
1267+ " k8s-openapi 0.25.0 " ,
1268+ " kube-core 1.1.0 " ,
12101269 " pem" ,
12111270 " rustls" ,
12121271 " secrecy" ,
@@ -1222,6 +1281,42 @@ dependencies = [
12221281 " tracing" ,
12231282]
12241283
1284+ [[package ]]
1285+ name = " kube-client"
1286+ version = " 2.0.1"
1287+ source = " registry+https://github.com/rust-lang/crates.io-index"
1288+ checksum = " 4987d57a184d2b5294fdad3d7fc7f278899469d21a4da39a8f6ca16426567a36"
1289+ dependencies = [
1290+ " base64" ,
1291+ " bytes" ,
1292+ " chrono" ,
1293+ " either" ,
1294+ " futures" ,
1295+ " home" ,
1296+ " http" ,
1297+ " http-body" ,
1298+ " http-body-util" ,
1299+ " hyper" ,
1300+ " hyper-rustls" ,
1301+ " hyper-timeout" ,
1302+ " hyper-util" ,
1303+ " jsonpath-rust" ,
1304+ " k8s-openapi 0.26.0" ,
1305+ " kube-core 2.0.1" ,
1306+ " pem" ,
1307+ " rustls" ,
1308+ " secrecy" ,
1309+ " serde" ,
1310+ " serde_json" ,
1311+ " serde_yaml" ,
1312+ " thiserror 2.0.17" ,
1313+ " tokio" ,
1314+ " tokio-util" ,
1315+ " tower" ,
1316+ " tower-http" ,
1317+ " tracing" ,
1318+ ]
1319+
12251320[[package ]]
12261321name = " kube-core"
12271322version = " 1.1.0"
@@ -1233,8 +1328,26 @@ dependencies = [
12331328 " form_urlencoded" ,
12341329 " http" ,
12351330 " json-patch" ,
1236- " k8s-openapi" ,
1237- " schemars" ,
1331+ " k8s-openapi 0.25.0" ,
1332+ " schemars 0.8.22" ,
1333+ " serde" ,
1334+ " serde-value" ,
1335+ " serde_json" ,
1336+ " thiserror 2.0.17" ,
1337+ ]
1338+
1339+ [[package ]]
1340+ name = " kube-core"
1341+ version = " 2.0.1"
1342+ source = " registry+https://github.com/rust-lang/crates.io-index"
1343+ checksum = " 914bbb770e7bb721a06e3538c0edd2babed46447d128f7c21caa68747060ee73"
1344+ dependencies = [
1345+ " chrono" ,
1346+ " derive_more" ,
1347+ " form_urlencoded" ,
1348+ " http" ,
1349+ " k8s-openapi 0.26.0" ,
1350+ " schemars 1.1.0" ,
12381351 " serde" ,
12391352 " serde-value" ,
12401353 " serde_json" ,
@@ -1247,7 +1360,21 @@ version = "1.1.0"
12471360source = " registry+https://github.com/rust-lang/crates.io-index"
12481361checksum = " 079fc8c1c397538628309cfdee20696ebdcc26745f9fb17f89b78782205bd995"
12491362dependencies = [
1250- " darling" ,
1363+ " darling 0.20.11" ,
1364+ " proc-macro2" ,
1365+ " quote" ,
1366+ " serde" ,
1367+ " serde_json" ,
1368+ " syn" ,
1369+ ]
1370+
1371+ [[package ]]
1372+ name = " kube-derive"
1373+ version = " 2.0.1"
1374+ source = " registry+https://github.com/rust-lang/crates.io-index"
1375+ checksum = " 03dee8252be137772a6ab3508b81cd797dee62ee771112a2453bc85cbbe150d2"
1376+ dependencies = [
1377+ " darling 0.21.3" ,
12511378 " proc-macro2" ,
12521379 " quote" ,
12531380 " serde" ,
@@ -1270,8 +1397,8 @@ dependencies = [
12701397 " hashbrown 0.15.5" ,
12711398 " hostname" ,
12721399 " json-patch" ,
1273- " k8s-openapi" ,
1274- " kube-client" ,
1400+ " k8s-openapi 0.25.0 " ,
1401+ " kube-client 1.1.0 " ,
12751402 " parking_lot" ,
12761403 " pin-project" ,
12771404 " serde" ,
@@ -1299,9 +1426,9 @@ dependencies = [
12991426 " http-body-util" ,
13001427 " hyper" ,
13011428 " hyper-util" ,
1302- " k8s-openapi" ,
1303- " kube-client" ,
1304- " kube-core" ,
1429+ " k8s-openapi 0.25.0 " ,
1430+ " kube-client 1.1.0 " ,
1431+ " kube-core 1.1.0 " ,
13051432 " kube-runtime" ,
13061433 " kubert-prometheus-process" ,
13071434 " kubert-prometheus-tokio" ,
@@ -1419,9 +1546,9 @@ version = "0.1.0"
14191546dependencies = [
14201547 " gateway-api" ,
14211548 " ipnet" ,
1422- " k8s-openapi" ,
1423- " kube" ,
1424- " schemars" ,
1549+ " k8s-openapi 0.26.0 " ,
1550+ " kube 1.1.0 " ,
1551+ " schemars 0.8.22 " ,
14251552 " serde" ,
14261553 " serde_json" ,
14271554 " serde_yaml" ,
@@ -1439,8 +1566,8 @@ dependencies = [
14391566 " chrono" ,
14401567 " futures" ,
14411568 " http" ,
1442- " k8s-openapi" ,
1443- " kube" ,
1569+ " k8s-openapi 0.26.0 " ,
1570+ " kube 1.1.0 " ,
14441571 " kubert" ,
14451572 " linkerd-policy-controller-core" ,
14461573 " linkerd-policy-controller-k8s-api" ,
@@ -1488,8 +1615,8 @@ dependencies = [
14881615 " hyper" ,
14891616 " hyper-util" ,
14901617 " ipnet" ,
1491- " k8s-openapi" ,
1492- " kube" ,
1618+ " k8s-openapi 0.26.0 " ,
1619+ " kube 1.1.0 " ,
14931620 " kubert" ,
14941621 " linkerd-policy-controller-core" ,
14951622 " linkerd-policy-controller-grpc" ,
@@ -1521,16 +1648,16 @@ dependencies = [
15211648 " hyper" ,
15221649 " hyper-util" ,
15231650 " ipnet" ,
1524- " k8s-openapi" ,
1525- " kube" ,
1651+ " k8s-openapi 0.26.0 " ,
1652+ " kube 1.1.0 " ,
15261653 " linkerd-policy-controller-core" ,
15271654 " linkerd-policy-controller-grpc" ,
15281655 " linkerd-policy-controller-k8s-api" ,
15291656 " linkerd2-proxy-api" ,
15301657 " maplit" ,
15311658 " rand" ,
15321659 " regex" ,
1533- " schemars" ,
1660+ " schemars 0.8.22 " ,
15341661 " serde" ,
15351662 " serde_json" ,
15361663 " 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