tosnativeclient 1.0.0__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"
@@ -472,12 +485,109 @@ version = "0.5.0"
472
485
  source = "registry+https://github.com/rust-lang/crates.io-index"
473
486
  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
474
487
 
488
+ [[package]]
489
+ name = "hermit-abi"
490
+ version = "0.5.2"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
493
+
475
494
  [[package]]
476
495
  name = "hex"
477
496
  version = "0.4.3"
478
497
  source = "registry+https://github.com/rust-lang/crates.io-index"
479
498
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
480
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
+
481
591
  [[package]]
482
592
  name = "hmac"
483
593
  version = "0.12.1"
@@ -546,16 +656,17 @@ dependencies = [
546
656
  ]
547
657
 
548
658
  [[package]]
549
- name = "hyper-tls"
550
- version = "0.5.0"
659
+ name = "hyper-rustls"
660
+ version = "0.24.2"
551
661
  source = "registry+https://github.com/rust-lang/crates.io-index"
552
- checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
662
+ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
553
663
  dependencies = [
554
- "bytes",
664
+ "futures-util",
665
+ "http",
555
666
  "hyper",
556
- "native-tls",
667
+ "rustls",
557
668
  "tokio",
558
- "tokio-native-tls",
669
+ "tokio-rustls",
559
670
  ]
560
671
 
561
672
  [[package]]
@@ -705,6 +816,18 @@ version = "2.0.6"
705
816
  source = "registry+https://github.com/rust-lang/crates.io-index"
706
817
  checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
707
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
+
708
831
  [[package]]
709
832
  name = "ipnet"
710
833
  version = "2.11.0"
@@ -740,10 +863,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
740
863
  checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
741
864
 
742
865
  [[package]]
743
- name = "linux-raw-sys"
744
- version = "0.9.4"
866
+ name = "linked-hash-map"
867
+ version = "0.5.6"
745
868
  source = "registry+https://github.com/rust-lang/crates.io-index"
746
- checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
869
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
747
870
 
748
871
  [[package]]
749
872
  name = "litemap"
@@ -751,12 +874,30 @@ version = "0.8.0"
751
874
  source = "registry+https://github.com/rust-lang/crates.io-index"
752
875
  checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
753
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
+
754
886
  [[package]]
755
887
  name = "log"
756
888
  version = "0.4.27"
757
889
  source = "registry+https://github.com/rust-lang/crates.io-index"
758
890
  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
759
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
+
760
901
  [[package]]
761
902
  name = "matchers"
762
903
  version = "0.1.0"
@@ -818,20 +959,21 @@ dependencies = [
818
959
  ]
819
960
 
820
961
  [[package]]
821
- name = "native-tls"
822
- version = "0.2.14"
962
+ name = "moka"
963
+ version = "0.12.11"
823
964
  source = "registry+https://github.com/rust-lang/crates.io-index"
824
- checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
965
+ checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
825
966
  dependencies = [
826
- "libc",
827
- "log",
828
- "openssl",
829
- "openssl-probe",
830
- "openssl-sys",
831
- "schannel",
832
- "security-framework",
833
- "security-framework-sys",
834
- "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",
835
977
  ]
836
978
 
837
979
  [[package]]
@@ -859,6 +1001,16 @@ dependencies = [
859
1001
  "autocfg",
860
1002
  ]
861
1003
 
1004
+ [[package]]
1005
+ name = "num_cpus"
1006
+ version = "1.17.0"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1009
+ dependencies = [
1010
+ "hermit-abi",
1011
+ "libc",
1012
+ ]
1013
+
862
1014
  [[package]]
863
1015
  name = "object"
864
1016
  version = "0.36.7"
@@ -873,62 +1025,45 @@ name = "once_cell"
873
1025
  version = "1.21.3"
874
1026
  source = "registry+https://github.com/rust-lang/crates.io-index"
875
1027
  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
876
-
877
- [[package]]
878
- name = "openssl"
879
- version = "0.10.73"
880
- source = "registry+https://github.com/rust-lang/crates.io-index"
881
- checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
882
1028
  dependencies = [
883
- "bitflags 2.9.1",
884
- "cfg-if",
885
- "foreign-types",
886
- "libc",
887
- "once_cell",
888
- "openssl-macros",
889
- "openssl-sys",
1029
+ "critical-section",
1030
+ "portable-atomic",
890
1031
  ]
891
1032
 
892
1033
  [[package]]
893
- name = "openssl-macros"
1034
+ name = "overload"
894
1035
  version = "0.1.1"
895
1036
  source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
897
- dependencies = [
898
- "proc-macro2",
899
- "quote",
900
- "syn",
901
- ]
1037
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
902
1038
 
903
1039
  [[package]]
904
- name = "openssl-probe"
905
- version = "0.1.6"
1040
+ name = "parking"
1041
+ version = "2.2.1"
906
1042
  source = "registry+https://github.com/rust-lang/crates.io-index"
907
- checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1043
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
908
1044
 
909
1045
  [[package]]
910
- name = "openssl-sys"
911
- version = "0.9.109"
1046
+ name = "parking_lot"
1047
+ version = "0.12.5"
912
1048
  source = "registry+https://github.com/rust-lang/crates.io-index"
913
- checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1049
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
914
1050
  dependencies = [
915
- "cc",
916
- "libc",
917
- "pkg-config",
918
- "vcpkg",
1051
+ "lock_api",
1052
+ "parking_lot_core",
919
1053
  ]
920
1054
 
921
1055
  [[package]]
922
- name = "overload"
923
- version = "0.1.1"
1056
+ name = "parking_lot_core"
1057
+ version = "0.9.12"
924
1058
  source = "registry+https://github.com/rust-lang/crates.io-index"
925
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
926
-
927
- [[package]]
928
- name = "parking"
929
- version = "2.2.1"
930
- source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1059
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1060
+ dependencies = [
1061
+ "cfg-if",
1062
+ "libc",
1063
+ "redox_syscall",
1064
+ "smallvec",
1065
+ "windows-link 0.2.1",
1066
+ ]
932
1067
 
933
1068
  [[package]]
934
1069
  name = "percent-encoding"
@@ -948,12 +1083,6 @@ version = "0.1.0"
948
1083
  source = "registry+https://github.com/rust-lang/crates.io-index"
949
1084
  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
950
1085
 
951
- [[package]]
952
- name = "pkg-config"
953
- version = "0.3.32"
954
- source = "registry+https://github.com/rust-lang/crates.io-index"
955
- checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
956
-
957
1086
  [[package]]
958
1087
  name = "portable-atomic"
959
1088
  version = "1.11.1"
@@ -975,6 +1104,15 @@ version = "0.2.0"
975
1104
  source = "registry+https://github.com/rust-lang/crates.io-index"
976
1105
  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
977
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
+
978
1116
  [[package]]
979
1117
  name = "proc-macro2"
980
1118
  version = "1.0.95"
@@ -1061,6 +1199,74 @@ version = "5.2.0"
1061
1199
  source = "registry+https://github.com/rust-lang/crates.io-index"
1062
1200
  checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1063
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
+
1064
1270
  [[package]]
1065
1271
  name = "regex"
1066
1272
  version = "1.11.1"
@@ -1117,18 +1323,19 @@ dependencies = [
1117
1323
  "futures-core",
1118
1324
  "futures-util",
1119
1325
  "h2",
1326
+ "hickory-resolver 0.24.4",
1120
1327
  "http",
1121
1328
  "http-body",
1122
1329
  "hyper",
1123
- "hyper-tls",
1330
+ "hyper-rustls",
1124
1331
  "ipnet",
1125
1332
  "js-sys",
1126
1333
  "log",
1127
1334
  "mime",
1128
- "native-tls",
1129
1335
  "once_cell",
1130
1336
  "percent-encoding",
1131
1337
  "pin-project-lite",
1338
+ "rustls",
1132
1339
  "rustls-pemfile",
1133
1340
  "serde",
1134
1341
  "serde_json",
@@ -1136,7 +1343,7 @@ dependencies = [
1136
1343
  "sync_wrapper",
1137
1344
  "system-configuration",
1138
1345
  "tokio",
1139
- "tokio-native-tls",
1346
+ "tokio-rustls",
1140
1347
  "tokio-util",
1141
1348
  "tower-service",
1142
1349
  "url",
@@ -1144,9 +1351,30 @@ dependencies = [
1144
1351
  "wasm-bindgen-futures",
1145
1352
  "wasm-streams",
1146
1353
  "web-sys",
1354
+ "webpki-roots",
1147
1355
  "winreg",
1148
1356
  ]
1149
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
+
1150
1378
  [[package]]
1151
1379
  name = "rustc-demangle"
1152
1380
  version = "0.1.25"
@@ -1154,16 +1382,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
1382
  checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1155
1383
 
1156
1384
  [[package]]
1157
- name = "rustix"
1158
- version = "1.0.7"
1385
+ name = "rustc_version"
1386
+ version = "0.4.1"
1159
1387
  source = "registry+https://github.com/rust-lang/crates.io-index"
1160
- checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1388
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1161
1389
  dependencies = [
1162
- "bitflags 2.9.1",
1163
- "errno",
1164
- "libc",
1165
- "linux-raw-sys",
1166
- "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",
1167
1403
  ]
1168
1404
 
1169
1405
  [[package]]
@@ -1175,6 +1411,16 @@ dependencies = [
1175
1411
  "base64",
1176
1412
  ]
1177
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
+
1178
1424
  [[package]]
1179
1425
  name = "rustversion"
1180
1426
  version = "1.0.21"
@@ -1188,36 +1434,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
1434
  checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1189
1435
 
1190
1436
  [[package]]
1191
- name = "schannel"
1192
- version = "0.1.27"
1437
+ name = "scopeguard"
1438
+ version = "1.2.0"
1193
1439
  source = "registry+https://github.com/rust-lang/crates.io-index"
1194
- checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1195
- dependencies = [
1196
- "windows-sys 0.59.0",
1197
- ]
1440
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1198
1441
 
1199
1442
  [[package]]
1200
- name = "security-framework"
1201
- version = "2.11.1"
1443
+ name = "sct"
1444
+ version = "0.7.1"
1202
1445
  source = "registry+https://github.com/rust-lang/crates.io-index"
1203
- checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1446
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1204
1447
  dependencies = [
1205
- "bitflags 2.9.1",
1206
- "core-foundation",
1207
- "core-foundation-sys",
1208
- "libc",
1209
- "security-framework-sys",
1448
+ "ring",
1449
+ "untrusted",
1210
1450
  ]
1211
1451
 
1212
1452
  [[package]]
1213
- name = "security-framework-sys"
1214
- version = "2.14.0"
1453
+ name = "semver"
1454
+ version = "1.0.27"
1215
1455
  source = "registry+https://github.com/rust-lang/crates.io-index"
1216
- checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1217
- dependencies = [
1218
- "core-foundation-sys",
1219
- "libc",
1220
- ]
1456
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1221
1457
 
1222
1458
  [[package]]
1223
1459
  name = "serde"
@@ -1375,6 +1611,12 @@ dependencies = [
1375
1611
  "libc",
1376
1612
  ]
1377
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
+
1378
1620
  [[package]]
1379
1621
  name = "target-lexicon"
1380
1622
  version = "0.13.2"
@@ -1382,25 +1624,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
1624
  checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1383
1625
 
1384
1626
  [[package]]
1385
- name = "tempfile"
1386
- version = "3.20.0"
1627
+ name = "thiserror"
1628
+ version = "1.0.69"
1387
1629
  source = "registry+https://github.com/rust-lang/crates.io-index"
1388
- checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
1630
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1389
1631
  dependencies = [
1390
- "fastrand",
1391
- "getrandom",
1392
- "once_cell",
1393
- "rustix",
1394
- "windows-sys 0.59.0",
1632
+ "thiserror-impl 1.0.69",
1395
1633
  ]
1396
1634
 
1397
1635
  [[package]]
1398
1636
  name = "thiserror"
1399
- version = "1.0.69"
1637
+ version = "2.0.17"
1400
1638
  source = "registry+https://github.com/rust-lang/crates.io-index"
1401
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1639
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1402
1640
  dependencies = [
1403
- "thiserror-impl",
1641
+ "thiserror-impl 2.0.17",
1404
1642
  ]
1405
1643
 
1406
1644
  [[package]]
@@ -1414,6 +1652,17 @@ dependencies = [
1414
1652
  "syn",
1415
1653
  ]
1416
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
+
1417
1666
  [[package]]
1418
1667
  name = "thread_local"
1419
1668
  version = "1.1.8"
@@ -1465,6 +1714,21 @@ dependencies = [
1465
1714
  "zerovec",
1466
1715
  ]
1467
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
+
1468
1732
  [[package]]
1469
1733
  name = "tokio"
1470
1734
  version = "1.45.1"
@@ -1477,16 +1741,28 @@ dependencies = [
1477
1741
  "mio",
1478
1742
  "pin-project-lite",
1479
1743
  "socket2",
1744
+ "tokio-macros",
1480
1745
  "windows-sys 0.52.0",
1481
1746
  ]
1482
1747
 
1483
1748
  [[package]]
1484
- name = "tokio-native-tls"
1485
- version = "0.3.1"
1749
+ name = "tokio-macros"
1750
+ version = "2.5.0"
1486
1751
  source = "registry+https://github.com/rust-lang/crates.io-index"
1487
- checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1752
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1488
1753
  dependencies = [
1489
- "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",
1490
1766
  "tokio",
1491
1767
  ]
1492
1768
 
@@ -1505,13 +1781,14 @@ dependencies = [
1505
1781
 
1506
1782
  [[package]]
1507
1783
  name = "tosnativeclient"
1508
- version = "1.0.0"
1784
+ version = "1.0.8-b0"
1509
1785
  dependencies = [
1510
1786
  "arc-swap",
1511
1787
  "async-channel",
1512
1788
  "async-trait",
1513
1789
  "bytes",
1514
1790
  "futures-util",
1791
+ "num_cpus",
1515
1792
  "pyo3",
1516
1793
  "tokio",
1517
1794
  "tracing",
@@ -1544,7 +1821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
1821
  checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
1545
1822
  dependencies = [
1546
1823
  "crossbeam-channel",
1547
- "thiserror",
1824
+ "thiserror 1.0.69",
1548
1825
  "time",
1549
1826
  "tracing-subscriber",
1550
1827
  ]
@@ -1623,6 +1900,12 @@ version = "0.2.4"
1623
1900
  source = "registry+https://github.com/rust-lang/crates.io-index"
1624
1901
  checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1625
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
+
1626
1909
  [[package]]
1627
1910
  name = "url"
1628
1911
  version = "2.5.4"
@@ -1653,7 +1936,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
1936
  checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
1654
1937
  dependencies = [
1655
1938
  "atomic",
1656
- "getrandom",
1939
+ "getrandom 0.3.3",
1657
1940
  "js-sys",
1658
1941
  "wasm-bindgen",
1659
1942
  ]
@@ -1664,17 +1947,11 @@ version = "0.1.1"
1664
1947
  source = "registry+https://github.com/rust-lang/crates.io-index"
1665
1948
  checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1666
1949
 
1667
- [[package]]
1668
- name = "vcpkg"
1669
- version = "0.2.15"
1670
- source = "registry+https://github.com/rust-lang/crates.io-index"
1671
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1672
-
1673
1950
  [[package]]
1674
1951
  name = "ve-tos-generic"
1675
- version = "0.0.3"
1952
+ version = "0.0.7"
1676
1953
  source = "registry+https://github.com/rust-lang/crates.io-index"
1677
- checksum = "602ac71336edb2b9cce23537323971a5ca2f117aac6967c4e83a695864a5d0df"
1954
+ checksum = "89629c9fc0b414aee06b2de90efae21d87d80084801c359ea39379caa0797256"
1678
1955
  dependencies = [
1679
1956
  "quote",
1680
1957
  "syn",
@@ -1682,9 +1959,9 @@ dependencies = [
1682
1959
 
1683
1960
  [[package]]
1684
1961
  name = "ve-tos-rust-sdk"
1685
- version = "2.3.0"
1962
+ version = "2.9.0"
1686
1963
  source = "registry+https://github.com/rust-lang/crates.io-index"
1687
- checksum = "d21bafb2ba7c00a51b592406d8b1098504711170d77de0be9545f9a953023321"
1964
+ checksum = "ded896e3c0df790bfbe4ccb26cdad96acb38e9b6342bb654c986d585480b1fb1"
1688
1965
  dependencies = [
1689
1966
  "arc-swap",
1690
1967
  "async-channel",
@@ -1696,14 +1973,19 @@ dependencies = [
1696
1973
  "futures-core",
1697
1974
  "futures-util",
1698
1975
  "hex",
1976
+ "hickory-resolver 0.25.2",
1699
1977
  "hmac",
1978
+ "hyper",
1700
1979
  "md-5",
1701
1980
  "once_cell",
1981
+ "rand 0.8.5",
1702
1982
  "regex",
1703
1983
  "reqwest",
1704
1984
  "serde",
1705
1985
  "serde_json",
1706
1986
  "sha2",
1987
+ "tokio",
1988
+ "tokio-util",
1707
1989
  "tracing",
1708
1990
  "tracing-appender",
1709
1991
  "tracing-subscriber",
@@ -1837,6 +2119,18 @@ dependencies = [
1837
2119
  "wasm-bindgen",
1838
2120
  ]
1839
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
+
1840
2134
  [[package]]
1841
2135
  name = "winapi"
1842
2136
  version = "0.3.9"
@@ -1867,7 +2161,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
1867
2161
  dependencies = [
1868
2162
  "windows-implement",
1869
2163
  "windows-interface",
1870
- "windows-link",
2164
+ "windows-link 0.1.1",
1871
2165
  "windows-result",
1872
2166
  "windows-strings",
1873
2167
  ]
@@ -1900,13 +2194,19 @@ version = "0.1.1"
1900
2194
  source = "registry+https://github.com/rust-lang/crates.io-index"
1901
2195
  checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
1902
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
+
1903
2203
  [[package]]
1904
2204
  name = "windows-result"
1905
2205
  version = "0.3.4"
1906
2206
  source = "registry+https://github.com/rust-lang/crates.io-index"
1907
2207
  checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1908
2208
  dependencies = [
1909
- "windows-link",
2209
+ "windows-link 0.1.1",
1910
2210
  ]
1911
2211
 
1912
2212
  [[package]]
@@ -1915,7 +2215,7 @@ version = "0.4.2"
1915
2215
  source = "registry+https://github.com/rust-lang/crates.io-index"
1916
2216
  checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
1917
2217
  dependencies = [
1918
- "windows-link",
2218
+ "windows-link 0.1.1",
1919
2219
  ]
1920
2220
 
1921
2221
  [[package]]
@@ -2115,6 +2415,26 @@ dependencies = [
2115
2415
  "synstructure",
2116
2416
  ]
2117
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
+
2118
2438
  [[package]]
2119
2439
  name = "zerofrom"
2120
2440
  version = "0.1.6"