microsandbox-rb 0.9.2 → 0.11.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
@@ -122,7 +122,7 @@ version = "1.1.5"
122
122
  source = "registry+https://github.com/rust-lang/crates.io-index"
123
123
  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
124
124
  dependencies = [
125
- "windows-sys 0.61.2",
125
+ "windows-sys 0.60.2",
126
126
  ]
127
127
 
128
128
  [[package]]
@@ -133,7 +133,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
133
133
  dependencies = [
134
134
  "anstyle",
135
135
  "once_cell_polyfill",
136
- "windows-sys 0.61.2",
136
+ "windows-sys 0.60.2",
137
137
  ]
138
138
 
139
139
  [[package]]
@@ -577,9 +577,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
577
577
 
578
578
  [[package]]
579
579
  name = "bytes"
580
- version = "1.11.1"
580
+ version = "1.12.0"
581
581
  source = "registry+https://github.com/rust-lang/crates.io-index"
582
- checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
582
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
583
583
 
584
584
  [[package]]
585
585
  name = "bzip2"
@@ -1418,7 +1418,7 @@ dependencies = [
1418
1418
  "libc",
1419
1419
  "option-ext",
1420
1420
  "redox_users",
1421
- "windows-sys 0.61.2",
1421
+ "windows-sys 0.59.0",
1422
1422
  ]
1423
1423
 
1424
1424
  [[package]]
@@ -1552,24 +1552,6 @@ version = "1.1.1"
1552
1552
  source = "registry+https://github.com/rust-lang/crates.io-index"
1553
1553
  checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
1554
1554
 
1555
- [[package]]
1556
- name = "endian-type"
1557
- version = "0.1.2"
1558
- source = "registry+https://github.com/rust-lang/crates.io-index"
1559
- checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
1560
-
1561
- [[package]]
1562
- name = "enum-as-inner"
1563
- version = "0.6.1"
1564
- source = "registry+https://github.com/rust-lang/crates.io-index"
1565
- checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1566
- dependencies = [
1567
- "heck 0.5.0",
1568
- "proc-macro2",
1569
- "quote",
1570
- "syn",
1571
- ]
1572
-
1573
1555
  [[package]]
1574
1556
  name = "enum_dispatch"
1575
1557
  version = "0.3.13"
@@ -1616,7 +1598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
1598
  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1617
1599
  dependencies = [
1618
1600
  "libc",
1619
- "windows-sys 0.61.2",
1601
+ "windows-sys 0.59.0",
1620
1602
  ]
1621
1603
 
1622
1604
  [[package]]
@@ -1906,11 +1888,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
1888
  checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1907
1889
  dependencies = [
1908
1890
  "cfg-if",
1909
- "js-sys",
1910
1891
  "libc",
1911
1892
  "r-efi 5.3.0",
1912
1893
  "wasip2",
1913
- "wasm-bindgen",
1914
1894
  ]
1915
1895
 
1916
1896
  [[package]]
@@ -2095,48 +2075,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2095
2075
  checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
2096
2076
 
2097
2077
  [[package]]
2098
- name = "hickory-client"
2099
- version = "0.26.0-alpha.1"
2078
+ name = "hickory-net"
2079
+ version = "0.26.1"
2100
2080
  source = "registry+https://github.com/rust-lang/crates.io-index"
2101
- checksum = "25b710cd52bde69b58137785a5d2b1ec1b20980a3ca0d5f959eab8c45a72e92d"
2081
+ checksum = "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183"
2102
2082
  dependencies = [
2083
+ "async-trait",
2084
+ "bytes",
2103
2085
  "cfg-if",
2104
2086
  "data-encoding",
2105
2087
  "futures-channel",
2088
+ "futures-io",
2106
2089
  "futures-util",
2107
2090
  "hickory-proto",
2108
- "once_cell",
2109
- "radix_trie",
2110
- "rand 0.9.4",
2091
+ "idna",
2092
+ "ipnet",
2093
+ "jni 0.22.4",
2094
+ "rand 0.10.2",
2095
+ "rustls",
2111
2096
  "thiserror 2.0.18",
2097
+ "tinyvec",
2112
2098
  "tokio",
2099
+ "tokio-rustls",
2113
2100
  "tracing",
2101
+ "url",
2114
2102
  ]
2115
2103
 
2116
2104
  [[package]]
2117
2105
  name = "hickory-proto"
2118
- version = "0.26.0-alpha.1"
2106
+ version = "0.26.1"
2119
2107
  source = "registry+https://github.com/rust-lang/crates.io-index"
2120
- checksum = "a62d7684f766b0f96344be88c023f9b6650039aea09d526b4974cce302eb61b1"
2108
+ checksum = "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643"
2121
2109
  dependencies = [
2122
- "async-trait",
2123
- "bytes",
2124
- "cfg-if",
2125
2110
  "data-encoding",
2126
- "enum-as-inner",
2127
- "futures-channel",
2128
- "futures-io",
2129
- "futures-util",
2130
2111
  "idna",
2131
2112
  "ipnet",
2113
+ "jni 0.22.4",
2132
2114
  "once_cell",
2133
- "rand 0.9.4",
2115
+ "rand 0.10.2",
2134
2116
  "ring",
2135
- "rustls",
2136
2117
  "thiserror 2.0.18",
2137
2118
  "tinyvec",
2138
- "tokio",
2139
- "tokio-rustls",
2140
2119
  "tracing",
2141
2120
  "url",
2142
2121
  ]
@@ -2532,7 +2511,7 @@ checksum = "ae8e22120c32fb4d19ec55fba35015f57095cd95a2e3b732e44457f5915b2ee8"
2532
2511
  dependencies = [
2533
2512
  "num-integer",
2534
2513
  "num-traits",
2535
- "rand 0.10.1",
2514
+ "rand 0.10.2",
2536
2515
  "rand_core 0.10.1",
2537
2516
  ]
2538
2517
 
@@ -2975,8 +2954,8 @@ dependencies = [
2975
2954
 
2976
2955
  [[package]]
2977
2956
  name = "microsandbox"
2978
- version = "0.6.3"
2979
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
2957
+ version = "0.6.7"
2958
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
2980
2959
  dependencies = [
2981
2960
  "anyhow",
2982
2961
  "astral-tokio-tar",
@@ -3007,7 +2986,7 @@ dependencies = [
3007
2986
  "microsandbox-utils",
3008
2987
  "nix 0.31.3",
3009
2988
  "notify",
3010
- "rand 0.10.1",
2989
+ "rand 0.10.2",
3011
2990
  "reqwest",
3012
2991
  "russh",
3013
2992
  "russh-sftp",
@@ -3023,14 +3002,16 @@ dependencies = [
3023
3002
  "tokio-tungstenite",
3024
3003
  "tracing",
3025
3004
  "typed-builder",
3005
+ "typed-path",
3026
3006
  "which",
3027
3007
  "windows-sys 0.61.2",
3008
+ "zeroize",
3028
3009
  ]
3029
3010
 
3030
3011
  [[package]]
3031
3012
  name = "microsandbox-agent-client"
3032
- version = "0.6.3"
3033
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3013
+ version = "0.6.7"
3014
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3034
3015
  dependencies = [
3035
3016
  "ciborium",
3036
3017
  "microsandbox-protocol",
@@ -3042,8 +3023,8 @@ dependencies = [
3042
3023
 
3043
3024
  [[package]]
3044
3025
  name = "microsandbox-db"
3045
- version = "0.6.3"
3046
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3026
+ version = "0.6.7"
3027
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3047
3028
  dependencies = [
3048
3029
  "async-trait",
3049
3030
  "sea-orm",
@@ -3054,8 +3035,8 @@ dependencies = [
3054
3035
 
3055
3036
  [[package]]
3056
3037
  name = "microsandbox-filesystem"
3057
- version = "0.6.3"
3058
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3038
+ version = "0.6.7"
3039
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3059
3040
  dependencies = [
3060
3041
  "libc",
3061
3042
  "microsandbox-utils",
@@ -3067,11 +3048,12 @@ dependencies = [
3067
3048
 
3068
3049
  [[package]]
3069
3050
  name = "microsandbox-image"
3070
- version = "0.6.3"
3071
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3051
+ version = "0.6.7"
3052
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3072
3053
  dependencies = [
3073
3054
  "astral-tokio-tar",
3074
3055
  "async-compression",
3056
+ "chrono",
3075
3057
  "futures",
3076
3058
  "hex",
3077
3059
  "libc",
@@ -3093,8 +3075,8 @@ dependencies = [
3093
3075
 
3094
3076
  [[package]]
3095
3077
  name = "microsandbox-metrics"
3096
- version = "0.6.3"
3097
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3078
+ version = "0.6.7"
3079
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3098
3080
  dependencies = [
3099
3081
  "chrono",
3100
3082
  "libc",
@@ -3105,8 +3087,8 @@ dependencies = [
3105
3087
 
3106
3088
  [[package]]
3107
3089
  name = "microsandbox-migration"
3108
- version = "0.6.3"
3109
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3090
+ version = "0.6.7"
3091
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3110
3092
  dependencies = [
3111
3093
  "sea-orm-migration",
3112
3094
  "serde_json",
@@ -3114,8 +3096,8 @@ dependencies = [
3114
3096
 
3115
3097
  [[package]]
3116
3098
  name = "microsandbox-network"
3117
- version = "0.6.3"
3118
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3099
+ version = "0.6.7"
3100
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3119
3101
  dependencies = [
3120
3102
  "base64",
3121
3103
  "bytes",
@@ -3123,7 +3105,7 @@ dependencies = [
3123
3105
  "crossbeam-queue",
3124
3106
  "dirs",
3125
3107
  "futures",
3126
- "hickory-client",
3108
+ "hickory-net",
3127
3109
  "hickory-proto",
3128
3110
  "httlib-hpack",
3129
3111
  "httparse",
@@ -3131,6 +3113,7 @@ dependencies = [
3131
3113
  "libc",
3132
3114
  "lru",
3133
3115
  "microsandbox-protocol",
3116
+ "microsandbox-types",
3134
3117
  "microsandbox-utils",
3135
3118
  "msb_krun",
3136
3119
  "msb_krun_utils",
@@ -3152,12 +3135,13 @@ dependencies = [
3152
3135
  "tokio-rustls",
3153
3136
  "tracing",
3154
3137
  "windows-sys 0.61.2",
3138
+ "zeroize",
3155
3139
  ]
3156
3140
 
3157
3141
  [[package]]
3158
3142
  name = "microsandbox-protocol"
3159
- version = "0.6.3"
3160
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3143
+ version = "0.6.7"
3144
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3161
3145
  dependencies = [
3162
3146
  "chrono",
3163
3147
  "ciborium",
@@ -3171,8 +3155,8 @@ dependencies = [
3171
3155
 
3172
3156
  [[package]]
3173
3157
  name = "microsandbox-runtime"
3174
- version = "0.6.3"
3175
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3158
+ version = "0.6.7"
3159
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3176
3160
  dependencies = [
3177
3161
  "bytes",
3178
3162
  "chrono",
@@ -3198,24 +3182,27 @@ dependencies = [
3198
3182
  "tokio",
3199
3183
  "tracing",
3200
3184
  "windows-sys 0.61.2",
3185
+ "zeroize",
3201
3186
  ]
3202
3187
 
3203
3188
  [[package]]
3204
3189
  name = "microsandbox-types"
3205
- version = "0.6.3"
3206
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3190
+ version = "0.6.7"
3191
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3207
3192
  dependencies = [
3208
3193
  "chrono",
3194
+ "ipnetwork",
3209
3195
  "serde",
3210
3196
  "serde_json",
3211
3197
  "sha2 0.11.0",
3212
3198
  "thiserror 2.0.18",
3199
+ "zeroize",
3213
3200
  ]
3214
3201
 
3215
3202
  [[package]]
3216
3203
  name = "microsandbox-utils"
3217
- version = "0.6.3"
3218
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.3#7121a8c3385252d9a9ec83677fea5a49a475cdb2"
3204
+ version = "0.6.7"
3205
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.7#0c54fd12acf7740f68d5bcd38e58a9fe82d51a45"
3219
3206
  dependencies = [
3220
3207
  "dirs",
3221
3208
  "libc",
@@ -3227,7 +3214,7 @@ dependencies = [
3227
3214
 
3228
3215
  [[package]]
3229
3216
  name = "microsandbox_rb"
3230
- version = "0.9.2"
3217
+ version = "0.11.0"
3231
3218
  dependencies = [
3232
3219
  "chrono",
3233
3220
  "futures",
@@ -3321,9 +3308,9 @@ dependencies = [
3321
3308
 
3322
3309
  [[package]]
3323
3310
  name = "msb_krun"
3324
- version = "0.1.19"
3311
+ version = "0.1.25"
3325
3312
  source = "registry+https://github.com/rust-lang/crates.io-index"
3326
- checksum = "c0fb3437734ef4103d3891d3cbd51a8726f196af350c68cb044a1860207c64d3"
3313
+ checksum = "70bc09516a8ed366b6f20504f434d619991dc879101462d86b24ae133937bd3b"
3327
3314
  dependencies = [
3328
3315
  "crossbeam-channel",
3329
3316
  "kvm-bindings",
@@ -3341,9 +3328,9 @@ dependencies = [
3341
3328
 
3342
3329
  [[package]]
3343
3330
  name = "msb_krun_arch"
3344
- version = "0.1.19"
3331
+ version = "0.1.25"
3345
3332
  source = "registry+https://github.com/rust-lang/crates.io-index"
3346
- checksum = "e25fe665643d66900ec9407ef0d3afdb5cd4ca97ad394c46b8243bfa6344bfc0"
3333
+ checksum = "0d63ddae3ce5ba871a2b90bad6d789bf43583b8e587620580376222aed65e96a"
3347
3334
  dependencies = [
3348
3335
  "kvm-bindings",
3349
3336
  "kvm-ioctls",
@@ -3356,15 +3343,15 @@ dependencies = [
3356
3343
 
3357
3344
  [[package]]
3358
3345
  name = "msb_krun_arch_gen"
3359
- version = "0.1.19"
3346
+ version = "0.1.25"
3360
3347
  source = "registry+https://github.com/rust-lang/crates.io-index"
3361
- checksum = "7e50dfac228ad088917f8ffb2920c4a56d762ebc5a90950ee7bf5414253b02aa"
3348
+ checksum = "b14a030e7cd5740010a9d6eedd1002d2d42cc1481670cfa22a4dc5a89143048f"
3362
3349
 
3363
3350
  [[package]]
3364
3351
  name = "msb_krun_cpuid"
3365
- version = "0.1.19"
3352
+ version = "0.1.25"
3366
3353
  source = "registry+https://github.com/rust-lang/crates.io-index"
3367
- checksum = "fd5221749c0224858b075b61f3f2a0964dbfe367093e9ee650b6b0e3d690c3b2"
3354
+ checksum = "f33e9fbcbf5e27657d62177689a499a0dd64d4321afde53463f17b66c1acc2d7"
3368
3355
  dependencies = [
3369
3356
  "kvm-bindings",
3370
3357
  "kvm-ioctls",
@@ -3373,9 +3360,9 @@ dependencies = [
3373
3360
 
3374
3361
  [[package]]
3375
3362
  name = "msb_krun_devices"
3376
- version = "0.1.19"
3363
+ version = "0.1.25"
3377
3364
  source = "registry+https://github.com/rust-lang/crates.io-index"
3378
- checksum = "4fee50bfdf1a1258e33bcf0ee8631bb805db79b8d442161ab63d700689a992a8"
3365
+ checksum = "ca9d5c0ea156c5253c18c880aa29f038e639e9f5526d93ebb848e60d46b2bdca"
3379
3366
  dependencies = [
3380
3367
  "bitflags 1.3.2",
3381
3368
  "capng",
@@ -3403,9 +3390,9 @@ dependencies = [
3403
3390
 
3404
3391
  [[package]]
3405
3392
  name = "msb_krun_hvf"
3406
- version = "0.1.19"
3393
+ version = "0.1.25"
3407
3394
  source = "registry+https://github.com/rust-lang/crates.io-index"
3408
- checksum = "3f2300bbe4dbd56bdc3ffc2384baf82e299fff8a45e844f41c4a0be64210ed47"
3395
+ checksum = "500d2d1d56525119b374ca622c351115eade0a75fb4ff8a16d1cc7117b29d169"
3409
3396
  dependencies = [
3410
3397
  "crossbeam-channel",
3411
3398
  "libloading",
@@ -3415,9 +3402,9 @@ dependencies = [
3415
3402
 
3416
3403
  [[package]]
3417
3404
  name = "msb_krun_kernel"
3418
- version = "0.1.19"
3405
+ version = "0.1.25"
3419
3406
  source = "registry+https://github.com/rust-lang/crates.io-index"
3420
- checksum = "3402b8879bd5b91f33d069fefa00fd0416f12cd660cfd7538da8e77201f2dda5"
3407
+ checksum = "836b43c16a0932baebf32b657f34153fd90f2e839a33e0002d54c6f91b4019b7"
3421
3408
  dependencies = [
3422
3409
  "msb_krun_utils",
3423
3410
  "vm-memory",
@@ -3425,9 +3412,9 @@ dependencies = [
3425
3412
 
3426
3413
  [[package]]
3427
3414
  name = "msb_krun_polly"
3428
- version = "0.1.19"
3415
+ version = "0.1.25"
3429
3416
  source = "registry+https://github.com/rust-lang/crates.io-index"
3430
- checksum = "da550bf268cb9217255ed152bfca9f61275a2796237fd180989958c7f54dc137"
3417
+ checksum = "6457213dc30bdb1a8bcb3ceba3a548f442fc913874f11b970745f779a6bf4842"
3431
3418
  dependencies = [
3432
3419
  "libc",
3433
3420
  "msb_krun_utils",
@@ -3435,18 +3422,18 @@ dependencies = [
3435
3422
 
3436
3423
  [[package]]
3437
3424
  name = "msb_krun_smbios"
3438
- version = "0.1.19"
3425
+ version = "0.1.25"
3439
3426
  source = "registry+https://github.com/rust-lang/crates.io-index"
3440
- checksum = "2c0737818e69346348f8ba2a7197cbec2336e807e5f7f094c80e0ca1635ca054"
3427
+ checksum = "91f33a174635431e57a0d59a4aed487599c2ff2ac9ca1ea2346626112a2499af"
3441
3428
  dependencies = [
3442
3429
  "vm-memory",
3443
3430
  ]
3444
3431
 
3445
3432
  [[package]]
3446
3433
  name = "msb_krun_utils"
3447
- version = "0.1.19"
3434
+ version = "0.1.25"
3448
3435
  source = "registry+https://github.com/rust-lang/crates.io-index"
3449
- checksum = "fb370035195bfd6d60e0b4ad8b0d68dcf9d138f144d033087a960117920a126e"
3436
+ checksum = "54d6f5ee4b160d020de8c91d9237a9592472ee6353b1b72cd08d51b2149c9433"
3450
3437
  dependencies = [
3451
3438
  "bitflags 1.3.2",
3452
3439
  "crossbeam-channel",
@@ -3460,9 +3447,9 @@ dependencies = [
3460
3447
 
3461
3448
  [[package]]
3462
3449
  name = "msb_krun_vmm"
3463
- version = "0.1.19"
3450
+ version = "0.1.25"
3464
3451
  source = "registry+https://github.com/rust-lang/crates.io-index"
3465
- checksum = "68e9f485f720981fda9071b2711d4f8406b6c67ebf6bfa2bb8e83f3cc6c2aaea"
3452
+ checksum = "816b34f9bf7eef3f101e84452e663cf9ac6e173377d5ff277192fb8c82cf3199"
3466
3453
  dependencies = [
3467
3454
  "bzip2",
3468
3455
  "crossbeam-channel",
@@ -3486,15 +3473,6 @@ dependencies = [
3486
3473
  "zstd",
3487
3474
  ]
3488
3475
 
3489
- [[package]]
3490
- name = "nibble_vec"
3491
- version = "0.1.0"
3492
- source = "registry+https://github.com/rust-lang/crates.io-index"
3493
- checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
3494
- dependencies = [
3495
- "smallvec",
3496
- ]
3497
-
3498
3476
  [[package]]
3499
3477
  name = "nix"
3500
3478
  version = "0.29.0"
@@ -3881,7 +3859,7 @@ dependencies = [
3881
3859
  "delegate",
3882
3860
  "futures",
3883
3861
  "log",
3884
- "rand 0.10.1",
3862
+ "rand 0.10.2",
3885
3863
  "sha2 0.11.0",
3886
3864
  "thiserror 2.0.18",
3887
3865
  "tokio",
@@ -4243,15 +4221,16 @@ dependencies = [
4243
4221
 
4244
4222
  [[package]]
4245
4223
  name = "quinn-proto"
4246
- version = "0.11.14"
4224
+ version = "0.11.16"
4247
4225
  source = "registry+https://github.com/rust-lang/crates.io-index"
4248
- checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
4226
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
4249
4227
  dependencies = [
4250
4228
  "aws-lc-rs",
4251
4229
  "bytes",
4252
- "getrandom 0.3.4",
4230
+ "getrandom 0.4.2",
4253
4231
  "lru-slab",
4254
- "rand 0.9.4",
4232
+ "rand 0.10.2",
4233
+ "rand_pcg",
4255
4234
  "ring",
4256
4235
  "rustc-hash",
4257
4236
  "rustls",
@@ -4279,9 +4258,9 @@ dependencies = [
4279
4258
 
4280
4259
  [[package]]
4281
4260
  name = "quote"
4282
- version = "1.0.45"
4261
+ version = "1.0.46"
4283
4262
  source = "registry+https://github.com/rust-lang/crates.io-index"
4284
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
4263
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
4285
4264
  dependencies = [
4286
4265
  "proc-macro2",
4287
4266
  ]
@@ -4298,16 +4277,6 @@ version = "6.0.0"
4298
4277
  source = "registry+https://github.com/rust-lang/crates.io-index"
4299
4278
  checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
4300
4279
 
4301
- [[package]]
4302
- name = "radix_trie"
4303
- version = "0.2.1"
4304
- source = "registry+https://github.com/rust-lang/crates.io-index"
4305
- checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
4306
- dependencies = [
4307
- "endian-type",
4308
- "nibble_vec",
4309
- ]
4310
-
4311
4280
  [[package]]
4312
4281
  name = "rand"
4313
4282
  version = "0.8.6"
@@ -4331,9 +4300,9 @@ dependencies = [
4331
4300
 
4332
4301
  [[package]]
4333
4302
  name = "rand"
4334
- version = "0.10.1"
4303
+ version = "0.10.2"
4335
4304
  source = "registry+https://github.com/rust-lang/crates.io-index"
4336
- checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
4305
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
4337
4306
  dependencies = [
4338
4307
  "chacha20",
4339
4308
  "getrandom 0.4.2",
@@ -4384,6 +4353,15 @@ version = "0.10.1"
4384
4353
  source = "registry+https://github.com/rust-lang/crates.io-index"
4385
4354
  checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
4386
4355
 
4356
+ [[package]]
4357
+ name = "rand_pcg"
4358
+ version = "0.10.2"
4359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4360
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
4361
+ dependencies = [
4362
+ "rand_core 0.10.1",
4363
+ ]
4364
+
4387
4365
  [[package]]
4388
4366
  name = "rb-sys"
4389
4367
  version = "0.9.128"
@@ -4459,9 +4437,9 @@ dependencies = [
4459
4437
 
4460
4438
  [[package]]
4461
4439
  name = "reflink-copy"
4462
- version = "0.1.29"
4440
+ version = "0.1.30"
4463
4441
  source = "registry+https://github.com/rust-lang/crates.io-index"
4464
- checksum = "13362233b147e57674c37b802d216b7c5e3dcccbed8967c84f0d8d223868ae27"
4442
+ checksum = "d9dd7ab4af0363d5ccfd2838d782a28196cf32a5cc2e4fe3c5dc83f2be588b8b"
4465
4443
  dependencies = [
4466
4444
  "cfg-if",
4467
4445
  "libc",
@@ -4660,7 +4638,7 @@ dependencies = [
4660
4638
  "pkcs5",
4661
4639
  "pkcs8 0.11.0",
4662
4640
  "polyval",
4663
- "rand 0.10.1",
4641
+ "rand 0.10.2",
4664
4642
  "rand_core 0.10.1",
4665
4643
  "rsa 0.10.0-rc.18",
4666
4644
  "russh-cryptovec",
@@ -4761,14 +4739,14 @@ dependencies = [
4761
4739
  "errno",
4762
4740
  "libc",
4763
4741
  "linux-raw-sys",
4764
- "windows-sys 0.61.2",
4742
+ "windows-sys 0.59.0",
4765
4743
  ]
4766
4744
 
4767
4745
  [[package]]
4768
4746
  name = "rustls"
4769
- version = "0.23.40"
4747
+ version = "0.23.41"
4770
4748
  source = "registry+https://github.com/rust-lang/crates.io-index"
4771
- checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
4749
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
4772
4750
  dependencies = [
4773
4751
  "aws-lc-rs",
4774
4752
  "log",
@@ -4829,7 +4807,7 @@ dependencies = [
4829
4807
  "security-framework 3.7.0",
4830
4808
  "security-framework-sys",
4831
4809
  "webpki-root-certs",
4832
- "windows-sys 0.61.2",
4810
+ "windows-sys 0.59.0",
4833
4811
  ]
4834
4812
 
4835
4813
  [[package]]
@@ -4850,7 +4828,7 @@ dependencies = [
4850
4828
  "security-framework 3.7.0",
4851
4829
  "security-framework-sys",
4852
4830
  "webpki-root-certs",
4853
- "windows-sys 0.61.2",
4831
+ "windows-sys 0.59.0",
4854
4832
  ]
4855
4833
 
4856
4834
  [[package]]
@@ -5380,9 +5358,9 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
5380
5358
 
5381
5359
  [[package]]
5382
5360
  name = "simd_cesu8"
5383
- version = "1.1.1"
5361
+ version = "1.2.0"
5384
5362
  source = "registry+https://github.com/rust-lang/crates.io-index"
5385
- checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
5363
+ checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
5386
5364
  dependencies = [
5387
5365
  "rustc_version",
5388
5366
  "simdutf8",
@@ -5430,7 +5408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5430
5408
  checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
5431
5409
  dependencies = [
5432
5410
  "libc",
5433
- "windows-sys 0.61.2",
5411
+ "windows-sys 0.60.2",
5434
5412
  ]
5435
5413
 
5436
5414
  [[package]]
@@ -5870,7 +5848,7 @@ dependencies = [
5870
5848
  "getrandom 0.4.2",
5871
5849
  "once_cell",
5872
5850
  "rustix",
5873
- "windows-sys 0.61.2",
5851
+ "windows-sys 0.59.0",
5874
5852
  ]
5875
5853
 
5876
5854
  [[package]]
@@ -5924,9 +5902,9 @@ dependencies = [
5924
5902
 
5925
5903
  [[package]]
5926
5904
  name = "time"
5927
- version = "0.3.49"
5905
+ version = "0.3.51"
5928
5906
  source = "registry+https://github.com/rust-lang/crates.io-index"
5929
- checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469"
5907
+ checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
5930
5908
  dependencies = [
5931
5909
  "deranged",
5932
5910
  "num-conv",
@@ -5944,9 +5922,9 @@ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
5944
5922
 
5945
5923
  [[package]]
5946
5924
  name = "time-macros"
5947
- version = "0.2.29"
5925
+ version = "0.2.30"
5948
5926
  source = "registry+https://github.com/rust-lang/crates.io-index"
5949
- checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d"
5927
+ checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935"
5950
5928
  dependencies = [
5951
5929
  "num-conv",
5952
5930
  "time-core",
@@ -6216,6 +6194,12 @@ dependencies = [
6216
6194
  "syn",
6217
6195
  ]
6218
6196
 
6197
+ [[package]]
6198
+ name = "typed-path"
6199
+ version = "0.12.3"
6200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6201
+ checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
6202
+
6219
6203
  [[package]]
6220
6204
  name = "typenum"
6221
6205
  version = "1.20.1"
@@ -6230,7 +6214,7 @@ checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
6230
6214
  dependencies = [
6231
6215
  "memoffset",
6232
6216
  "tempfile",
6233
- "windows-sys 0.61.2",
6217
+ "windows-sys 0.60.2",
6234
6218
  ]
6235
6219
 
6236
6220
  [[package]]
@@ -6656,7 +6640,7 @@ version = "0.1.11"
6656
6640
  source = "registry+https://github.com/rust-lang/crates.io-index"
6657
6641
  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6658
6642
  dependencies = [
6659
- "windows-sys 0.61.2",
6643
+ "windows-sys 0.48.0",
6660
6644
  ]
6661
6645
 
6662
6646
  [[package]]
@@ -7372,6 +7356,7 @@ version = "1.9.0"
7372
7356
  source = "registry+https://github.com/rust-lang/crates.io-index"
7373
7357
  checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
7374
7358
  dependencies = [
7359
+ "serde",
7375
7360
  "zeroize_derive",
7376
7361
  ]
7377
7362