tosnativeclient 1.0.4__tar.gz → 1.0.8b0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tosnativeclient might be problematic. Click here for more details.

@@ -171,7 +171,7 @@ dependencies = [
171
171
  "js-sys",
172
172
  "num-traits",
173
173
  "wasm-bindgen",
174
- "windows-link",
174
+ "windows-link 0.1.1",
175
175
  ]
176
176
 
177
177
  [[package]]
@@ -214,6 +214,12 @@ version = "1.1.0"
214
214
  source = "registry+https://github.com/rust-lang/crates.io-index"
215
215
  checksum = "26bb92ecea20291efcf0009e2713d64b7e327dedb8ce780545250f24075429e2"
216
216
 
217
+ [[package]]
218
+ name = "critical-section"
219
+ version = "1.2.0"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
222
+
217
223
  [[package]]
218
224
  name = "crossbeam-channel"
219
225
  version = "0.5.15"
@@ -223,6 +229,15 @@ dependencies = [
223
229
  "crossbeam-utils",
224
230
  ]
225
231
 
232
+ [[package]]
233
+ name = "crossbeam-epoch"
234
+ version = "0.9.18"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
237
+ dependencies = [
238
+ "crossbeam-utils",
239
+ ]
240
+
226
241
  [[package]]
227
242
  name = "crossbeam-utils"
228
243
  version = "0.8.21"
@@ -239,6 +254,12 @@ dependencies = [
239
254
  "typenum",
240
255
  ]
241
256
 
257
+ [[package]]
258
+ name = "data-encoding"
259
+ version = "2.9.0"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
262
+
242
263
  [[package]]
243
264
  name = "deranged"
244
265
  version = "0.4.0"
@@ -280,20 +301,22 @@ dependencies = [
280
301
  ]
281
302
 
282
303
  [[package]]
283
- name = "equivalent"
284
- version = "1.0.2"
304
+ name = "enum-as-inner"
305
+ version = "0.6.1"
285
306
  source = "registry+https://github.com/rust-lang/crates.io-index"
286
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
307
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
308
+ dependencies = [
309
+ "heck",
310
+ "proc-macro2",
311
+ "quote",
312
+ "syn",
313
+ ]
287
314
 
288
315
  [[package]]
289
- name = "errno"
290
- version = "0.3.12"
316
+ name = "equivalent"
317
+ version = "1.0.2"
291
318
  source = "registry+https://github.com/rust-lang/crates.io-index"
292
- checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
293
- dependencies = [
294
- "libc",
295
- "windows-sys 0.59.0",
296
- ]
319
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
297
320
 
298
321
  [[package]]
299
322
  name = "event-listener"
@@ -316,33 +339,12 @@ dependencies = [
316
339
  "pin-project-lite",
317
340
  ]
318
341
 
319
- [[package]]
320
- name = "fastrand"
321
- version = "2.3.0"
322
- source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
324
-
325
342
  [[package]]
326
343
  name = "fnv"
327
344
  version = "1.0.7"
328
345
  source = "registry+https://github.com/rust-lang/crates.io-index"
329
346
  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
330
347
 
331
- [[package]]
332
- name = "foreign-types"
333
- version = "0.3.2"
334
- source = "registry+https://github.com/rust-lang/crates.io-index"
335
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
336
- dependencies = [
337
- "foreign-types-shared",
338
- ]
339
-
340
- [[package]]
341
- name = "foreign-types-shared"
342
- version = "0.1.1"
343
- source = "registry+https://github.com/rust-lang/crates.io-index"
344
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
345
-
346
348
  [[package]]
347
349
  name = "form_urlencoded"
348
350
  version = "1.2.1"
@@ -423,6 +425,17 @@ dependencies = [
423
425
  "version_check",
424
426
  ]
425
427
 
428
+ [[package]]
429
+ name = "getrandom"
430
+ version = "0.2.16"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
433
+ dependencies = [
434
+ "cfg-if",
435
+ "libc",
436
+ "wasi 0.11.0+wasi-snapshot-preview1",
437
+ ]
438
+
426
439
  [[package]]
427
440
  name = "getrandom"
428
441
  version = "0.3.3"
@@ -484,6 +497,97 @@ version = "0.4.3"
484
497
  source = "registry+https://github.com/rust-lang/crates.io-index"
485
498
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
486
499
 
500
+ [[package]]
501
+ name = "hickory-proto"
502
+ version = "0.24.4"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
505
+ dependencies = [
506
+ "async-trait",
507
+ "cfg-if",
508
+ "data-encoding",
509
+ "enum-as-inner",
510
+ "futures-channel",
511
+ "futures-io",
512
+ "futures-util",
513
+ "idna",
514
+ "ipnet",
515
+ "once_cell",
516
+ "rand 0.8.5",
517
+ "thiserror 1.0.69",
518
+ "tinyvec",
519
+ "tokio",
520
+ "tracing",
521
+ "url",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "hickory-proto"
526
+ version = "0.25.2"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
529
+ dependencies = [
530
+ "async-trait",
531
+ "cfg-if",
532
+ "data-encoding",
533
+ "enum-as-inner",
534
+ "futures-channel",
535
+ "futures-io",
536
+ "futures-util",
537
+ "idna",
538
+ "ipnet",
539
+ "once_cell",
540
+ "rand 0.9.2",
541
+ "ring",
542
+ "thiserror 2.0.17",
543
+ "tinyvec",
544
+ "tokio",
545
+ "tracing",
546
+ "url",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "hickory-resolver"
551
+ version = "0.24.4"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
554
+ dependencies = [
555
+ "cfg-if",
556
+ "futures-util",
557
+ "hickory-proto 0.24.4",
558
+ "ipconfig",
559
+ "lru-cache",
560
+ "once_cell",
561
+ "parking_lot",
562
+ "rand 0.8.5",
563
+ "resolv-conf",
564
+ "smallvec",
565
+ "thiserror 1.0.69",
566
+ "tokio",
567
+ "tracing",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "hickory-resolver"
572
+ version = "0.25.2"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
575
+ dependencies = [
576
+ "cfg-if",
577
+ "futures-util",
578
+ "hickory-proto 0.25.2",
579
+ "ipconfig",
580
+ "moka",
581
+ "once_cell",
582
+ "parking_lot",
583
+ "rand 0.9.2",
584
+ "resolv-conf",
585
+ "smallvec",
586
+ "thiserror 2.0.17",
587
+ "tokio",
588
+ "tracing",
589
+ ]
590
+
487
591
  [[package]]
488
592
  name = "hmac"
489
593
  version = "0.12.1"
@@ -552,16 +656,17 @@ dependencies = [
552
656
  ]
553
657
 
554
658
  [[package]]
555
- name = "hyper-tls"
556
- version = "0.5.0"
659
+ name = "hyper-rustls"
660
+ version = "0.24.2"
557
661
  source = "registry+https://github.com/rust-lang/crates.io-index"
558
- checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
662
+ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
559
663
  dependencies = [
560
- "bytes",
664
+ "futures-util",
665
+ "http",
561
666
  "hyper",
562
- "native-tls",
667
+ "rustls",
563
668
  "tokio",
564
- "tokio-native-tls",
669
+ "tokio-rustls",
565
670
  ]
566
671
 
567
672
  [[package]]
@@ -711,6 +816,18 @@ version = "2.0.6"
711
816
  source = "registry+https://github.com/rust-lang/crates.io-index"
712
817
  checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
713
818
 
819
+ [[package]]
820
+ name = "ipconfig"
821
+ version = "0.3.2"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
824
+ dependencies = [
825
+ "socket2",
826
+ "widestring",
827
+ "windows-sys 0.48.0",
828
+ "winreg",
829
+ ]
830
+
714
831
  [[package]]
715
832
  name = "ipnet"
716
833
  version = "2.11.0"
@@ -746,10 +863,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
746
863
  checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
747
864
 
748
865
  [[package]]
749
- name = "linux-raw-sys"
750
- version = "0.9.4"
866
+ name = "linked-hash-map"
867
+ version = "0.5.6"
751
868
  source = "registry+https://github.com/rust-lang/crates.io-index"
752
- checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
869
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
753
870
 
754
871
  [[package]]
755
872
  name = "litemap"
@@ -757,12 +874,30 @@ version = "0.8.0"
757
874
  source = "registry+https://github.com/rust-lang/crates.io-index"
758
875
  checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
759
876
 
877
+ [[package]]
878
+ name = "lock_api"
879
+ version = "0.4.14"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
882
+ dependencies = [
883
+ "scopeguard",
884
+ ]
885
+
760
886
  [[package]]
761
887
  name = "log"
762
888
  version = "0.4.27"
763
889
  source = "registry+https://github.com/rust-lang/crates.io-index"
764
890
  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
765
891
 
892
+ [[package]]
893
+ name = "lru-cache"
894
+ version = "0.1.2"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
897
+ dependencies = [
898
+ "linked-hash-map",
899
+ ]
900
+
766
901
  [[package]]
767
902
  name = "matchers"
768
903
  version = "0.1.0"
@@ -824,20 +959,21 @@ dependencies = [
824
959
  ]
825
960
 
826
961
  [[package]]
827
- name = "native-tls"
828
- version = "0.2.14"
962
+ name = "moka"
963
+ version = "0.12.11"
829
964
  source = "registry+https://github.com/rust-lang/crates.io-index"
830
- checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
965
+ checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
831
966
  dependencies = [
832
- "libc",
833
- "log",
834
- "openssl",
835
- "openssl-probe",
836
- "openssl-sys",
837
- "schannel",
838
- "security-framework",
839
- "security-framework-sys",
840
- "tempfile",
967
+ "crossbeam-channel",
968
+ "crossbeam-epoch",
969
+ "crossbeam-utils",
970
+ "equivalent",
971
+ "parking_lot",
972
+ "portable-atomic",
973
+ "rustc_version",
974
+ "smallvec",
975
+ "tagptr",
976
+ "uuid",
841
977
  ]
842
978
 
843
979
  [[package]]
@@ -889,62 +1025,45 @@ name = "once_cell"
889
1025
  version = "1.21.3"
890
1026
  source = "registry+https://github.com/rust-lang/crates.io-index"
891
1027
  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
892
-
893
- [[package]]
894
- name = "openssl"
895
- version = "0.10.73"
896
- source = "registry+https://github.com/rust-lang/crates.io-index"
897
- checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
898
1028
  dependencies = [
899
- "bitflags 2.9.1",
900
- "cfg-if",
901
- "foreign-types",
902
- "libc",
903
- "once_cell",
904
- "openssl-macros",
905
- "openssl-sys",
1029
+ "critical-section",
1030
+ "portable-atomic",
906
1031
  ]
907
1032
 
908
1033
  [[package]]
909
- name = "openssl-macros"
1034
+ name = "overload"
910
1035
  version = "0.1.1"
911
1036
  source = "registry+https://github.com/rust-lang/crates.io-index"
912
- checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
913
- dependencies = [
914
- "proc-macro2",
915
- "quote",
916
- "syn",
917
- ]
1037
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
918
1038
 
919
1039
  [[package]]
920
- name = "openssl-probe"
921
- version = "0.1.6"
1040
+ name = "parking"
1041
+ version = "2.2.1"
922
1042
  source = "registry+https://github.com/rust-lang/crates.io-index"
923
- checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1043
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
924
1044
 
925
1045
  [[package]]
926
- name = "openssl-sys"
927
- version = "0.9.109"
1046
+ name = "parking_lot"
1047
+ version = "0.12.5"
928
1048
  source = "registry+https://github.com/rust-lang/crates.io-index"
929
- checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1049
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
930
1050
  dependencies = [
931
- "cc",
932
- "libc",
933
- "pkg-config",
934
- "vcpkg",
1051
+ "lock_api",
1052
+ "parking_lot_core",
935
1053
  ]
936
1054
 
937
1055
  [[package]]
938
- name = "overload"
939
- version = "0.1.1"
940
- source = "registry+https://github.com/rust-lang/crates.io-index"
941
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
942
-
943
- [[package]]
944
- name = "parking"
945
- version = "2.2.1"
1056
+ name = "parking_lot_core"
1057
+ version = "0.9.12"
946
1058
  source = "registry+https://github.com/rust-lang/crates.io-index"
947
- checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1059
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1060
+ dependencies = [
1061
+ "cfg-if",
1062
+ "libc",
1063
+ "redox_syscall",
1064
+ "smallvec",
1065
+ "windows-link 0.2.1",
1066
+ ]
948
1067
 
949
1068
  [[package]]
950
1069
  name = "percent-encoding"
@@ -964,12 +1083,6 @@ version = "0.1.0"
964
1083
  source = "registry+https://github.com/rust-lang/crates.io-index"
965
1084
  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
966
1085
 
967
- [[package]]
968
- name = "pkg-config"
969
- version = "0.3.32"
970
- source = "registry+https://github.com/rust-lang/crates.io-index"
971
- checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
972
-
973
1086
  [[package]]
974
1087
  name = "portable-atomic"
975
1088
  version = "1.11.1"
@@ -991,6 +1104,15 @@ version = "0.2.0"
991
1104
  source = "registry+https://github.com/rust-lang/crates.io-index"
992
1105
  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
993
1106
 
1107
+ [[package]]
1108
+ name = "ppv-lite86"
1109
+ version = "0.2.21"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1112
+ dependencies = [
1113
+ "zerocopy",
1114
+ ]
1115
+
994
1116
  [[package]]
995
1117
  name = "proc-macro2"
996
1118
  version = "1.0.95"
@@ -1077,6 +1199,74 @@ version = "5.2.0"
1077
1199
  source = "registry+https://github.com/rust-lang/crates.io-index"
1078
1200
  checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1079
1201
 
1202
+ [[package]]
1203
+ name = "rand"
1204
+ version = "0.8.5"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1207
+ dependencies = [
1208
+ "libc",
1209
+ "rand_chacha 0.3.1",
1210
+ "rand_core 0.6.4",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "rand"
1215
+ version = "0.9.2"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1218
+ dependencies = [
1219
+ "rand_chacha 0.9.0",
1220
+ "rand_core 0.9.3",
1221
+ ]
1222
+
1223
+ [[package]]
1224
+ name = "rand_chacha"
1225
+ version = "0.3.1"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1228
+ dependencies = [
1229
+ "ppv-lite86",
1230
+ "rand_core 0.6.4",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "rand_chacha"
1235
+ version = "0.9.0"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1238
+ dependencies = [
1239
+ "ppv-lite86",
1240
+ "rand_core 0.9.3",
1241
+ ]
1242
+
1243
+ [[package]]
1244
+ name = "rand_core"
1245
+ version = "0.6.4"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1248
+ dependencies = [
1249
+ "getrandom 0.2.16",
1250
+ ]
1251
+
1252
+ [[package]]
1253
+ name = "rand_core"
1254
+ version = "0.9.3"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1257
+ dependencies = [
1258
+ "getrandom 0.3.3",
1259
+ ]
1260
+
1261
+ [[package]]
1262
+ name = "redox_syscall"
1263
+ version = "0.5.18"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1266
+ dependencies = [
1267
+ "bitflags 2.9.1",
1268
+ ]
1269
+
1080
1270
  [[package]]
1081
1271
  name = "regex"
1082
1272
  version = "1.11.1"
@@ -1133,18 +1323,19 @@ dependencies = [
1133
1323
  "futures-core",
1134
1324
  "futures-util",
1135
1325
  "h2",
1326
+ "hickory-resolver 0.24.4",
1136
1327
  "http",
1137
1328
  "http-body",
1138
1329
  "hyper",
1139
- "hyper-tls",
1330
+ "hyper-rustls",
1140
1331
  "ipnet",
1141
1332
  "js-sys",
1142
1333
  "log",
1143
1334
  "mime",
1144
- "native-tls",
1145
1335
  "once_cell",
1146
1336
  "percent-encoding",
1147
1337
  "pin-project-lite",
1338
+ "rustls",
1148
1339
  "rustls-pemfile",
1149
1340
  "serde",
1150
1341
  "serde_json",
@@ -1152,7 +1343,7 @@ dependencies = [
1152
1343
  "sync_wrapper",
1153
1344
  "system-configuration",
1154
1345
  "tokio",
1155
- "tokio-native-tls",
1346
+ "tokio-rustls",
1156
1347
  "tokio-util",
1157
1348
  "tower-service",
1158
1349
  "url",
@@ -1160,9 +1351,30 @@ dependencies = [
1160
1351
  "wasm-bindgen-futures",
1161
1352
  "wasm-streams",
1162
1353
  "web-sys",
1354
+ "webpki-roots",
1163
1355
  "winreg",
1164
1356
  ]
1165
1357
 
1358
+ [[package]]
1359
+ name = "resolv-conf"
1360
+ version = "0.7.5"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
1363
+
1364
+ [[package]]
1365
+ name = "ring"
1366
+ version = "0.17.14"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1369
+ dependencies = [
1370
+ "cc",
1371
+ "cfg-if",
1372
+ "getrandom 0.2.16",
1373
+ "libc",
1374
+ "untrusted",
1375
+ "windows-sys 0.52.0",
1376
+ ]
1377
+
1166
1378
  [[package]]
1167
1379
  name = "rustc-demangle"
1168
1380
  version = "0.1.25"
@@ -1170,16 +1382,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1170
1382
  checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1171
1383
 
1172
1384
  [[package]]
1173
- name = "rustix"
1174
- version = "1.0.7"
1385
+ name = "rustc_version"
1386
+ version = "0.4.1"
1175
1387
  source = "registry+https://github.com/rust-lang/crates.io-index"
1176
- checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1388
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1177
1389
  dependencies = [
1178
- "bitflags 2.9.1",
1179
- "errno",
1180
- "libc",
1181
- "linux-raw-sys",
1182
- "windows-sys 0.59.0",
1390
+ "semver",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "rustls"
1395
+ version = "0.21.12"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
1398
+ dependencies = [
1399
+ "log",
1400
+ "ring",
1401
+ "rustls-webpki",
1402
+ "sct",
1183
1403
  ]
1184
1404
 
1185
1405
  [[package]]
@@ -1191,6 +1411,16 @@ dependencies = [
1191
1411
  "base64",
1192
1412
  ]
1193
1413
 
1414
+ [[package]]
1415
+ name = "rustls-webpki"
1416
+ version = "0.101.7"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
1419
+ dependencies = [
1420
+ "ring",
1421
+ "untrusted",
1422
+ ]
1423
+
1194
1424
  [[package]]
1195
1425
  name = "rustversion"
1196
1426
  version = "1.0.21"
@@ -1204,36 +1434,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
1434
  checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1205
1435
 
1206
1436
  [[package]]
1207
- name = "schannel"
1208
- version = "0.1.27"
1437
+ name = "scopeguard"
1438
+ version = "1.2.0"
1209
1439
  source = "registry+https://github.com/rust-lang/crates.io-index"
1210
- checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1211
- dependencies = [
1212
- "windows-sys 0.59.0",
1213
- ]
1440
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1214
1441
 
1215
1442
  [[package]]
1216
- name = "security-framework"
1217
- version = "2.11.1"
1443
+ name = "sct"
1444
+ version = "0.7.1"
1218
1445
  source = "registry+https://github.com/rust-lang/crates.io-index"
1219
- checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1446
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1220
1447
  dependencies = [
1221
- "bitflags 2.9.1",
1222
- "core-foundation",
1223
- "core-foundation-sys",
1224
- "libc",
1225
- "security-framework-sys",
1448
+ "ring",
1449
+ "untrusted",
1226
1450
  ]
1227
1451
 
1228
1452
  [[package]]
1229
- name = "security-framework-sys"
1230
- version = "2.14.0"
1453
+ name = "semver"
1454
+ version = "1.0.27"
1231
1455
  source = "registry+https://github.com/rust-lang/crates.io-index"
1232
- checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1233
- dependencies = [
1234
- "core-foundation-sys",
1235
- "libc",
1236
- ]
1456
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1237
1457
 
1238
1458
  [[package]]
1239
1459
  name = "serde"
@@ -1391,6 +1611,12 @@ dependencies = [
1391
1611
  "libc",
1392
1612
  ]
1393
1613
 
1614
+ [[package]]
1615
+ name = "tagptr"
1616
+ version = "0.2.0"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
1619
+
1394
1620
  [[package]]
1395
1621
  name = "target-lexicon"
1396
1622
  version = "0.13.2"
@@ -1398,25 +1624,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
1624
  checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1399
1625
 
1400
1626
  [[package]]
1401
- name = "tempfile"
1402
- version = "3.20.0"
1627
+ name = "thiserror"
1628
+ version = "1.0.69"
1403
1629
  source = "registry+https://github.com/rust-lang/crates.io-index"
1404
- checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
1630
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1405
1631
  dependencies = [
1406
- "fastrand",
1407
- "getrandom",
1408
- "once_cell",
1409
- "rustix",
1410
- "windows-sys 0.59.0",
1632
+ "thiserror-impl 1.0.69",
1411
1633
  ]
1412
1634
 
1413
1635
  [[package]]
1414
1636
  name = "thiserror"
1415
- version = "1.0.69"
1637
+ version = "2.0.17"
1416
1638
  source = "registry+https://github.com/rust-lang/crates.io-index"
1417
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1639
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1418
1640
  dependencies = [
1419
- "thiserror-impl",
1641
+ "thiserror-impl 2.0.17",
1420
1642
  ]
1421
1643
 
1422
1644
  [[package]]
@@ -1430,6 +1652,17 @@ dependencies = [
1430
1652
  "syn",
1431
1653
  ]
1432
1654
 
1655
+ [[package]]
1656
+ name = "thiserror-impl"
1657
+ version = "2.0.17"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1660
+ dependencies = [
1661
+ "proc-macro2",
1662
+ "quote",
1663
+ "syn",
1664
+ ]
1665
+
1433
1666
  [[package]]
1434
1667
  name = "thread_local"
1435
1668
  version = "1.1.8"
@@ -1481,6 +1714,21 @@ dependencies = [
1481
1714
  "zerovec",
1482
1715
  ]
1483
1716
 
1717
+ [[package]]
1718
+ name = "tinyvec"
1719
+ version = "1.10.0"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1722
+ dependencies = [
1723
+ "tinyvec_macros",
1724
+ ]
1725
+
1726
+ [[package]]
1727
+ name = "tinyvec_macros"
1728
+ version = "0.1.1"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1731
+
1484
1732
  [[package]]
1485
1733
  name = "tokio"
1486
1734
  version = "1.45.1"
@@ -1493,16 +1741,28 @@ dependencies = [
1493
1741
  "mio",
1494
1742
  "pin-project-lite",
1495
1743
  "socket2",
1744
+ "tokio-macros",
1496
1745
  "windows-sys 0.52.0",
1497
1746
  ]
1498
1747
 
1499
1748
  [[package]]
1500
- name = "tokio-native-tls"
1501
- version = "0.3.1"
1749
+ name = "tokio-macros"
1750
+ version = "2.5.0"
1502
1751
  source = "registry+https://github.com/rust-lang/crates.io-index"
1503
- checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1752
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1504
1753
  dependencies = [
1505
- "native-tls",
1754
+ "proc-macro2",
1755
+ "quote",
1756
+ "syn",
1757
+ ]
1758
+
1759
+ [[package]]
1760
+ name = "tokio-rustls"
1761
+ version = "0.24.1"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
1764
+ dependencies = [
1765
+ "rustls",
1506
1766
  "tokio",
1507
1767
  ]
1508
1768
 
@@ -1521,7 +1781,7 @@ dependencies = [
1521
1781
 
1522
1782
  [[package]]
1523
1783
  name = "tosnativeclient"
1524
- version = "1.0.4"
1784
+ version = "1.0.8-b0"
1525
1785
  dependencies = [
1526
1786
  "arc-swap",
1527
1787
  "async-channel",
@@ -1561,7 +1821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
1821
  checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
1562
1822
  dependencies = [
1563
1823
  "crossbeam-channel",
1564
- "thiserror",
1824
+ "thiserror 1.0.69",
1565
1825
  "time",
1566
1826
  "tracing-subscriber",
1567
1827
  ]
@@ -1640,6 +1900,12 @@ version = "0.2.4"
1640
1900
  source = "registry+https://github.com/rust-lang/crates.io-index"
1641
1901
  checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1642
1902
 
1903
+ [[package]]
1904
+ name = "untrusted"
1905
+ version = "0.9.0"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1908
+
1643
1909
  [[package]]
1644
1910
  name = "url"
1645
1911
  version = "2.5.4"
@@ -1670,7 +1936,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
1936
  checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
1671
1937
  dependencies = [
1672
1938
  "atomic",
1673
- "getrandom",
1939
+ "getrandom 0.3.3",
1674
1940
  "js-sys",
1675
1941
  "wasm-bindgen",
1676
1942
  ]
@@ -1681,17 +1947,11 @@ version = "0.1.1"
1681
1947
  source = "registry+https://github.com/rust-lang/crates.io-index"
1682
1948
  checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1683
1949
 
1684
- [[package]]
1685
- name = "vcpkg"
1686
- version = "0.2.15"
1687
- source = "registry+https://github.com/rust-lang/crates.io-index"
1688
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1689
-
1690
1950
  [[package]]
1691
1951
  name = "ve-tos-generic"
1692
- version = "0.0.3"
1952
+ version = "0.0.7"
1693
1953
  source = "registry+https://github.com/rust-lang/crates.io-index"
1694
- checksum = "602ac71336edb2b9cce23537323971a5ca2f117aac6967c4e83a695864a5d0df"
1954
+ checksum = "89629c9fc0b414aee06b2de90efae21d87d80084801c359ea39379caa0797256"
1695
1955
  dependencies = [
1696
1956
  "quote",
1697
1957
  "syn",
@@ -1699,9 +1959,9 @@ dependencies = [
1699
1959
 
1700
1960
  [[package]]
1701
1961
  name = "ve-tos-rust-sdk"
1702
- version = "2.3.0"
1962
+ version = "2.9.0"
1703
1963
  source = "registry+https://github.com/rust-lang/crates.io-index"
1704
- checksum = "d21bafb2ba7c00a51b592406d8b1098504711170d77de0be9545f9a953023321"
1964
+ checksum = "ded896e3c0df790bfbe4ccb26cdad96acb38e9b6342bb654c986d585480b1fb1"
1705
1965
  dependencies = [
1706
1966
  "arc-swap",
1707
1967
  "async-channel",
@@ -1713,9 +1973,12 @@ dependencies = [
1713
1973
  "futures-core",
1714
1974
  "futures-util",
1715
1975
  "hex",
1976
+ "hickory-resolver 0.25.2",
1716
1977
  "hmac",
1978
+ "hyper",
1717
1979
  "md-5",
1718
1980
  "once_cell",
1981
+ "rand 0.8.5",
1719
1982
  "regex",
1720
1983
  "reqwest",
1721
1984
  "serde",
@@ -1856,6 +2119,18 @@ dependencies = [
1856
2119
  "wasm-bindgen",
1857
2120
  ]
1858
2121
 
2122
+ [[package]]
2123
+ name = "webpki-roots"
2124
+ version = "0.25.4"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2127
+
2128
+ [[package]]
2129
+ name = "widestring"
2130
+ version = "1.2.1"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
2133
+
1859
2134
  [[package]]
1860
2135
  name = "winapi"
1861
2136
  version = "0.3.9"
@@ -1886,7 +2161,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
1886
2161
  dependencies = [
1887
2162
  "windows-implement",
1888
2163
  "windows-interface",
1889
- "windows-link",
2164
+ "windows-link 0.1.1",
1890
2165
  "windows-result",
1891
2166
  "windows-strings",
1892
2167
  ]
@@ -1919,13 +2194,19 @@ version = "0.1.1"
1919
2194
  source = "registry+https://github.com/rust-lang/crates.io-index"
1920
2195
  checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
1921
2196
 
2197
+ [[package]]
2198
+ name = "windows-link"
2199
+ version = "0.2.1"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2202
+
1922
2203
  [[package]]
1923
2204
  name = "windows-result"
1924
2205
  version = "0.3.4"
1925
2206
  source = "registry+https://github.com/rust-lang/crates.io-index"
1926
2207
  checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1927
2208
  dependencies = [
1928
- "windows-link",
2209
+ "windows-link 0.1.1",
1929
2210
  ]
1930
2211
 
1931
2212
  [[package]]
@@ -1934,7 +2215,7 @@ version = "0.4.2"
1934
2215
  source = "registry+https://github.com/rust-lang/crates.io-index"
1935
2216
  checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
1936
2217
  dependencies = [
1937
- "windows-link",
2218
+ "windows-link 0.1.1",
1938
2219
  ]
1939
2220
 
1940
2221
  [[package]]
@@ -2134,6 +2415,26 @@ dependencies = [
2134
2415
  "synstructure",
2135
2416
  ]
2136
2417
 
2418
+ [[package]]
2419
+ name = "zerocopy"
2420
+ version = "0.8.27"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
2423
+ dependencies = [
2424
+ "zerocopy-derive",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "zerocopy-derive"
2429
+ version = "0.8.27"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
2432
+ dependencies = [
2433
+ "proc-macro2",
2434
+ "quote",
2435
+ "syn",
2436
+ ]
2437
+
2137
2438
  [[package]]
2138
2439
  name = "zerofrom"
2139
2440
  version = "0.1.6"