microsandbox-rb 0.13.0 → 0.15.0

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.
data/Cargo.lock CHANGED
@@ -102,6 +102,12 @@ version = "0.2.21"
102
102
  source = "registry+https://github.com/rust-lang/crates.io-index"
103
103
  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
104
104
 
105
+ [[package]]
106
+ name = "ambient-authority"
107
+ version = "0.0.2"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
110
+
105
111
  [[package]]
106
112
  name = "android_system_properties"
107
113
  version = "0.1.5"
@@ -362,7 +368,7 @@ dependencies = [
362
368
  "nom",
363
369
  "num-traits",
364
370
  "rusticata-macros",
365
- "thiserror 2.0.18",
371
+ "thiserror",
366
372
  "time",
367
373
  ]
368
374
 
@@ -869,6 +875,36 @@ dependencies = [
869
875
  "pkg-config",
870
876
  ]
871
877
 
878
+ [[package]]
879
+ name = "cap-primitives"
880
+ version = "4.0.3"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "8b5f74729fd2f44701d1a8eb47e906cdb3ccd9ec0f02baad85a744b791940b18"
883
+ dependencies = [
884
+ "ambient-authority",
885
+ "fs-set-times",
886
+ "io-extras",
887
+ "io-lifetimes 3.0.1",
888
+ "ipnet",
889
+ "maybe-owned",
890
+ "rustix",
891
+ "rustix-linux-procfs",
892
+ "windows-sys 0.60.2",
893
+ "winx",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "cap-std"
898
+ version = "4.0.3"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "c1ec78e242cfa2cfe276807ac2ecc00315a6c97786977414bcd1c3963b6c91b8"
901
+ dependencies = [
902
+ "cap-primitives",
903
+ "io-extras",
904
+ "io-lifetimes 3.0.1",
905
+ "rustix",
906
+ ]
907
+
872
908
  [[package]]
873
909
  name = "capng"
874
910
  version = "0.2.3"
@@ -918,12 +954,6 @@ dependencies = [
918
954
  "shlex 2.0.1",
919
955
  ]
920
956
 
921
- [[package]]
922
- name = "cesu8"
923
- version = "1.1.0"
924
- source = "registry+https://github.com/rust-lang/crates.io-index"
925
- checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
926
-
927
957
  [[package]]
928
958
  name = "cexpr"
929
959
  version = "0.6.0"
@@ -1566,7 +1596,7 @@ version = "1.0.0"
1566
1596
  source = "registry+https://github.com/rust-lang/crates.io-index"
1567
1597
  checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
1568
1598
  dependencies = [
1569
- "thiserror 2.0.18",
1599
+ "thiserror",
1570
1600
  ]
1571
1601
 
1572
1602
  [[package]]
@@ -1729,7 +1759,7 @@ dependencies = [
1729
1759
  "libc",
1730
1760
  "option-ext",
1731
1761
  "redox_users",
1732
- "windows-sys 0.59.0",
1762
+ "windows-sys 0.60.2",
1733
1763
  ]
1734
1764
 
1735
1765
  [[package]]
@@ -2029,6 +2059,17 @@ dependencies = [
2029
2059
  "percent-encoding",
2030
2060
  ]
2031
2061
 
2062
+ [[package]]
2063
+ name = "fs-set-times"
2064
+ version = "0.20.3"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
2067
+ dependencies = [
2068
+ "io-lifetimes 2.0.4",
2069
+ "rustix",
2070
+ "windows-sys 0.52.0",
2071
+ ]
2072
+
2032
2073
  [[package]]
2033
2074
  name = "fs_extra"
2034
2075
  version = "1.3.0"
@@ -2052,9 +2093,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2052
2093
 
2053
2094
  [[package]]
2054
2095
  name = "futures"
2055
- version = "0.3.32"
2096
+ version = "0.3.34"
2056
2097
  source = "registry+https://github.com/rust-lang/crates.io-index"
2057
- checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
2098
+ checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
2058
2099
  dependencies = [
2059
2100
  "futures-channel",
2060
2101
  "futures-core",
@@ -2067,9 +2108,9 @@ dependencies = [
2067
2108
 
2068
2109
  [[package]]
2069
2110
  name = "futures-channel"
2070
- version = "0.3.32"
2111
+ version = "0.3.34"
2071
2112
  source = "registry+https://github.com/rust-lang/crates.io-index"
2072
- checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
2113
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
2073
2114
  dependencies = [
2074
2115
  "futures-core",
2075
2116
  "futures-sink",
@@ -2077,15 +2118,15 @@ dependencies = [
2077
2118
 
2078
2119
  [[package]]
2079
2120
  name = "futures-core"
2080
- version = "0.3.32"
2121
+ version = "0.3.34"
2081
2122
  source = "registry+https://github.com/rust-lang/crates.io-index"
2082
- checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
2123
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
2083
2124
 
2084
2125
  [[package]]
2085
2126
  name = "futures-executor"
2086
- version = "0.3.32"
2127
+ version = "0.3.34"
2087
2128
  source = "registry+https://github.com/rust-lang/crates.io-index"
2088
- checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
2129
+ checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
2089
2130
  dependencies = [
2090
2131
  "futures-core",
2091
2132
  "futures-task",
@@ -2105,9 +2146,9 @@ dependencies = [
2105
2146
 
2106
2147
  [[package]]
2107
2148
  name = "futures-io"
2108
- version = "0.3.32"
2149
+ version = "0.3.34"
2109
2150
  source = "registry+https://github.com/rust-lang/crates.io-index"
2110
- checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2151
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
2111
2152
 
2112
2153
  [[package]]
2113
2154
  name = "futures-lite"
@@ -2124,32 +2165,32 @@ dependencies = [
2124
2165
 
2125
2166
  [[package]]
2126
2167
  name = "futures-macro"
2127
- version = "0.3.32"
2168
+ version = "0.3.34"
2128
2169
  source = "registry+https://github.com/rust-lang/crates.io-index"
2129
- checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2170
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
2130
2171
  dependencies = [
2131
2172
  "proc-macro2",
2132
2173
  "quote",
2133
- "syn 2.0.118",
2174
+ "syn 3.0.4",
2134
2175
  ]
2135
2176
 
2136
2177
  [[package]]
2137
2178
  name = "futures-sink"
2138
- version = "0.3.32"
2179
+ version = "0.3.34"
2139
2180
  source = "registry+https://github.com/rust-lang/crates.io-index"
2140
- checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2181
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
2141
2182
 
2142
2183
  [[package]]
2143
2184
  name = "futures-task"
2144
- version = "0.3.32"
2185
+ version = "0.3.34"
2145
2186
  source = "registry+https://github.com/rust-lang/crates.io-index"
2146
- checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
2187
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
2147
2188
 
2148
2189
  [[package]]
2149
2190
  name = "futures-util"
2150
- version = "0.3.32"
2191
+ version = "0.3.34"
2151
2192
  source = "registry+https://github.com/rust-lang/crates.io-index"
2152
- checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
2193
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
2153
2194
  dependencies = [
2154
2195
  "futures-channel",
2155
2196
  "futures-core",
@@ -2424,10 +2465,10 @@ dependencies = [
2424
2465
  "hickory-proto",
2425
2466
  "idna",
2426
2467
  "ipnet",
2427
- "jni 0.22.4",
2468
+ "jni",
2428
2469
  "rand 0.10.2",
2429
2470
  "rustls",
2430
- "thiserror 2.0.18",
2471
+ "thiserror",
2431
2472
  "tinyvec",
2432
2473
  "tokio",
2433
2474
  "tokio-rustls",
@@ -2444,11 +2485,11 @@ dependencies = [
2444
2485
  "data-encoding",
2445
2486
  "idna",
2446
2487
  "ipnet",
2447
- "jni 0.22.4",
2488
+ "jni",
2448
2489
  "once_cell",
2449
2490
  "rand 0.10.2",
2450
2491
  "ring",
2451
- "thiserror 2.0.18",
2492
+ "thiserror",
2452
2493
  "tinyvec",
2453
2494
  "tracing",
2454
2495
  "url",
@@ -2838,6 +2879,28 @@ dependencies = [
2838
2879
  "rand_core 0.10.1",
2839
2880
  ]
2840
2881
 
2882
+ [[package]]
2883
+ name = "io-extras"
2884
+ version = "0.19.0"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "20fd6de4ccfcc187e38bc21cfa543cb5a302cb86a8b114eb7f0bf0dc9f8ac00f"
2887
+ dependencies = [
2888
+ "io-lifetimes 3.0.1",
2889
+ "windows-sys 0.52.0",
2890
+ ]
2891
+
2892
+ [[package]]
2893
+ name = "io-lifetimes"
2894
+ version = "2.0.4"
2895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2896
+ checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
2897
+
2898
+ [[package]]
2899
+ name = "io-lifetimes"
2900
+ version = "3.0.1"
2901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2902
+ checksum = "2f0fb0570afe1fed943c5c3d4102d5358592d8625fda6a0007fdbe65a92fba96"
2903
+
2841
2904
  [[package]]
2842
2905
  name = "ipnet"
2843
2906
  version = "2.12.0"
@@ -2883,22 +2946,6 @@ version = "1.0.18"
2883
2946
  source = "registry+https://github.com/rust-lang/crates.io-index"
2884
2947
  checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
2885
2948
 
2886
- [[package]]
2887
- name = "jni"
2888
- version = "0.21.1"
2889
- source = "registry+https://github.com/rust-lang/crates.io-index"
2890
- checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2891
- dependencies = [
2892
- "cesu8",
2893
- "cfg-if",
2894
- "combine",
2895
- "jni-sys 0.3.1",
2896
- "log",
2897
- "thiserror 1.0.69",
2898
- "walkdir",
2899
- "windows-sys 0.45.0",
2900
- ]
2901
-
2902
2949
  [[package]]
2903
2950
  name = "jni"
2904
2951
  version = "0.22.4"
@@ -2908,10 +2955,10 @@ dependencies = [
2908
2955
  "cfg-if",
2909
2956
  "combine",
2910
2957
  "jni-macros",
2911
- "jni-sys 0.4.1",
2958
+ "jni-sys",
2912
2959
  "log",
2913
2960
  "simd_cesu8",
2914
- "thiserror 2.0.18",
2961
+ "thiserror",
2915
2962
  "walkdir",
2916
2963
  "windows-link",
2917
2964
  ]
@@ -2929,15 +2976,6 @@ dependencies = [
2929
2976
  "syn 2.0.118",
2930
2977
  ]
2931
2978
 
2932
- [[package]]
2933
- name = "jni-sys"
2934
- version = "0.3.1"
2935
- source = "registry+https://github.com/rust-lang/crates.io-index"
2936
- checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
2937
- dependencies = [
2938
- "jni-sys 0.4.1",
2939
- ]
2940
-
2941
2979
  [[package]]
2942
2980
  name = "jni-sys"
2943
2981
  version = "0.4.1"
@@ -3315,6 +3353,12 @@ dependencies = [
3315
3353
  "regex-automata",
3316
3354
  ]
3317
3355
 
3356
+ [[package]]
3357
+ name = "maybe-owned"
3358
+ version = "0.3.4"
3359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3360
+ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3361
+
3318
3362
  [[package]]
3319
3363
  name = "md-5"
3320
3364
  version = "0.11.0"
@@ -3348,8 +3392,8 @@ dependencies = [
3348
3392
 
3349
3393
  [[package]]
3350
3394
  name = "microsandbox"
3351
- version = "0.6.9"
3352
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3395
+ version = "0.6.14"
3396
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3353
3397
  dependencies = [
3354
3398
  "anyhow",
3355
3399
  "astral-tokio-tar",
@@ -3357,6 +3401,8 @@ dependencies = [
3357
3401
  "base64 0.23.1",
3358
3402
  "blake3",
3359
3403
  "bytes",
3404
+ "cap-primitives",
3405
+ "cap-std",
3360
3406
  "chrono",
3361
3407
  "ciborium",
3362
3408
  "crossterm",
@@ -3387,7 +3433,7 @@ dependencies = [
3387
3433
  "russh",
3388
3434
  "russh-sftp",
3389
3435
  "rustls",
3390
- "rustls-platform-verifier 0.7.0",
3436
+ "rustls-platform-verifier",
3391
3437
  "scopeguard",
3392
3438
  "sea-orm",
3393
3439
  "serde",
@@ -3395,7 +3441,7 @@ dependencies = [
3395
3441
  "sha2 0.11.0",
3396
3442
  "tar",
3397
3443
  "tempfile",
3398
- "thiserror 2.0.18",
3444
+ "thiserror",
3399
3445
  "tokio",
3400
3446
  "tokio-tungstenite",
3401
3447
  "tracing",
@@ -3408,21 +3454,21 @@ dependencies = [
3408
3454
 
3409
3455
  [[package]]
3410
3456
  name = "microsandbox-agent-client"
3411
- version = "0.6.9"
3412
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3457
+ version = "0.6.14"
3458
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3413
3459
  dependencies = [
3414
3460
  "ciborium",
3415
3461
  "microsandbox-protocol",
3416
3462
  "serde",
3417
- "thiserror 2.0.18",
3463
+ "thiserror",
3418
3464
  "tokio",
3419
3465
  "tracing",
3420
3466
  ]
3421
3467
 
3422
3468
  [[package]]
3423
3469
  name = "microsandbox-db"
3424
- version = "0.6.9"
3425
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3470
+ version = "0.6.14"
3471
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3426
3472
  dependencies = [
3427
3473
  "async-trait",
3428
3474
  "sea-orm",
@@ -3433,8 +3479,8 @@ dependencies = [
3433
3479
 
3434
3480
  [[package]]
3435
3481
  name = "microsandbox-filesystem"
3436
- version = "0.6.9"
3437
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3482
+ version = "0.6.14"
3483
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3438
3484
  dependencies = [
3439
3485
  "libc",
3440
3486
  "microsandbox-utils",
@@ -3446,8 +3492,8 @@ dependencies = [
3446
3492
 
3447
3493
  [[package]]
3448
3494
  name = "microsandbox-image"
3449
- version = "0.6.9"
3450
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3495
+ version = "0.6.14"
3496
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3451
3497
  dependencies = [
3452
3498
  "astral-tokio-tar",
3453
3499
  "async-compression",
@@ -3464,7 +3510,7 @@ dependencies = [
3464
3510
  "serde_json",
3465
3511
  "sha2 0.11.0",
3466
3512
  "tar",
3467
- "thiserror 2.0.18",
3513
+ "thiserror",
3468
3514
  "tokio",
3469
3515
  "tokio-util",
3470
3516
  "tracing",
@@ -3473,20 +3519,20 @@ dependencies = [
3473
3519
 
3474
3520
  [[package]]
3475
3521
  name = "microsandbox-metrics"
3476
- version = "0.6.9"
3477
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3522
+ version = "0.6.14"
3523
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3478
3524
  dependencies = [
3479
3525
  "chrono",
3480
3526
  "libc",
3481
- "thiserror 2.0.18",
3527
+ "thiserror",
3482
3528
  "tracing",
3483
3529
  "windows-sys 0.61.2",
3484
3530
  ]
3485
3531
 
3486
3532
  [[package]]
3487
3533
  name = "microsandbox-migration"
3488
- version = "0.6.9"
3489
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3534
+ version = "0.6.14"
3535
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3490
3536
  dependencies = [
3491
3537
  "sea-orm-migration",
3492
3538
  "serde_json",
@@ -3494,8 +3540,8 @@ dependencies = [
3494
3540
 
3495
3541
  [[package]]
3496
3542
  name = "microsandbox-network"
3497
- version = "0.6.9"
3498
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3543
+ version = "0.6.14"
3544
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3499
3545
  dependencies = [
3500
3546
  "base64 0.22.1",
3501
3547
  "bytes",
@@ -3527,7 +3573,7 @@ dependencies = [
3527
3573
  "smoltcp",
3528
3574
  "socket2",
3529
3575
  "system-configuration",
3530
- "thiserror 2.0.18",
3576
+ "thiserror",
3531
3577
  "time",
3532
3578
  "tokio",
3533
3579
  "tokio-rustls",
@@ -3538,8 +3584,8 @@ dependencies = [
3538
3584
 
3539
3585
  [[package]]
3540
3586
  name = "microsandbox-protocol"
3541
- version = "0.6.9"
3542
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3587
+ version = "0.6.14"
3588
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3543
3589
  dependencies = [
3544
3590
  "chrono",
3545
3591
  "ciborium",
@@ -3547,14 +3593,14 @@ dependencies = [
3547
3593
  "serde",
3548
3594
  "serde_bytes",
3549
3595
  "strum 0.28.0",
3550
- "thiserror 2.0.18",
3596
+ "thiserror",
3551
3597
  "tokio",
3552
3598
  ]
3553
3599
 
3554
3600
  [[package]]
3555
3601
  name = "microsandbox-runtime"
3556
- version = "0.6.9"
3557
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3602
+ version = "0.6.14"
3603
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3558
3604
  dependencies = [
3559
3605
  "bytes",
3560
3606
  "chrono",
@@ -3579,7 +3625,7 @@ dependencies = [
3579
3625
  "serde_json",
3580
3626
  "sha2 0.11.0",
3581
3627
  "tempfile",
3582
- "thiserror 2.0.18",
3628
+ "thiserror",
3583
3629
  "tokio",
3584
3630
  "tracing",
3585
3631
  "windows-sys 0.61.2",
@@ -3588,22 +3634,23 @@ dependencies = [
3588
3634
 
3589
3635
  [[package]]
3590
3636
  name = "microsandbox-types"
3591
- version = "0.6.9"
3592
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3637
+ version = "0.6.14"
3638
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3593
3639
  dependencies = [
3594
3640
  "chrono",
3595
3641
  "ipnetwork",
3596
3642
  "serde",
3597
3643
  "serde_json",
3598
3644
  "sha2 0.11.0",
3599
- "thiserror 2.0.18",
3645
+ "thiserror",
3646
+ "typed-path",
3600
3647
  "zeroize",
3601
3648
  ]
3602
3649
 
3603
3650
  [[package]]
3604
3651
  name = "microsandbox-utils"
3605
- version = "0.6.9"
3606
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3652
+ version = "0.6.14"
3653
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3607
3654
  dependencies = [
3608
3655
  "dirs",
3609
3656
  "libc",
@@ -3615,8 +3662,8 @@ dependencies = [
3615
3662
 
3616
3663
  [[package]]
3617
3664
  name = "microsandbox-vsock"
3618
- version = "0.6.9"
3619
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3665
+ version = "0.6.14"
3666
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.14#b30fd164ad8640cbc34f6aa9645f9c265c3490b8"
3620
3667
  dependencies = [
3621
3668
  "libc",
3622
3669
  "msb_krun",
@@ -3628,7 +3675,7 @@ dependencies = [
3628
3675
 
3629
3676
  [[package]]
3630
3677
  name = "microsandbox_rb"
3631
- version = "0.13.0"
3678
+ version = "0.15.0"
3632
3679
  dependencies = [
3633
3680
  "chrono",
3634
3681
  "futures",
@@ -3636,6 +3683,7 @@ dependencies = [
3636
3683
  "magnus",
3637
3684
  "microsandbox",
3638
3685
  "microsandbox-network",
3686
+ "microsandbox-runtime",
3639
3687
  "rb-sys",
3640
3688
  "serde_json",
3641
3689
  "tokio",
@@ -3726,15 +3774,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3726
3774
  checksum = "4c31dfbf17e640f6d661ae17e098b87c019821fe3eb4aba0e9eeada4ba678096"
3727
3775
  dependencies = [
3728
3776
  "libc",
3729
- "thiserror 2.0.18",
3777
+ "thiserror",
3730
3778
  "winapi",
3731
3779
  ]
3732
3780
 
3733
3781
  [[package]]
3734
3782
  name = "msb_krun"
3735
- version = "0.1.31"
3783
+ version = "0.1.32"
3736
3784
  source = "registry+https://github.com/rust-lang/crates.io-index"
3737
- checksum = "40e6b83f6cf90f676779409ac026f4429adfd7a11886085a59773ddd3aa8207f"
3785
+ checksum = "d4c0de669aeda774c3da60692af7e693fdf000f4813922b15389dd1209b042ac"
3738
3786
  dependencies = [
3739
3787
  "crossbeam-channel",
3740
3788
  "kvm-bindings",
@@ -3752,9 +3800,9 @@ dependencies = [
3752
3800
 
3753
3801
  [[package]]
3754
3802
  name = "msb_krun_arch"
3755
- version = "0.1.31"
3803
+ version = "0.1.32"
3756
3804
  source = "registry+https://github.com/rust-lang/crates.io-index"
3757
- checksum = "929f9765edd9e12cc45e5876998456bf2dfb0d2244d4fe6ddf2fdb5c3dd7e99c"
3805
+ checksum = "0e9631350df54bde880a7cf3fda67ff03132b115abae95f7b668599611286c87"
3758
3806
  dependencies = [
3759
3807
  "kvm-bindings",
3760
3808
  "kvm-ioctls",
@@ -3767,15 +3815,15 @@ dependencies = [
3767
3815
 
3768
3816
  [[package]]
3769
3817
  name = "msb_krun_arch_gen"
3770
- version = "0.1.31"
3818
+ version = "0.1.32"
3771
3819
  source = "registry+https://github.com/rust-lang/crates.io-index"
3772
- checksum = "df83bf780774e4e131547a4e17d0ca389e5bbb04cdebcb626880b090cae20f2c"
3820
+ checksum = "fb11ff7f19adb1ee23d25ca65c9a06a75069e3b949e70922ba52a133dc9e43bb"
3773
3821
 
3774
3822
  [[package]]
3775
3823
  name = "msb_krun_cpuid"
3776
- version = "0.1.31"
3824
+ version = "0.1.32"
3777
3825
  source = "registry+https://github.com/rust-lang/crates.io-index"
3778
- checksum = "7c569d5d7285ed8f8f80e58454fb3ee213fd2c06ec647cc108a16a2e095558bb"
3826
+ checksum = "09a315fabad3ffbf3cd6b4922dfa8e95b25e11624f548850c8029f46039c332a"
3779
3827
  dependencies = [
3780
3828
  "kvm-bindings",
3781
3829
  "kvm-ioctls",
@@ -3784,9 +3832,9 @@ dependencies = [
3784
3832
 
3785
3833
  [[package]]
3786
3834
  name = "msb_krun_devices"
3787
- version = "0.1.31"
3835
+ version = "0.1.32"
3788
3836
  source = "registry+https://github.com/rust-lang/crates.io-index"
3789
- checksum = "422da6e72923c2debae8eaeddd2990b924df9042079b51a323b4f3de37ebbdaf"
3837
+ checksum = "b54befdee0428ae481ecd894306f2ceef19ad951275908bd4d9182a4216a4933"
3790
3838
  dependencies = [
3791
3839
  "bitflags 1.3.2",
3792
3840
  "capng",
@@ -3814,9 +3862,9 @@ dependencies = [
3814
3862
 
3815
3863
  [[package]]
3816
3864
  name = "msb_krun_hvf"
3817
- version = "0.1.31"
3865
+ version = "0.1.32"
3818
3866
  source = "registry+https://github.com/rust-lang/crates.io-index"
3819
- checksum = "e5034e7b5ebd4f2f8caefb199f5f18483f8ed0c5cc6afb944b6ed0d127d59aa9"
3867
+ checksum = "cbde98ef6b71b920af6e4a8ee89110ffac6204942620799772dad12dcf2273ac"
3820
3868
  dependencies = [
3821
3869
  "crossbeam-channel",
3822
3870
  "libloading",
@@ -3826,9 +3874,9 @@ dependencies = [
3826
3874
 
3827
3875
  [[package]]
3828
3876
  name = "msb_krun_kernel"
3829
- version = "0.1.31"
3877
+ version = "0.1.32"
3830
3878
  source = "registry+https://github.com/rust-lang/crates.io-index"
3831
- checksum = "04163d07028500bf08e6247c40c64dd5bae462bbb1997cf6a9613d019976a055"
3879
+ checksum = "080d35863dad4a81a5eb6c5ff9292caab0219e50e7c8b3d0da4ebe74e7797322"
3832
3880
  dependencies = [
3833
3881
  "msb-vm-memory",
3834
3882
  "msb_krun_utils",
@@ -3836,9 +3884,9 @@ dependencies = [
3836
3884
 
3837
3885
  [[package]]
3838
3886
  name = "msb_krun_polly"
3839
- version = "0.1.31"
3887
+ version = "0.1.32"
3840
3888
  source = "registry+https://github.com/rust-lang/crates.io-index"
3841
- checksum = "9812193639b368ab800b5f87e18509ad30fd85a2e6a77a05265ffadfed2553d1"
3889
+ checksum = "af85cc51c6f8f196224793975aad7da7e51ef8247b42b5cd8f7635561a9d5fdb"
3842
3890
  dependencies = [
3843
3891
  "libc",
3844
3892
  "msb_krun_utils",
@@ -3846,18 +3894,18 @@ dependencies = [
3846
3894
 
3847
3895
  [[package]]
3848
3896
  name = "msb_krun_smbios"
3849
- version = "0.1.31"
3897
+ version = "0.1.32"
3850
3898
  source = "registry+https://github.com/rust-lang/crates.io-index"
3851
- checksum = "8cfd3f05f6447f0ad85f04f688b106eb9f04bb64525fee1183757cf9705070a0"
3899
+ checksum = "f36a5c9866ccf755b4675338d4e696ee50e7425a153ac71db89e3bb95b1cffce"
3852
3900
  dependencies = [
3853
3901
  "msb-vm-memory",
3854
3902
  ]
3855
3903
 
3856
3904
  [[package]]
3857
3905
  name = "msb_krun_utils"
3858
- version = "0.1.31"
3906
+ version = "0.1.32"
3859
3907
  source = "registry+https://github.com/rust-lang/crates.io-index"
3860
- checksum = "b5ce62484f07792ab43a5ac64baa84435556f56a7633805e15030e990c3b98a3"
3908
+ checksum = "112be8806546f721718a88ba01f9e86d4189aff39f79d5816a90465e9eb4dbe0"
3861
3909
  dependencies = [
3862
3910
  "bitflags 1.3.2",
3863
3911
  "crossbeam-channel",
@@ -3871,9 +3919,9 @@ dependencies = [
3871
3919
 
3872
3920
  [[package]]
3873
3921
  name = "msb_krun_vmm"
3874
- version = "0.1.31"
3922
+ version = "0.1.32"
3875
3923
  source = "registry+https://github.com/rust-lang/crates.io-index"
3876
- checksum = "67546eb70fa306e3c7e97f525dac2db44b9cc1642b6684aec4369e3b7f9b3af3"
3924
+ checksum = "f9865e5331c61d4dea48fae764f5c6a8248f83cd8d0f961dd03598b79885ace4"
3877
3925
  dependencies = [
3878
3926
  "bzip2",
3879
3927
  "crossbeam-channel",
@@ -4074,7 +4122,7 @@ dependencies = [
4074
4122
  "serde",
4075
4123
  "serde_json",
4076
4124
  "sha2 0.11.0",
4077
- "thiserror 2.0.18",
4125
+ "thiserror",
4078
4126
  "tokio",
4079
4127
  "tracing",
4080
4128
  "unicase",
@@ -4094,7 +4142,7 @@ dependencies = [
4094
4142
  "serde_json",
4095
4143
  "strum 0.27.2",
4096
4144
  "strum_macros 0.27.2",
4097
- "thiserror 2.0.18",
4145
+ "thiserror",
4098
4146
  ]
4099
4147
 
4100
4148
  [[package]]
@@ -4111,7 +4159,7 @@ dependencies = [
4111
4159
  "serde_json",
4112
4160
  "strum 0.27.2",
4113
4161
  "strum_macros 0.27.2",
4114
- "thiserror 2.0.18",
4162
+ "thiserror",
4115
4163
  ]
4116
4164
 
4117
4165
  [[package]]
@@ -4270,7 +4318,7 @@ dependencies = [
4270
4318
  "log",
4271
4319
  "rand 0.10.2",
4272
4320
  "sha2 0.11.0",
4273
- "thiserror 2.0.18",
4321
+ "thiserror",
4274
4322
  "tokio",
4275
4323
  "windows",
4276
4324
  "windows-strings",
@@ -4629,7 +4677,7 @@ dependencies = [
4629
4677
  "rustc-hash",
4630
4678
  "rustls",
4631
4679
  "socket2",
4632
- "thiserror 2.0.18",
4680
+ "thiserror",
4633
4681
  "tokio",
4634
4682
  "tracing",
4635
4683
  "web-time",
@@ -4652,7 +4700,7 @@ dependencies = [
4652
4700
  "rustls",
4653
4701
  "rustls-pki-types",
4654
4702
  "slab",
4655
- "thiserror 2.0.18",
4703
+ "thiserror",
4656
4704
  "tinyvec",
4657
4705
  "tracing",
4658
4706
  "web-time",
@@ -4669,7 +4717,7 @@ dependencies = [
4669
4717
  "once_cell",
4670
4718
  "socket2",
4671
4719
  "tracing",
4672
- "windows-sys 0.60.2",
4720
+ "windows-sys 0.52.0",
4673
4721
  ]
4674
4722
 
4675
4723
  [[package]]
@@ -4836,9 +4884,9 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
4836
4884
 
4837
4885
  [[package]]
4838
4886
  name = "rcgen"
4839
- version = "0.14.8"
4887
+ version = "0.14.9"
4840
4888
  source = "registry+https://github.com/rust-lang/crates.io-index"
4841
- checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
4889
+ checksum = "091e7a8e7d86e6feb87a27ce8e2cba29d49eff9507afeebefab7eeb2ca667fb4"
4842
4890
  dependencies = [
4843
4891
  "pem",
4844
4892
  "ring",
@@ -4865,7 +4913,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
4865
4913
  dependencies = [
4866
4914
  "getrandom 0.2.17",
4867
4915
  "libredox",
4868
- "thiserror 2.0.18",
4916
+ "thiserror",
4869
4917
  ]
4870
4918
 
4871
4919
  [[package]]
@@ -4944,7 +4992,7 @@ dependencies = [
4944
4992
  "quinn",
4945
4993
  "rustls",
4946
4994
  "rustls-pki-types",
4947
- "rustls-platform-verifier 0.7.0",
4995
+ "rustls-platform-verifier",
4948
4996
  "serde",
4949
4997
  "serde_json",
4950
4998
  "serde_urlencoded",
@@ -5042,9 +5090,9 @@ dependencies = [
5042
5090
 
5043
5091
  [[package]]
5044
5092
  name = "russh"
5045
- version = "0.62.5"
5093
+ version = "0.62.6"
5046
5094
  source = "registry+https://github.com/rust-lang/crates.io-index"
5047
- checksum = "da7c230e0ed9cbeb92fbad6c8848985d6df2a1464c0dc247a021abd666e9005e"
5095
+ checksum = "b41043523e0edcbd4e31d00903e26f12994f63b21bae9904f7405c1ed92752a5"
5048
5096
  dependencies = [
5049
5097
  "aes 0.9.1",
5050
5098
  "aws-lc-rs",
@@ -5105,7 +5153,7 @@ dependencies = [
5105
5153
  "ssh-encoding",
5106
5154
  "ssh-key",
5107
5155
  "subtle",
5108
- "thiserror 2.0.18",
5156
+ "thiserror",
5109
5157
  "tokio",
5110
5158
  "typenum",
5111
5159
  "universal-hash",
@@ -5138,7 +5186,7 @@ dependencies = [
5138
5186
  "log",
5139
5187
  "serde",
5140
5188
  "serde_bytes",
5141
- "thiserror 2.0.18",
5189
+ "thiserror",
5142
5190
  "tokio",
5143
5191
  "tokio-util",
5144
5192
  "wasm-bindgen-futures",
@@ -5210,6 +5258,16 @@ dependencies = [
5210
5258
  "windows-sys 0.52.0",
5211
5259
  ]
5212
5260
 
5261
+ [[package]]
5262
+ name = "rustix-linux-procfs"
5263
+ version = "0.1.1"
5264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5265
+ checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
5266
+ dependencies = [
5267
+ "once_cell",
5268
+ "rustix",
5269
+ ]
5270
+
5213
5271
  [[package]]
5214
5272
  name = "rustls"
5215
5273
  version = "0.23.41"
@@ -5248,27 +5306,6 @@ dependencies = [
5248
5306
  "zeroize",
5249
5307
  ]
5250
5308
 
5251
- [[package]]
5252
- name = "rustls-platform-verifier"
5253
- version = "0.6.2"
5254
- source = "registry+https://github.com/rust-lang/crates.io-index"
5255
- checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
5256
- dependencies = [
5257
- "core-foundation 0.10.1",
5258
- "core-foundation-sys",
5259
- "jni 0.21.1",
5260
- "log",
5261
- "once_cell",
5262
- "rustls",
5263
- "rustls-native-certs",
5264
- "rustls-platform-verifier-android",
5265
- "rustls-webpki",
5266
- "security-framework 3.7.0",
5267
- "security-framework-sys",
5268
- "webpki-root-certs",
5269
- "windows-sys 0.52.0",
5270
- ]
5271
-
5272
5309
  [[package]]
5273
5310
  name = "rustls-platform-verifier"
5274
5311
  version = "0.7.0"
@@ -5277,7 +5314,7 @@ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
5277
5314
  dependencies = [
5278
5315
  "core-foundation 0.10.1",
5279
5316
  "core-foundation-sys",
5280
- "jni 0.22.4",
5317
+ "jni",
5281
5318
  "log",
5282
5319
  "once_cell",
5283
5320
  "rustls",
@@ -5408,7 +5445,7 @@ dependencies = [
5408
5445
  "sqlx",
5409
5446
  "sqlx-core",
5410
5447
  "strum 0.28.0",
5411
- "thiserror 2.0.18",
5448
+ "thiserror",
5412
5449
  "time",
5413
5450
  "tracing",
5414
5451
  "url",
@@ -5424,7 +5461,7 @@ checksum = "4c800d9db902534d7d01728faf98e33d13c1d57bb8c57d8e4c518309172bddda"
5424
5461
  dependencies = [
5425
5462
  "arrow",
5426
5463
  "sea-query",
5427
- "thiserror 2.0.18",
5464
+ "thiserror",
5428
5465
  ]
5429
5466
 
5430
5467
  [[package]]
@@ -5501,7 +5538,7 @@ dependencies = [
5501
5538
  "proc-macro2",
5502
5539
  "quote",
5503
5540
  "syn 2.0.118",
5504
- "thiserror 2.0.18",
5541
+ "thiserror",
5505
5542
  ]
5506
5543
 
5507
5544
  [[package]]
@@ -5983,7 +6020,7 @@ dependencies = [
5983
6020
  "serde_json",
5984
6021
  "sha2 0.10.9",
5985
6022
  "smallvec",
5986
- "thiserror 2.0.18",
6023
+ "thiserror",
5987
6024
  "time",
5988
6025
  "tokio",
5989
6026
  "tokio-stream",
@@ -6055,7 +6092,7 @@ dependencies = [
6055
6092
  "sha1 0.11.0",
6056
6093
  "sha2 0.11.0",
6057
6094
  "sqlx-core",
6058
- "thiserror 2.0.18",
6095
+ "thiserror",
6059
6096
  "time",
6060
6097
  "tracing",
6061
6098
  "uuid",
@@ -6093,7 +6130,7 @@ dependencies = [
6093
6130
  "smallvec",
6094
6131
  "sqlx-core",
6095
6132
  "stringprep",
6096
- "thiserror 2.0.18",
6133
+ "thiserror",
6097
6134
  "time",
6098
6135
  "tracing",
6099
6136
  "uuid",
@@ -6120,7 +6157,7 @@ dependencies = [
6120
6157
  "percent-encoding",
6121
6158
  "serde",
6122
6159
  "sqlx-core",
6123
- "thiserror 2.0.18",
6160
+ "thiserror",
6124
6161
  "time",
6125
6162
  "tracing",
6126
6163
  "url",
@@ -6282,6 +6319,17 @@ dependencies = [
6282
6319
  "unicode-ident",
6283
6320
  ]
6284
6321
 
6322
+ [[package]]
6323
+ name = "syn"
6324
+ version = "3.0.4"
6325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6326
+ checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
6327
+ dependencies = [
6328
+ "proc-macro2",
6329
+ "quote",
6330
+ "unicode-ident",
6331
+ ]
6332
+
6285
6333
  [[package]]
6286
6334
  name = "sync_wrapper"
6287
6335
  version = "1.0.2"
@@ -6353,33 +6401,13 @@ dependencies = [
6353
6401
  "windows-sys 0.52.0",
6354
6402
  ]
6355
6403
 
6356
- [[package]]
6357
- name = "thiserror"
6358
- version = "1.0.69"
6359
- source = "registry+https://github.com/rust-lang/crates.io-index"
6360
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6361
- dependencies = [
6362
- "thiserror-impl 1.0.69",
6363
- ]
6364
-
6365
6404
  [[package]]
6366
6405
  name = "thiserror"
6367
6406
  version = "2.0.18"
6368
6407
  source = "registry+https://github.com/rust-lang/crates.io-index"
6369
6408
  checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
6370
6409
  dependencies = [
6371
- "thiserror-impl 2.0.18",
6372
- ]
6373
-
6374
- [[package]]
6375
- name = "thiserror-impl"
6376
- version = "1.0.69"
6377
- source = "registry+https://github.com/rust-lang/crates.io-index"
6378
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6379
- dependencies = [
6380
- "proc-macro2",
6381
- "quote",
6382
- "syn 2.0.118",
6410
+ "thiserror-impl",
6383
6411
  ]
6384
6412
 
6385
6413
  [[package]]
@@ -6687,7 +6715,7 @@ dependencies = [
6687
6715
  "rustls",
6688
6716
  "rustls-pki-types",
6689
6717
  "sha1 0.11.0",
6690
- "thiserror 2.0.18",
6718
+ "thiserror",
6691
6719
  ]
6692
6720
 
6693
6721
  [[package]]
@@ -6802,17 +6830,17 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6802
6830
 
6803
6831
  [[package]]
6804
6832
  name = "ureq"
6805
- version = "3.3.0"
6833
+ version = "3.4.0"
6806
6834
  source = "registry+https://github.com/rust-lang/crates.io-index"
6807
- checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
6835
+ checksum = "972d7902c8735f2695410b8aed7df6ed12a47394aa1c8d7af49f0497b731a94d"
6808
6836
  dependencies = [
6809
- "base64 0.22.1",
6837
+ "base64 0.23.1",
6810
6838
  "flate2",
6811
6839
  "log",
6812
6840
  "percent-encoding",
6813
6841
  "rustls",
6814
6842
  "rustls-pki-types",
6815
- "rustls-platform-verifier 0.6.2",
6843
+ "rustls-platform-verifier",
6816
6844
  "ureq-proto",
6817
6845
  "utf8-zero",
6818
6846
  "webpki-roots 1.0.7",
@@ -6820,11 +6848,11 @@ dependencies = [
6820
6848
 
6821
6849
  [[package]]
6822
6850
  name = "ureq-proto"
6823
- version = "0.6.0"
6851
+ version = "0.6.1"
6824
6852
  source = "registry+https://github.com/rust-lang/crates.io-index"
6825
- checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
6853
+ checksum = "da5f78b09e6941e1a0f2e30e695e4b120377b54d5e0aec11b594bb57b3971613"
6826
6854
  dependencies = [
6827
- "base64 0.22.1",
6855
+ "base64 0.23.1",
6828
6856
  "http",
6829
6857
  "httparse",
6830
6858
  "log",
@@ -7256,15 +7284,6 @@ dependencies = [
7256
7284
  "windows-link",
7257
7285
  ]
7258
7286
 
7259
- [[package]]
7260
- name = "windows-sys"
7261
- version = "0.45.0"
7262
- source = "registry+https://github.com/rust-lang/crates.io-index"
7263
- checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7264
- dependencies = [
7265
- "windows-targets 0.42.2",
7266
- ]
7267
-
7268
7287
  [[package]]
7269
7288
  name = "windows-sys"
7270
7289
  version = "0.52.0"
@@ -7301,21 +7320,6 @@ dependencies = [
7301
7320
  "windows-link",
7302
7321
  ]
7303
7322
 
7304
- [[package]]
7305
- name = "windows-targets"
7306
- version = "0.42.2"
7307
- source = "registry+https://github.com/rust-lang/crates.io-index"
7308
- checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7309
- dependencies = [
7310
- "windows_aarch64_gnullvm 0.42.2",
7311
- "windows_aarch64_msvc 0.42.2",
7312
- "windows_i686_gnu 0.42.2",
7313
- "windows_i686_msvc 0.42.2",
7314
- "windows_x86_64_gnu 0.42.2",
7315
- "windows_x86_64_gnullvm 0.42.2",
7316
- "windows_x86_64_msvc 0.42.2",
7317
- ]
7318
-
7319
7323
  [[package]]
7320
7324
  name = "windows-targets"
7321
7325
  version = "0.52.6"
@@ -7358,12 +7362,6 @@ dependencies = [
7358
7362
  "windows-link",
7359
7363
  ]
7360
7364
 
7361
- [[package]]
7362
- name = "windows_aarch64_gnullvm"
7363
- version = "0.42.2"
7364
- source = "registry+https://github.com/rust-lang/crates.io-index"
7365
- checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7366
-
7367
7365
  [[package]]
7368
7366
  name = "windows_aarch64_gnullvm"
7369
7367
  version = "0.52.6"
@@ -7376,12 +7374,6 @@ version = "0.53.1"
7376
7374
  source = "registry+https://github.com/rust-lang/crates.io-index"
7377
7375
  checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
7378
7376
 
7379
- [[package]]
7380
- name = "windows_aarch64_msvc"
7381
- version = "0.42.2"
7382
- source = "registry+https://github.com/rust-lang/crates.io-index"
7383
- checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7384
-
7385
7377
  [[package]]
7386
7378
  name = "windows_aarch64_msvc"
7387
7379
  version = "0.52.6"
@@ -7394,12 +7386,6 @@ version = "0.53.1"
7394
7386
  source = "registry+https://github.com/rust-lang/crates.io-index"
7395
7387
  checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
7396
7388
 
7397
- [[package]]
7398
- name = "windows_i686_gnu"
7399
- version = "0.42.2"
7400
- source = "registry+https://github.com/rust-lang/crates.io-index"
7401
- checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7402
-
7403
7389
  [[package]]
7404
7390
  name = "windows_i686_gnu"
7405
7391
  version = "0.52.6"
@@ -7424,12 +7410,6 @@ version = "0.53.1"
7424
7410
  source = "registry+https://github.com/rust-lang/crates.io-index"
7425
7411
  checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
7426
7412
 
7427
- [[package]]
7428
- name = "windows_i686_msvc"
7429
- version = "0.42.2"
7430
- source = "registry+https://github.com/rust-lang/crates.io-index"
7431
- checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7432
-
7433
7413
  [[package]]
7434
7414
  name = "windows_i686_msvc"
7435
7415
  version = "0.52.6"
@@ -7442,12 +7422,6 @@ version = "0.53.1"
7442
7422
  source = "registry+https://github.com/rust-lang/crates.io-index"
7443
7423
  checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
7444
7424
 
7445
- [[package]]
7446
- name = "windows_x86_64_gnu"
7447
- version = "0.42.2"
7448
- source = "registry+https://github.com/rust-lang/crates.io-index"
7449
- checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7450
-
7451
7425
  [[package]]
7452
7426
  name = "windows_x86_64_gnu"
7453
7427
  version = "0.52.6"
@@ -7460,12 +7434,6 @@ version = "0.53.1"
7460
7434
  source = "registry+https://github.com/rust-lang/crates.io-index"
7461
7435
  checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
7462
7436
 
7463
- [[package]]
7464
- name = "windows_x86_64_gnullvm"
7465
- version = "0.42.2"
7466
- source = "registry+https://github.com/rust-lang/crates.io-index"
7467
- checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
7468
-
7469
7437
  [[package]]
7470
7438
  name = "windows_x86_64_gnullvm"
7471
7439
  version = "0.52.6"
@@ -7478,12 +7446,6 @@ version = "0.53.1"
7478
7446
  source = "registry+https://github.com/rust-lang/crates.io-index"
7479
7447
  checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
7480
7448
 
7481
- [[package]]
7482
- name = "windows_x86_64_msvc"
7483
- version = "0.42.2"
7484
- source = "registry+https://github.com/rust-lang/crates.io-index"
7485
- checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
7486
-
7487
7449
  [[package]]
7488
7450
  name = "windows_x86_64_msvc"
7489
7451
  version = "0.52.6"
@@ -7505,6 +7467,16 @@ dependencies = [
7505
7467
  "memchr",
7506
7468
  ]
7507
7469
 
7470
+ [[package]]
7471
+ name = "winx"
7472
+ version = "0.36.4"
7473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7474
+ checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
7475
+ dependencies = [
7476
+ "bitflags 2.13.0",
7477
+ "windows-sys 0.52.0",
7478
+ ]
7479
+
7508
7480
  [[package]]
7509
7481
  name = "wit-bindgen"
7510
7482
  version = "0.51.0"
@@ -7639,7 +7611,7 @@ dependencies = [
7639
7611
  "oid-registry",
7640
7612
  "ring",
7641
7613
  "rusticata-macros",
7642
- "thiserror 2.0.18",
7614
+ "thiserror",
7643
7615
  "time",
7644
7616
  ]
7645
7617