microsandbox-rb 0.14.0 → 0.16.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"
@@ -147,7 +153,7 @@ version = "1.1.5"
147
153
  source = "registry+https://github.com/rust-lang/crates.io-index"
148
154
  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
149
155
  dependencies = [
150
- "windows-sys 0.60.2",
156
+ "windows-sys 0.61.2",
151
157
  ]
152
158
 
153
159
  [[package]]
@@ -158,7 +164,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
158
164
  dependencies = [
159
165
  "anstyle",
160
166
  "once_cell_polyfill",
161
- "windows-sys 0.60.2",
167
+ "windows-sys 0.61.2",
162
168
  ]
163
169
 
164
170
  [[package]]
@@ -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.61.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"
@@ -1723,7 +1759,7 @@ dependencies = [
1723
1759
  "libc",
1724
1760
  "option-ext",
1725
1761
  "redox_users",
1726
- "windows-sys 0.59.0",
1762
+ "windows-sys 0.61.2",
1727
1763
  ]
1728
1764
 
1729
1765
  [[package]]
@@ -1902,7 +1938,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
1938
  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1903
1939
  dependencies = [
1904
1940
  "libc",
1905
- "windows-sys 0.52.0",
1941
+ "windows-sys 0.61.2",
1906
1942
  ]
1907
1943
 
1908
1944
  [[package]]
@@ -2023,6 +2059,17 @@ dependencies = [
2023
2059
  "percent-encoding",
2024
2060
  ]
2025
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.59.0",
2071
+ ]
2072
+
2026
2073
  [[package]]
2027
2074
  name = "fs_extra"
2028
2075
  version = "1.3.0"
@@ -2046,9 +2093,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2046
2093
 
2047
2094
  [[package]]
2048
2095
  name = "futures"
2049
- version = "0.3.32"
2096
+ version = "0.3.34"
2050
2097
  source = "registry+https://github.com/rust-lang/crates.io-index"
2051
- checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
2098
+ checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
2052
2099
  dependencies = [
2053
2100
  "futures-channel",
2054
2101
  "futures-core",
@@ -2061,9 +2108,9 @@ dependencies = [
2061
2108
 
2062
2109
  [[package]]
2063
2110
  name = "futures-channel"
2064
- version = "0.3.32"
2111
+ version = "0.3.34"
2065
2112
  source = "registry+https://github.com/rust-lang/crates.io-index"
2066
- checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
2113
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
2067
2114
  dependencies = [
2068
2115
  "futures-core",
2069
2116
  "futures-sink",
@@ -2071,15 +2118,15 @@ dependencies = [
2071
2118
 
2072
2119
  [[package]]
2073
2120
  name = "futures-core"
2074
- version = "0.3.32"
2121
+ version = "0.3.34"
2075
2122
  source = "registry+https://github.com/rust-lang/crates.io-index"
2076
- checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
2123
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
2077
2124
 
2078
2125
  [[package]]
2079
2126
  name = "futures-executor"
2080
- version = "0.3.32"
2127
+ version = "0.3.34"
2081
2128
  source = "registry+https://github.com/rust-lang/crates.io-index"
2082
- checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
2129
+ checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
2083
2130
  dependencies = [
2084
2131
  "futures-core",
2085
2132
  "futures-task",
@@ -2099,9 +2146,9 @@ dependencies = [
2099
2146
 
2100
2147
  [[package]]
2101
2148
  name = "futures-io"
2102
- version = "0.3.32"
2149
+ version = "0.3.34"
2103
2150
  source = "registry+https://github.com/rust-lang/crates.io-index"
2104
- checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2151
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
2105
2152
 
2106
2153
  [[package]]
2107
2154
  name = "futures-lite"
@@ -2118,32 +2165,32 @@ dependencies = [
2118
2165
 
2119
2166
  [[package]]
2120
2167
  name = "futures-macro"
2121
- version = "0.3.32"
2168
+ version = "0.3.34"
2122
2169
  source = "registry+https://github.com/rust-lang/crates.io-index"
2123
- checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2170
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
2124
2171
  dependencies = [
2125
2172
  "proc-macro2",
2126
2173
  "quote",
2127
- "syn 2.0.118",
2174
+ "syn 3.0.4",
2128
2175
  ]
2129
2176
 
2130
2177
  [[package]]
2131
2178
  name = "futures-sink"
2132
- version = "0.3.32"
2179
+ version = "0.3.34"
2133
2180
  source = "registry+https://github.com/rust-lang/crates.io-index"
2134
- checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2181
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
2135
2182
 
2136
2183
  [[package]]
2137
2184
  name = "futures-task"
2138
- version = "0.3.32"
2185
+ version = "0.3.34"
2139
2186
  source = "registry+https://github.com/rust-lang/crates.io-index"
2140
- checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
2187
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
2141
2188
 
2142
2189
  [[package]]
2143
2190
  name = "futures-util"
2144
- version = "0.3.32"
2191
+ version = "0.3.34"
2145
2192
  source = "registry+https://github.com/rust-lang/crates.io-index"
2146
- checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
2193
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
2147
2194
  dependencies = [
2148
2195
  "futures-channel",
2149
2196
  "futures-core",
@@ -2832,6 +2879,28 @@ dependencies = [
2832
2879
  "rand_core 0.10.1",
2833
2880
  ]
2834
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.60.2",
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
+
2835
2904
  [[package]]
2836
2905
  name = "ipnet"
2837
2906
  version = "2.12.0"
@@ -3284,6 +3353,12 @@ dependencies = [
3284
3353
  "regex-automata",
3285
3354
  ]
3286
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
+
3287
3362
  [[package]]
3288
3363
  name = "md-5"
3289
3364
  version = "0.11.0"
@@ -3317,8 +3392,8 @@ dependencies = [
3317
3392
 
3318
3393
  [[package]]
3319
3394
  name = "microsandbox"
3320
- version = "0.6.9"
3321
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3395
+ version = "0.6.16"
3396
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3322
3397
  dependencies = [
3323
3398
  "anyhow",
3324
3399
  "astral-tokio-tar",
@@ -3326,6 +3401,8 @@ dependencies = [
3326
3401
  "base64 0.23.1",
3327
3402
  "blake3",
3328
3403
  "bytes",
3404
+ "cap-primitives",
3405
+ "cap-std",
3329
3406
  "chrono",
3330
3407
  "ciborium",
3331
3408
  "crossterm",
@@ -3377,8 +3454,8 @@ dependencies = [
3377
3454
 
3378
3455
  [[package]]
3379
3456
  name = "microsandbox-agent-client"
3380
- version = "0.6.9"
3381
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3457
+ version = "0.6.16"
3458
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3382
3459
  dependencies = [
3383
3460
  "ciborium",
3384
3461
  "microsandbox-protocol",
@@ -3390,8 +3467,8 @@ dependencies = [
3390
3467
 
3391
3468
  [[package]]
3392
3469
  name = "microsandbox-db"
3393
- version = "0.6.9"
3394
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3470
+ version = "0.6.16"
3471
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3395
3472
  dependencies = [
3396
3473
  "async-trait",
3397
3474
  "sea-orm",
@@ -3402,8 +3479,8 @@ dependencies = [
3402
3479
 
3403
3480
  [[package]]
3404
3481
  name = "microsandbox-filesystem"
3405
- version = "0.6.9"
3406
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3482
+ version = "0.6.16"
3483
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3407
3484
  dependencies = [
3408
3485
  "libc",
3409
3486
  "microsandbox-utils",
@@ -3411,12 +3488,13 @@ dependencies = [
3411
3488
  "scopeguard",
3412
3489
  "tempfile",
3413
3490
  "tracing",
3491
+ "windows-sys 0.61.2",
3414
3492
  ]
3415
3493
 
3416
3494
  [[package]]
3417
3495
  name = "microsandbox-image"
3418
- version = "0.6.9"
3419
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3496
+ version = "0.6.16"
3497
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3420
3498
  dependencies = [
3421
3499
  "astral-tokio-tar",
3422
3500
  "async-compression",
@@ -3442,8 +3520,8 @@ dependencies = [
3442
3520
 
3443
3521
  [[package]]
3444
3522
  name = "microsandbox-metrics"
3445
- version = "0.6.9"
3446
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3523
+ version = "0.6.16"
3524
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3447
3525
  dependencies = [
3448
3526
  "chrono",
3449
3527
  "libc",
@@ -3454,8 +3532,8 @@ dependencies = [
3454
3532
 
3455
3533
  [[package]]
3456
3534
  name = "microsandbox-migration"
3457
- version = "0.6.9"
3458
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3535
+ version = "0.6.16"
3536
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3459
3537
  dependencies = [
3460
3538
  "sea-orm-migration",
3461
3539
  "serde_json",
@@ -3463,8 +3541,8 @@ dependencies = [
3463
3541
 
3464
3542
  [[package]]
3465
3543
  name = "microsandbox-network"
3466
- version = "0.6.9"
3467
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3544
+ version = "0.6.16"
3545
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3468
3546
  dependencies = [
3469
3547
  "base64 0.22.1",
3470
3548
  "bytes",
@@ -3507,8 +3585,8 @@ dependencies = [
3507
3585
 
3508
3586
  [[package]]
3509
3587
  name = "microsandbox-protocol"
3510
- version = "0.6.9"
3511
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3588
+ version = "0.6.16"
3589
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3512
3590
  dependencies = [
3513
3591
  "chrono",
3514
3592
  "ciborium",
@@ -3522,8 +3600,8 @@ dependencies = [
3522
3600
 
3523
3601
  [[package]]
3524
3602
  name = "microsandbox-runtime"
3525
- version = "0.6.9"
3526
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3603
+ version = "0.6.16"
3604
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3527
3605
  dependencies = [
3528
3606
  "bytes",
3529
3607
  "chrono",
@@ -3557,22 +3635,34 @@ dependencies = [
3557
3635
 
3558
3636
  [[package]]
3559
3637
  name = "microsandbox-types"
3560
- version = "0.6.9"
3561
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3638
+ version = "0.6.16"
3639
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3562
3640
  dependencies = [
3563
3641
  "chrono",
3564
3642
  "ipnetwork",
3643
+ "microsandbox-types-macros",
3565
3644
  "serde",
3566
3645
  "serde_json",
3567
3646
  "sha2 0.11.0",
3568
3647
  "thiserror",
3648
+ "typed-path",
3569
3649
  "zeroize",
3570
3650
  ]
3571
3651
 
3652
+ [[package]]
3653
+ name = "microsandbox-types-macros"
3654
+ version = "0.6.16"
3655
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3656
+ dependencies = [
3657
+ "proc-macro2",
3658
+ "quote",
3659
+ "syn 3.0.4",
3660
+ ]
3661
+
3572
3662
  [[package]]
3573
3663
  name = "microsandbox-utils"
3574
- version = "0.6.9"
3575
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3664
+ version = "0.6.16"
3665
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3576
3666
  dependencies = [
3577
3667
  "dirs",
3578
3668
  "libc",
@@ -3584,8 +3674,8 @@ dependencies = [
3584
3674
 
3585
3675
  [[package]]
3586
3676
  name = "microsandbox-vsock"
3587
- version = "0.6.9"
3588
- source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.9#664552c033a5976c5c318eb1cef94867fce619ee"
3677
+ version = "0.6.16"
3678
+ source = "git+https://github.com/superradcompany/microsandbox?tag=v0.6.16#93c14431b387d4666c7c9ca6599bb2fafdc01782"
3589
3679
  dependencies = [
3590
3680
  "libc",
3591
3681
  "msb_krun",
@@ -3597,7 +3687,7 @@ dependencies = [
3597
3687
 
3598
3688
  [[package]]
3599
3689
  name = "microsandbox_rb"
3600
- version = "0.14.0"
3690
+ version = "0.16.0"
3601
3691
  dependencies = [
3602
3692
  "chrono",
3603
3693
  "futures",
@@ -3702,9 +3792,9 @@ dependencies = [
3702
3792
 
3703
3793
  [[package]]
3704
3794
  name = "msb_krun"
3705
- version = "0.1.31"
3795
+ version = "0.1.32"
3706
3796
  source = "registry+https://github.com/rust-lang/crates.io-index"
3707
- checksum = "40e6b83f6cf90f676779409ac026f4429adfd7a11886085a59773ddd3aa8207f"
3797
+ checksum = "d4c0de669aeda774c3da60692af7e693fdf000f4813922b15389dd1209b042ac"
3708
3798
  dependencies = [
3709
3799
  "crossbeam-channel",
3710
3800
  "kvm-bindings",
@@ -3722,9 +3812,9 @@ dependencies = [
3722
3812
 
3723
3813
  [[package]]
3724
3814
  name = "msb_krun_arch"
3725
- version = "0.1.31"
3815
+ version = "0.1.32"
3726
3816
  source = "registry+https://github.com/rust-lang/crates.io-index"
3727
- checksum = "929f9765edd9e12cc45e5876998456bf2dfb0d2244d4fe6ddf2fdb5c3dd7e99c"
3817
+ checksum = "0e9631350df54bde880a7cf3fda67ff03132b115abae95f7b668599611286c87"
3728
3818
  dependencies = [
3729
3819
  "kvm-bindings",
3730
3820
  "kvm-ioctls",
@@ -3737,15 +3827,15 @@ dependencies = [
3737
3827
 
3738
3828
  [[package]]
3739
3829
  name = "msb_krun_arch_gen"
3740
- version = "0.1.31"
3830
+ version = "0.1.32"
3741
3831
  source = "registry+https://github.com/rust-lang/crates.io-index"
3742
- checksum = "df83bf780774e4e131547a4e17d0ca389e5bbb04cdebcb626880b090cae20f2c"
3832
+ checksum = "fb11ff7f19adb1ee23d25ca65c9a06a75069e3b949e70922ba52a133dc9e43bb"
3743
3833
 
3744
3834
  [[package]]
3745
3835
  name = "msb_krun_cpuid"
3746
- version = "0.1.31"
3836
+ version = "0.1.32"
3747
3837
  source = "registry+https://github.com/rust-lang/crates.io-index"
3748
- checksum = "7c569d5d7285ed8f8f80e58454fb3ee213fd2c06ec647cc108a16a2e095558bb"
3838
+ checksum = "09a315fabad3ffbf3cd6b4922dfa8e95b25e11624f548850c8029f46039c332a"
3749
3839
  dependencies = [
3750
3840
  "kvm-bindings",
3751
3841
  "kvm-ioctls",
@@ -3754,9 +3844,9 @@ dependencies = [
3754
3844
 
3755
3845
  [[package]]
3756
3846
  name = "msb_krun_devices"
3757
- version = "0.1.31"
3847
+ version = "0.1.32"
3758
3848
  source = "registry+https://github.com/rust-lang/crates.io-index"
3759
- checksum = "422da6e72923c2debae8eaeddd2990b924df9042079b51a323b4f3de37ebbdaf"
3849
+ checksum = "b54befdee0428ae481ecd894306f2ceef19ad951275908bd4d9182a4216a4933"
3760
3850
  dependencies = [
3761
3851
  "bitflags 1.3.2",
3762
3852
  "capng",
@@ -3784,9 +3874,9 @@ dependencies = [
3784
3874
 
3785
3875
  [[package]]
3786
3876
  name = "msb_krun_hvf"
3787
- version = "0.1.31"
3877
+ version = "0.1.32"
3788
3878
  source = "registry+https://github.com/rust-lang/crates.io-index"
3789
- checksum = "e5034e7b5ebd4f2f8caefb199f5f18483f8ed0c5cc6afb944b6ed0d127d59aa9"
3879
+ checksum = "cbde98ef6b71b920af6e4a8ee89110ffac6204942620799772dad12dcf2273ac"
3790
3880
  dependencies = [
3791
3881
  "crossbeam-channel",
3792
3882
  "libloading",
@@ -3796,9 +3886,9 @@ dependencies = [
3796
3886
 
3797
3887
  [[package]]
3798
3888
  name = "msb_krun_kernel"
3799
- version = "0.1.31"
3889
+ version = "0.1.32"
3800
3890
  source = "registry+https://github.com/rust-lang/crates.io-index"
3801
- checksum = "04163d07028500bf08e6247c40c64dd5bae462bbb1997cf6a9613d019976a055"
3891
+ checksum = "080d35863dad4a81a5eb6c5ff9292caab0219e50e7c8b3d0da4ebe74e7797322"
3802
3892
  dependencies = [
3803
3893
  "msb-vm-memory",
3804
3894
  "msb_krun_utils",
@@ -3806,9 +3896,9 @@ dependencies = [
3806
3896
 
3807
3897
  [[package]]
3808
3898
  name = "msb_krun_polly"
3809
- version = "0.1.31"
3899
+ version = "0.1.32"
3810
3900
  source = "registry+https://github.com/rust-lang/crates.io-index"
3811
- checksum = "9812193639b368ab800b5f87e18509ad30fd85a2e6a77a05265ffadfed2553d1"
3901
+ checksum = "af85cc51c6f8f196224793975aad7da7e51ef8247b42b5cd8f7635561a9d5fdb"
3812
3902
  dependencies = [
3813
3903
  "libc",
3814
3904
  "msb_krun_utils",
@@ -3816,18 +3906,18 @@ dependencies = [
3816
3906
 
3817
3907
  [[package]]
3818
3908
  name = "msb_krun_smbios"
3819
- version = "0.1.31"
3909
+ version = "0.1.32"
3820
3910
  source = "registry+https://github.com/rust-lang/crates.io-index"
3821
- checksum = "8cfd3f05f6447f0ad85f04f688b106eb9f04bb64525fee1183757cf9705070a0"
3911
+ checksum = "f36a5c9866ccf755b4675338d4e696ee50e7425a153ac71db89e3bb95b1cffce"
3822
3912
  dependencies = [
3823
3913
  "msb-vm-memory",
3824
3914
  ]
3825
3915
 
3826
3916
  [[package]]
3827
3917
  name = "msb_krun_utils"
3828
- version = "0.1.31"
3918
+ version = "0.1.32"
3829
3919
  source = "registry+https://github.com/rust-lang/crates.io-index"
3830
- checksum = "b5ce62484f07792ab43a5ac64baa84435556f56a7633805e15030e990c3b98a3"
3920
+ checksum = "112be8806546f721718a88ba01f9e86d4189aff39f79d5816a90465e9eb4dbe0"
3831
3921
  dependencies = [
3832
3922
  "bitflags 1.3.2",
3833
3923
  "crossbeam-channel",
@@ -3841,9 +3931,9 @@ dependencies = [
3841
3931
 
3842
3932
  [[package]]
3843
3933
  name = "msb_krun_vmm"
3844
- version = "0.1.31"
3934
+ version = "0.1.32"
3845
3935
  source = "registry+https://github.com/rust-lang/crates.io-index"
3846
- checksum = "67546eb70fa306e3c7e97f525dac2db44b9cc1642b6684aec4369e3b7f9b3af3"
3936
+ checksum = "f9865e5331c61d4dea48fae764f5c6a8248f83cd8d0f961dd03598b79885ace4"
3847
3937
  dependencies = [
3848
3938
  "bzip2",
3849
3939
  "crossbeam-channel",
@@ -4806,9 +4896,9 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
4806
4896
 
4807
4897
  [[package]]
4808
4898
  name = "rcgen"
4809
- version = "0.14.8"
4899
+ version = "0.14.9"
4810
4900
  source = "registry+https://github.com/rust-lang/crates.io-index"
4811
- checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
4901
+ checksum = "091e7a8e7d86e6feb87a27ce8e2cba29d49eff9507afeebefab7eeb2ca667fb4"
4812
4902
  dependencies = [
4813
4903
  "pem",
4814
4904
  "ring",
@@ -5012,9 +5102,9 @@ dependencies = [
5012
5102
 
5013
5103
  [[package]]
5014
5104
  name = "russh"
5015
- version = "0.62.5"
5105
+ version = "0.62.6"
5016
5106
  source = "registry+https://github.com/rust-lang/crates.io-index"
5017
- checksum = "da7c230e0ed9cbeb92fbad6c8848985d6df2a1464c0dc247a021abd666e9005e"
5107
+ checksum = "b41043523e0edcbd4e31d00903e26f12994f63b21bae9904f7405c1ed92752a5"
5018
5108
  dependencies = [
5019
5109
  "aes 0.9.1",
5020
5110
  "aws-lc-rs",
@@ -5177,7 +5267,17 @@ dependencies = [
5177
5267
  "errno",
5178
5268
  "libc",
5179
5269
  "linux-raw-sys",
5180
- "windows-sys 0.52.0",
5270
+ "windows-sys 0.61.2",
5271
+ ]
5272
+
5273
+ [[package]]
5274
+ name = "rustix-linux-procfs"
5275
+ version = "0.1.1"
5276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5277
+ checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
5278
+ dependencies = [
5279
+ "once_cell",
5280
+ "rustix",
5181
5281
  ]
5182
5282
 
5183
5283
  [[package]]
@@ -5236,7 +5336,7 @@ dependencies = [
5236
5336
  "security-framework 3.7.0",
5237
5337
  "security-framework-sys",
5238
5338
  "webpki-root-certs",
5239
- "windows-sys 0.52.0",
5339
+ "windows-sys 0.61.2",
5240
5340
  ]
5241
5341
 
5242
5342
  [[package]]
@@ -5861,7 +5961,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5861
5961
  checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
5862
5962
  dependencies = [
5863
5963
  "libc",
5864
- "windows-sys 0.60.2",
5964
+ "windows-sys 0.61.2",
5865
5965
  ]
5866
5966
 
5867
5967
  [[package]]
@@ -6231,6 +6331,17 @@ dependencies = [
6231
6331
  "unicode-ident",
6232
6332
  ]
6233
6333
 
6334
+ [[package]]
6335
+ name = "syn"
6336
+ version = "3.0.4"
6337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6338
+ checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
6339
+ dependencies = [
6340
+ "proc-macro2",
6341
+ "quote",
6342
+ "unicode-ident",
6343
+ ]
6344
+
6234
6345
  [[package]]
6235
6346
  name = "sync_wrapper"
6236
6347
  version = "1.0.2"
@@ -6299,7 +6410,7 @@ dependencies = [
6299
6410
  "getrandom 0.4.2",
6300
6411
  "once_cell",
6301
6412
  "rustix",
6302
- "windows-sys 0.52.0",
6413
+ "windows-sys 0.61.2",
6303
6414
  ]
6304
6415
 
6305
6416
  [[package]]
@@ -6659,7 +6770,7 @@ checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
6659
6770
  dependencies = [
6660
6771
  "memoffset",
6661
6772
  "tempfile",
6662
- "windows-sys 0.60.2",
6773
+ "windows-sys 0.61.2",
6663
6774
  ]
6664
6775
 
6665
6776
  [[package]]
@@ -7064,7 +7175,7 @@ version = "0.1.11"
7064
7175
  source = "registry+https://github.com/rust-lang/crates.io-index"
7065
7176
  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7066
7177
  dependencies = [
7067
- "windows-sys 0.52.0",
7178
+ "windows-sys 0.61.2",
7068
7179
  ]
7069
7180
 
7070
7181
  [[package]]
@@ -7368,6 +7479,16 @@ dependencies = [
7368
7479
  "memchr",
7369
7480
  ]
7370
7481
 
7482
+ [[package]]
7483
+ name = "winx"
7484
+ version = "0.36.4"
7485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7486
+ checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
7487
+ dependencies = [
7488
+ "bitflags 2.13.0",
7489
+ "windows-sys 0.59.0",
7490
+ ]
7491
+
7371
7492
  [[package]]
7372
7493
  name = "wit-bindgen"
7373
7494
  version = "0.51.0"
data/DESIGN.md CHANGED
@@ -184,7 +184,7 @@ extension.
184
184
 
185
185
  `ext/microsandbox/Cargo.toml` depends on the core crate via a **pinned git tag**
186
186
  (`microsandbox` / `microsandbox-network`, pinned to the same tag as
187
- `Microsandbox::RUNTIME_VERSION` — currently `v0.6.9`), so the gem builds anywhere
187
+ `Microsandbox::RUNTIME_VERSION` — currently `v0.6.16`), so the gem builds anywhere
188
188
  — CI, `rake-compiler-dock` release containers, and end-user source installs —
189
189
  without an adjacent checkout. For fast local development against a sibling
190
190
  microsandbox checkout, copy `.cargo/config.toml.example` to `.cargo/config.toml`