itsi-scheduler 0.2.24-aarch64-linux → 0.2.25-aarch64-linux
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.
- checksums.yaml +4 -4
- data/Cargo.lock +209 -189
- data/ext/itsi_scheduler/Cargo.toml +1 -1
- data/ext/itsi_server/Cargo.lock +2 -2
- data/ext/itsi_server/Cargo.toml +1 -1
- data/lib/itsi/scheduler/itsi_scheduler.so +0 -0
- data/lib/itsi/scheduler/version.rb +1 -1
- metadata +4 -8
- data/lib/itsi/scheduler/3.1/itsi_scheduler.so +0 -0
- data/lib/itsi/scheduler/3.2/itsi_scheduler.so +0 -0
- data/lib/itsi/scheduler/3.3/itsi_scheduler.so +0 -0
- data/lib/itsi/scheduler/3.4/itsi_scheduler.so +0 -0
- data/lib/itsi/scheduler/4.0/itsi_scheduler.so +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0eabf983d5514a79ba0c9fbc3f7121c49446caf721fffdbff10b7501e59d60c2
|
|
4
|
+
data.tar.gz: a1e4865da8b427daf2be90ec561d0bd359b4f69c71d0193e1d4132fd804dfa6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd6f8d5aee63321c783ac138925c4a9dc9df2af72e3bf22133954947a4fe6f56c4cdd40c22cff917e1d423f8371fb668028a9cd5c6743d33c7d27f881f52c45d
|
|
7
|
+
data.tar.gz: d59a2e15ee796f67efb1e41406f51642b4f2a2e715f39767fdcd8f19e137bb91bebd2da159f505644da548f3f8def4e0269b9ece3365e423d76e55730d640161
|
data/Cargo.lock
CHANGED
|
@@ -4,18 +4,18 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aho-corasick"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.4"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"memchr",
|
|
12
12
|
]
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "anyhow"
|
|
16
|
-
version = "1.0.
|
|
16
|
+
version = "1.0.102"
|
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "
|
|
18
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
19
19
|
|
|
20
20
|
[[package]]
|
|
21
21
|
name = "atty"
|
|
@@ -28,12 +28,6 @@ dependencies = [
|
|
|
28
28
|
"winapi",
|
|
29
29
|
]
|
|
30
30
|
|
|
31
|
-
[[package]]
|
|
32
|
-
name = "autocfg"
|
|
33
|
-
version = "1.4.0"
|
|
34
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
35
|
-
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
36
|
-
|
|
37
31
|
[[package]]
|
|
38
32
|
name = "base64"
|
|
39
33
|
version = "0.22.1"
|
|
@@ -55,27 +49,28 @@ dependencies = [
|
|
|
55
49
|
"regex",
|
|
56
50
|
"rustc-hash",
|
|
57
51
|
"shlex",
|
|
58
|
-
"syn 2.0.
|
|
52
|
+
"syn 2.0.117",
|
|
59
53
|
]
|
|
60
54
|
|
|
61
55
|
[[package]]
|
|
62
56
|
name = "bitflags"
|
|
63
|
-
version = "2.
|
|
57
|
+
version = "2.11.1"
|
|
64
58
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
65
|
-
checksum = "
|
|
59
|
+
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
66
60
|
|
|
67
61
|
[[package]]
|
|
68
62
|
name = "bytes"
|
|
69
|
-
version = "1.
|
|
63
|
+
version = "1.11.1"
|
|
70
64
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
71
|
-
checksum = "
|
|
65
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
72
66
|
|
|
73
67
|
[[package]]
|
|
74
68
|
name = "cc"
|
|
75
|
-
version = "1.2.
|
|
69
|
+
version = "1.2.60"
|
|
76
70
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
77
|
-
checksum = "
|
|
71
|
+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
78
72
|
dependencies = [
|
|
73
|
+
"find-msvc-tools",
|
|
79
74
|
"shlex",
|
|
80
75
|
]
|
|
81
76
|
|
|
@@ -90,9 +85,9 @@ dependencies = [
|
|
|
90
85
|
|
|
91
86
|
[[package]]
|
|
92
87
|
name = "cfg-if"
|
|
93
|
-
version = "1.0.
|
|
88
|
+
version = "1.0.4"
|
|
94
89
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
90
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
96
91
|
|
|
97
92
|
[[package]]
|
|
98
93
|
name = "cfg_aliases"
|
|
@@ -128,31 +123,32 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
128
123
|
|
|
129
124
|
[[package]]
|
|
130
125
|
name = "deranged"
|
|
131
|
-
version = "0.
|
|
126
|
+
version = "0.5.8"
|
|
132
127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
-
checksum = "
|
|
128
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
134
129
|
dependencies = [
|
|
135
130
|
"powerfmt",
|
|
136
131
|
]
|
|
137
132
|
|
|
138
133
|
[[package]]
|
|
139
134
|
name = "derive_more"
|
|
140
|
-
version = "2.
|
|
135
|
+
version = "2.1.1"
|
|
141
136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
-
checksum = "
|
|
137
|
+
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
143
138
|
dependencies = [
|
|
144
139
|
"derive_more-impl",
|
|
145
140
|
]
|
|
146
141
|
|
|
147
142
|
[[package]]
|
|
148
143
|
name = "derive_more-impl"
|
|
149
|
-
version = "2.
|
|
144
|
+
version = "2.1.1"
|
|
150
145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
-
checksum = "
|
|
146
|
+
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
152
147
|
dependencies = [
|
|
153
148
|
"proc-macro2",
|
|
154
149
|
"quote",
|
|
155
|
-
"
|
|
150
|
+
"rustc_version",
|
|
151
|
+
"syn 2.0.117",
|
|
156
152
|
"unicode-xid",
|
|
157
153
|
]
|
|
158
154
|
|
|
@@ -162,11 +158,17 @@ version = "1.15.0"
|
|
|
162
158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
159
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
164
160
|
|
|
161
|
+
[[package]]
|
|
162
|
+
name = "find-msvc-tools"
|
|
163
|
+
version = "0.1.9"
|
|
164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
166
|
+
|
|
165
167
|
[[package]]
|
|
166
168
|
name = "getrandom"
|
|
167
|
-
version = "0.2.
|
|
169
|
+
version = "0.2.17"
|
|
168
170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "
|
|
171
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
170
172
|
dependencies = [
|
|
171
173
|
"cfg-if",
|
|
172
174
|
"libc",
|
|
@@ -175,9 +177,9 @@ dependencies = [
|
|
|
175
177
|
|
|
176
178
|
[[package]]
|
|
177
179
|
name = "glob"
|
|
178
|
-
version = "0.3.
|
|
180
|
+
version = "0.3.3"
|
|
179
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
182
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
181
183
|
|
|
182
184
|
[[package]]
|
|
183
185
|
name = "hermit-abi"
|
|
@@ -196,22 +198,22 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
196
198
|
|
|
197
199
|
[[package]]
|
|
198
200
|
name = "itertools"
|
|
199
|
-
version = "0.
|
|
201
|
+
version = "0.13.0"
|
|
200
202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201
|
-
checksum = "
|
|
203
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
202
204
|
dependencies = [
|
|
203
205
|
"either",
|
|
204
206
|
]
|
|
205
207
|
|
|
206
208
|
[[package]]
|
|
207
209
|
name = "itoa"
|
|
208
|
-
version = "1.0.
|
|
210
|
+
version = "1.0.18"
|
|
209
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
210
|
-
checksum = "
|
|
212
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
211
213
|
|
|
212
214
|
[[package]]
|
|
213
215
|
name = "itsi-scheduler"
|
|
214
|
-
version = "0.2.
|
|
216
|
+
version = "0.2.25"
|
|
215
217
|
dependencies = [
|
|
216
218
|
"bytes",
|
|
217
219
|
"derive_more",
|
|
@@ -236,7 +238,7 @@ dependencies = [
|
|
|
236
238
|
"magnus",
|
|
237
239
|
"nix",
|
|
238
240
|
"rcgen",
|
|
239
|
-
"thiserror
|
|
241
|
+
"thiserror",
|
|
240
242
|
]
|
|
241
243
|
|
|
242
244
|
[[package]]
|
|
@@ -278,35 +280,34 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
278
280
|
|
|
279
281
|
[[package]]
|
|
280
282
|
name = "libc"
|
|
281
|
-
version = "0.2.
|
|
283
|
+
version = "0.2.185"
|
|
282
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
-
checksum = "
|
|
285
|
+
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
284
286
|
|
|
285
287
|
[[package]]
|
|
286
288
|
name = "libloading"
|
|
287
|
-
version = "0.8.
|
|
289
|
+
version = "0.8.9"
|
|
288
290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
|
-
checksum = "
|
|
291
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
290
292
|
dependencies = [
|
|
291
293
|
"cfg-if",
|
|
292
|
-
"windows-
|
|
294
|
+
"windows-link",
|
|
293
295
|
]
|
|
294
296
|
|
|
295
297
|
[[package]]
|
|
296
298
|
name = "lock_api"
|
|
297
|
-
version = "0.4.
|
|
299
|
+
version = "0.4.14"
|
|
298
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
299
|
-
checksum = "
|
|
301
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
300
302
|
dependencies = [
|
|
301
|
-
"autocfg",
|
|
302
303
|
"scopeguard",
|
|
303
304
|
]
|
|
304
305
|
|
|
305
306
|
[[package]]
|
|
306
307
|
name = "log"
|
|
307
|
-
version = "0.4.
|
|
308
|
+
version = "0.4.29"
|
|
308
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
309
|
-
checksum = "
|
|
310
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
310
311
|
|
|
311
312
|
[[package]]
|
|
312
313
|
name = "magnus"
|
|
@@ -327,23 +328,23 @@ source = "git+https://github.com/matsadler/magnus.git?rev=1ed232edb2b75a2eed9b1d
|
|
|
327
328
|
dependencies = [
|
|
328
329
|
"proc-macro2",
|
|
329
330
|
"quote",
|
|
330
|
-
"syn 2.0.
|
|
331
|
+
"syn 2.0.117",
|
|
331
332
|
]
|
|
332
333
|
|
|
333
334
|
[[package]]
|
|
334
335
|
name = "matchers"
|
|
335
|
-
version = "0.
|
|
336
|
+
version = "0.2.0"
|
|
336
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "
|
|
338
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
338
339
|
dependencies = [
|
|
339
|
-
"regex-automata
|
|
340
|
+
"regex-automata",
|
|
340
341
|
]
|
|
341
342
|
|
|
342
343
|
[[package]]
|
|
343
344
|
name = "memchr"
|
|
344
|
-
version = "2.
|
|
345
|
+
version = "2.8.0"
|
|
345
346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
-
checksum = "
|
|
347
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
347
348
|
|
|
348
349
|
[[package]]
|
|
349
350
|
name = "minimal-lexical"
|
|
@@ -353,14 +354,14 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
353
354
|
|
|
354
355
|
[[package]]
|
|
355
356
|
name = "mio"
|
|
356
|
-
version = "1.0
|
|
357
|
+
version = "1.2.0"
|
|
357
358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
358
|
-
checksum = "
|
|
359
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
359
360
|
dependencies = [
|
|
360
361
|
"libc",
|
|
361
362
|
"log",
|
|
362
363
|
"wasi",
|
|
363
|
-
"windows-sys",
|
|
364
|
+
"windows-sys 0.61.2",
|
|
364
365
|
]
|
|
365
366
|
|
|
366
367
|
[[package]]
|
|
@@ -387,37 +388,30 @@ dependencies = [
|
|
|
387
388
|
|
|
388
389
|
[[package]]
|
|
389
390
|
name = "nu-ansi-term"
|
|
390
|
-
version = "0.
|
|
391
|
+
version = "0.50.3"
|
|
391
392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
393
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
393
394
|
dependencies = [
|
|
394
|
-
"
|
|
395
|
-
"winapi",
|
|
395
|
+
"windows-sys 0.61.2",
|
|
396
396
|
]
|
|
397
397
|
|
|
398
398
|
[[package]]
|
|
399
399
|
name = "num-conv"
|
|
400
|
-
version = "0.1
|
|
400
|
+
version = "0.2.1"
|
|
401
401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "
|
|
402
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
403
403
|
|
|
404
404
|
[[package]]
|
|
405
405
|
name = "once_cell"
|
|
406
|
-
version = "1.21.
|
|
406
|
+
version = "1.21.4"
|
|
407
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
-
checksum = "
|
|
409
|
-
|
|
410
|
-
[[package]]
|
|
411
|
-
name = "overload"
|
|
412
|
-
version = "0.1.1"
|
|
413
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
408
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
415
409
|
|
|
416
410
|
[[package]]
|
|
417
411
|
name = "parking_lot"
|
|
418
|
-
version = "0.12.
|
|
412
|
+
version = "0.12.5"
|
|
419
413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
-
checksum = "
|
|
414
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
421
415
|
dependencies = [
|
|
422
416
|
"lock_api",
|
|
423
417
|
"parking_lot_core",
|
|
@@ -425,32 +419,32 @@ dependencies = [
|
|
|
425
419
|
|
|
426
420
|
[[package]]
|
|
427
421
|
name = "parking_lot_core"
|
|
428
|
-
version = "0.9.
|
|
422
|
+
version = "0.9.12"
|
|
429
423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
-
checksum = "
|
|
424
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
431
425
|
dependencies = [
|
|
432
426
|
"cfg-if",
|
|
433
427
|
"libc",
|
|
434
428
|
"redox_syscall",
|
|
435
429
|
"smallvec",
|
|
436
|
-
"windows-
|
|
430
|
+
"windows-link",
|
|
437
431
|
]
|
|
438
432
|
|
|
439
433
|
[[package]]
|
|
440
434
|
name = "pem"
|
|
441
|
-
version = "3.0.
|
|
435
|
+
version = "3.0.6"
|
|
442
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
-
checksum = "
|
|
437
|
+
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
444
438
|
dependencies = [
|
|
445
439
|
"base64",
|
|
446
|
-
"
|
|
440
|
+
"serde_core",
|
|
447
441
|
]
|
|
448
442
|
|
|
449
443
|
[[package]]
|
|
450
444
|
name = "pin-project-lite"
|
|
451
|
-
version = "0.2.
|
|
445
|
+
version = "0.2.17"
|
|
452
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
-
checksum = "
|
|
447
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
454
448
|
|
|
455
449
|
[[package]]
|
|
456
450
|
name = "powerfmt"
|
|
@@ -460,34 +454,36 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
460
454
|
|
|
461
455
|
[[package]]
|
|
462
456
|
name = "proc-macro2"
|
|
463
|
-
version = "1.0.
|
|
457
|
+
version = "1.0.106"
|
|
464
458
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
465
|
-
checksum = "
|
|
459
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
466
460
|
dependencies = [
|
|
467
461
|
"unicode-ident",
|
|
468
462
|
]
|
|
469
463
|
|
|
470
464
|
[[package]]
|
|
471
465
|
name = "quote"
|
|
472
|
-
version = "1.0.
|
|
466
|
+
version = "1.0.45"
|
|
473
467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
-
checksum = "
|
|
468
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
475
469
|
dependencies = [
|
|
476
470
|
"proc-macro2",
|
|
477
471
|
]
|
|
478
472
|
|
|
479
473
|
[[package]]
|
|
480
474
|
name = "rb-sys"
|
|
481
|
-
version = "0.9.
|
|
475
|
+
version = "0.9.126"
|
|
482
476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
-
checksum = "
|
|
477
|
+
checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
|
|
484
478
|
dependencies = [
|
|
485
479
|
"rb-sys-build",
|
|
486
480
|
]
|
|
487
481
|
|
|
488
482
|
[[package]]
|
|
489
483
|
name = "rb-sys-build"
|
|
490
|
-
version = "0.9.
|
|
484
|
+
version = "0.9.126"
|
|
485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
486
|
+
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
491
487
|
dependencies = [
|
|
492
488
|
"bindgen",
|
|
493
489
|
"lazy_static",
|
|
@@ -495,7 +491,7 @@ dependencies = [
|
|
|
495
491
|
"quote",
|
|
496
492
|
"regex",
|
|
497
493
|
"shell-words",
|
|
498
|
-
"syn 2.0.
|
|
494
|
+
"syn 2.0.117",
|
|
499
495
|
]
|
|
500
496
|
|
|
501
497
|
[[package]]
|
|
@@ -519,56 +515,41 @@ dependencies = [
|
|
|
519
515
|
|
|
520
516
|
[[package]]
|
|
521
517
|
name = "redox_syscall"
|
|
522
|
-
version = "0.5.
|
|
518
|
+
version = "0.5.18"
|
|
523
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
524
|
-
checksum = "
|
|
520
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
525
521
|
dependencies = [
|
|
526
522
|
"bitflags",
|
|
527
523
|
]
|
|
528
524
|
|
|
529
525
|
[[package]]
|
|
530
526
|
name = "regex"
|
|
531
|
-
version = "1.
|
|
527
|
+
version = "1.12.3"
|
|
532
528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
|
-
checksum = "
|
|
529
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
534
530
|
dependencies = [
|
|
535
531
|
"aho-corasick",
|
|
536
532
|
"memchr",
|
|
537
|
-
"regex-automata
|
|
538
|
-
"regex-syntax
|
|
539
|
-
]
|
|
540
|
-
|
|
541
|
-
[[package]]
|
|
542
|
-
name = "regex-automata"
|
|
543
|
-
version = "0.1.10"
|
|
544
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
545
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
546
|
-
dependencies = [
|
|
547
|
-
"regex-syntax 0.6.29",
|
|
533
|
+
"regex-automata",
|
|
534
|
+
"regex-syntax",
|
|
548
535
|
]
|
|
549
536
|
|
|
550
537
|
[[package]]
|
|
551
538
|
name = "regex-automata"
|
|
552
|
-
version = "0.4.
|
|
539
|
+
version = "0.4.14"
|
|
553
540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "
|
|
541
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
555
542
|
dependencies = [
|
|
556
543
|
"aho-corasick",
|
|
557
544
|
"memchr",
|
|
558
|
-
"regex-syntax
|
|
545
|
+
"regex-syntax",
|
|
559
546
|
]
|
|
560
547
|
|
|
561
548
|
[[package]]
|
|
562
549
|
name = "regex-syntax"
|
|
563
|
-
version = "0.
|
|
564
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
565
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
566
|
-
|
|
567
|
-
[[package]]
|
|
568
|
-
name = "regex-syntax"
|
|
569
|
-
version = "0.8.5"
|
|
550
|
+
version = "0.8.10"
|
|
570
551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
571
|
-
checksum = "
|
|
552
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
572
553
|
|
|
573
554
|
[[package]]
|
|
574
555
|
name = "ring"
|
|
@@ -581,26 +562,32 @@ dependencies = [
|
|
|
581
562
|
"getrandom",
|
|
582
563
|
"libc",
|
|
583
564
|
"untrusted",
|
|
584
|
-
"windows-sys",
|
|
565
|
+
"windows-sys 0.52.0",
|
|
585
566
|
]
|
|
586
567
|
|
|
587
568
|
[[package]]
|
|
588
569
|
name = "rustc-hash"
|
|
589
|
-
version = "2.1.
|
|
570
|
+
version = "2.1.2"
|
|
590
571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
591
|
-
checksum = "
|
|
572
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
592
573
|
|
|
593
574
|
[[package]]
|
|
594
|
-
name = "
|
|
595
|
-
version = "
|
|
575
|
+
name = "rustc_version"
|
|
576
|
+
version = "0.4.1"
|
|
596
577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
-
checksum = "
|
|
578
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
579
|
+
dependencies = [
|
|
580
|
+
"semver",
|
|
581
|
+
]
|
|
598
582
|
|
|
599
583
|
[[package]]
|
|
600
|
-
name = "
|
|
601
|
-
version = "1.0
|
|
584
|
+
name = "rustls-pki-types"
|
|
585
|
+
version = "1.14.0"
|
|
602
586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
checksum = "
|
|
587
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
588
|
+
dependencies = [
|
|
589
|
+
"zeroize",
|
|
590
|
+
]
|
|
604
591
|
|
|
605
592
|
[[package]]
|
|
606
593
|
name = "scopeguard"
|
|
@@ -608,6 +595,12 @@ version = "1.2.0"
|
|
|
608
595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
596
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
610
597
|
|
|
598
|
+
[[package]]
|
|
599
|
+
name = "semver"
|
|
600
|
+
version = "1.0.28"
|
|
601
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
602
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
603
|
+
|
|
611
604
|
[[package]]
|
|
612
605
|
name = "seq-macro"
|
|
613
606
|
version = "0.3.6"
|
|
@@ -616,34 +609,44 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
616
609
|
|
|
617
610
|
[[package]]
|
|
618
611
|
name = "serde"
|
|
619
|
-
version = "1.0.
|
|
612
|
+
version = "1.0.228"
|
|
620
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
-
checksum = "
|
|
614
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
615
|
+
dependencies = [
|
|
616
|
+
"serde_core",
|
|
617
|
+
]
|
|
618
|
+
|
|
619
|
+
[[package]]
|
|
620
|
+
name = "serde_core"
|
|
621
|
+
version = "1.0.228"
|
|
622
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
622
624
|
dependencies = [
|
|
623
625
|
"serde_derive",
|
|
624
626
|
]
|
|
625
627
|
|
|
626
628
|
[[package]]
|
|
627
629
|
name = "serde_derive"
|
|
628
|
-
version = "1.0.
|
|
630
|
+
version = "1.0.228"
|
|
629
631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
630
|
-
checksum = "
|
|
632
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
631
633
|
dependencies = [
|
|
632
634
|
"proc-macro2",
|
|
633
635
|
"quote",
|
|
634
|
-
"syn 2.0.
|
|
636
|
+
"syn 2.0.117",
|
|
635
637
|
]
|
|
636
638
|
|
|
637
639
|
[[package]]
|
|
638
640
|
name = "serde_json"
|
|
639
|
-
version = "1.0.
|
|
641
|
+
version = "1.0.149"
|
|
640
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
641
|
-
checksum = "
|
|
643
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
642
644
|
dependencies = [
|
|
643
645
|
"itoa",
|
|
644
646
|
"memchr",
|
|
645
|
-
"ryu",
|
|
646
647
|
"serde",
|
|
648
|
+
"serde_core",
|
|
649
|
+
"zmij",
|
|
647
650
|
]
|
|
648
651
|
|
|
649
652
|
[[package]]
|
|
@@ -657,9 +660,9 @@ dependencies = [
|
|
|
657
660
|
|
|
658
661
|
[[package]]
|
|
659
662
|
name = "shell-words"
|
|
660
|
-
version = "1.1.
|
|
663
|
+
version = "1.1.1"
|
|
661
664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
662
|
-
checksum = "
|
|
665
|
+
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
663
666
|
|
|
664
667
|
[[package]]
|
|
665
668
|
name = "shlex"
|
|
@@ -669,9 +672,15 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
669
672
|
|
|
670
673
|
[[package]]
|
|
671
674
|
name = "smallvec"
|
|
672
|
-
version = "1.15.
|
|
675
|
+
version = "1.15.1"
|
|
673
676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
|
-
checksum = "
|
|
677
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
678
|
+
|
|
679
|
+
[[package]]
|
|
680
|
+
name = "symlink"
|
|
681
|
+
version = "0.1.0"
|
|
682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
+
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
675
684
|
|
|
676
685
|
[[package]]
|
|
677
686
|
name = "syn"
|
|
@@ -686,9 +695,9 @@ dependencies = [
|
|
|
686
695
|
|
|
687
696
|
[[package]]
|
|
688
697
|
name = "syn"
|
|
689
|
-
version = "2.0.
|
|
698
|
+
version = "2.0.117"
|
|
690
699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
691
|
-
checksum = "
|
|
700
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
692
701
|
dependencies = [
|
|
693
702
|
"proc-macro2",
|
|
694
703
|
"quote",
|
|
@@ -697,80 +706,59 @@ dependencies = [
|
|
|
697
706
|
|
|
698
707
|
[[package]]
|
|
699
708
|
name = "thiserror"
|
|
700
|
-
version = "
|
|
701
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
703
|
-
dependencies = [
|
|
704
|
-
"thiserror-impl 1.0.69",
|
|
705
|
-
]
|
|
706
|
-
|
|
707
|
-
[[package]]
|
|
708
|
-
name = "thiserror"
|
|
709
|
-
version = "2.0.12"
|
|
710
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
-
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
712
|
-
dependencies = [
|
|
713
|
-
"thiserror-impl 2.0.12",
|
|
714
|
-
]
|
|
715
|
-
|
|
716
|
-
[[package]]
|
|
717
|
-
name = "thiserror-impl"
|
|
718
|
-
version = "1.0.69"
|
|
709
|
+
version = "2.0.18"
|
|
719
710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
720
|
-
checksum = "
|
|
711
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
721
712
|
dependencies = [
|
|
722
|
-
"
|
|
723
|
-
"quote",
|
|
724
|
-
"syn 2.0.101",
|
|
713
|
+
"thiserror-impl",
|
|
725
714
|
]
|
|
726
715
|
|
|
727
716
|
[[package]]
|
|
728
717
|
name = "thiserror-impl"
|
|
729
|
-
version = "2.0.
|
|
718
|
+
version = "2.0.18"
|
|
730
719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
731
|
-
checksum = "
|
|
720
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
732
721
|
dependencies = [
|
|
733
722
|
"proc-macro2",
|
|
734
723
|
"quote",
|
|
735
|
-
"syn 2.0.
|
|
724
|
+
"syn 2.0.117",
|
|
736
725
|
]
|
|
737
726
|
|
|
738
727
|
[[package]]
|
|
739
728
|
name = "thread_local"
|
|
740
|
-
version = "1.1.
|
|
729
|
+
version = "1.1.9"
|
|
741
730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
742
|
-
checksum = "
|
|
731
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
743
732
|
dependencies = [
|
|
744
733
|
"cfg-if",
|
|
745
|
-
"once_cell",
|
|
746
734
|
]
|
|
747
735
|
|
|
748
736
|
[[package]]
|
|
749
737
|
name = "time"
|
|
750
|
-
version = "0.3.
|
|
738
|
+
version = "0.3.47"
|
|
751
739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
checksum = "
|
|
740
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
753
741
|
dependencies = [
|
|
754
742
|
"deranged",
|
|
755
743
|
"itoa",
|
|
756
744
|
"num-conv",
|
|
757
745
|
"powerfmt",
|
|
758
|
-
"
|
|
746
|
+
"serde_core",
|
|
759
747
|
"time-core",
|
|
760
748
|
"time-macros",
|
|
761
749
|
]
|
|
762
750
|
|
|
763
751
|
[[package]]
|
|
764
752
|
name = "time-core"
|
|
765
|
-
version = "0.1.
|
|
753
|
+
version = "0.1.8"
|
|
766
754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
-
checksum = "
|
|
755
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
768
756
|
|
|
769
757
|
[[package]]
|
|
770
758
|
name = "time-macros"
|
|
771
|
-
version = "0.2.
|
|
759
|
+
version = "0.2.27"
|
|
772
760
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
-
checksum = "
|
|
761
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
774
762
|
dependencies = [
|
|
775
763
|
"num-conv",
|
|
776
764
|
"time-core",
|
|
@@ -778,9 +766,9 @@ dependencies = [
|
|
|
778
766
|
|
|
779
767
|
[[package]]
|
|
780
768
|
name = "tracing"
|
|
781
|
-
version = "0.1.
|
|
769
|
+
version = "0.1.44"
|
|
782
770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
783
|
-
checksum = "
|
|
771
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
784
772
|
dependencies = [
|
|
785
773
|
"pin-project-lite",
|
|
786
774
|
"tracing-attributes",
|
|
@@ -789,32 +777,33 @@ dependencies = [
|
|
|
789
777
|
|
|
790
778
|
[[package]]
|
|
791
779
|
name = "tracing-appender"
|
|
792
|
-
version = "0.2.
|
|
780
|
+
version = "0.2.5"
|
|
793
781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
-
checksum = "
|
|
782
|
+
checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c"
|
|
795
783
|
dependencies = [
|
|
796
784
|
"crossbeam-channel",
|
|
797
|
-
"
|
|
785
|
+
"symlink",
|
|
786
|
+
"thiserror",
|
|
798
787
|
"time",
|
|
799
788
|
"tracing-subscriber",
|
|
800
789
|
]
|
|
801
790
|
|
|
802
791
|
[[package]]
|
|
803
792
|
name = "tracing-attributes"
|
|
804
|
-
version = "0.1.
|
|
793
|
+
version = "0.1.31"
|
|
805
794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
-
checksum = "
|
|
795
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
807
796
|
dependencies = [
|
|
808
797
|
"proc-macro2",
|
|
809
798
|
"quote",
|
|
810
|
-
"syn 2.0.
|
|
799
|
+
"syn 2.0.117",
|
|
811
800
|
]
|
|
812
801
|
|
|
813
802
|
[[package]]
|
|
814
803
|
name = "tracing-core"
|
|
815
|
-
version = "0.1.
|
|
804
|
+
version = "0.1.36"
|
|
816
805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
-
checksum = "
|
|
806
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
818
807
|
dependencies = [
|
|
819
808
|
"once_cell",
|
|
820
809
|
"valuable",
|
|
@@ -843,14 +832,14 @@ dependencies = [
|
|
|
843
832
|
|
|
844
833
|
[[package]]
|
|
845
834
|
name = "tracing-subscriber"
|
|
846
|
-
version = "0.3.
|
|
835
|
+
version = "0.3.23"
|
|
847
836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
848
|
-
checksum = "
|
|
837
|
+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
849
838
|
dependencies = [
|
|
850
839
|
"matchers",
|
|
851
840
|
"nu-ansi-term",
|
|
852
841
|
"once_cell",
|
|
853
|
-
"regex",
|
|
842
|
+
"regex-automata",
|
|
854
843
|
"serde",
|
|
855
844
|
"serde_json",
|
|
856
845
|
"sharded-slab",
|
|
@@ -864,9 +853,9 @@ dependencies = [
|
|
|
864
853
|
|
|
865
854
|
[[package]]
|
|
866
855
|
name = "unicode-ident"
|
|
867
|
-
version = "1.0.
|
|
856
|
+
version = "1.0.24"
|
|
868
857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
checksum = "
|
|
858
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
870
859
|
|
|
871
860
|
[[package]]
|
|
872
861
|
name = "unicode-xid"
|
|
@@ -888,9 +877,9 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
888
877
|
|
|
889
878
|
[[package]]
|
|
890
879
|
name = "wasi"
|
|
891
|
-
version = "0.11.
|
|
880
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
892
881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
893
|
-
checksum = "
|
|
882
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
894
883
|
|
|
895
884
|
[[package]]
|
|
896
885
|
name = "winapi"
|
|
@@ -914,6 +903,12 @@ version = "0.4.0"
|
|
|
914
903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
915
904
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
916
905
|
|
|
906
|
+
[[package]]
|
|
907
|
+
name = "windows-link"
|
|
908
|
+
version = "0.2.1"
|
|
909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
911
|
+
|
|
917
912
|
[[package]]
|
|
918
913
|
name = "windows-sys"
|
|
919
914
|
version = "0.52.0"
|
|
@@ -923,6 +918,15 @@ dependencies = [
|
|
|
923
918
|
"windows-targets",
|
|
924
919
|
]
|
|
925
920
|
|
|
921
|
+
[[package]]
|
|
922
|
+
name = "windows-sys"
|
|
923
|
+
version = "0.61.2"
|
|
924
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
925
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
926
|
+
dependencies = [
|
|
927
|
+
"windows-link",
|
|
928
|
+
]
|
|
929
|
+
|
|
926
930
|
[[package]]
|
|
927
931
|
name = "windows-targets"
|
|
928
932
|
version = "0.52.6"
|
|
@@ -995,3 +999,19 @@ checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
|
995
999
|
dependencies = [
|
|
996
1000
|
"time",
|
|
997
1001
|
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "zeroize"
|
|
1005
|
+
version = "1.8.2"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "zmij"
|
|
1011
|
+
version = "1.0.21"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
1014
|
+
|
|
1015
|
+
[[patch.unused]]
|
|
1016
|
+
name = "rb-sys-build"
|
|
1017
|
+
version = "0.9.124"
|
data/ext/itsi_server/Cargo.lock
CHANGED
|
@@ -984,7 +984,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
984
984
|
|
|
985
985
|
[[package]]
|
|
986
986
|
name = "itsi-scheduler"
|
|
987
|
-
version = "0.2.
|
|
987
|
+
version = "0.2.25"
|
|
988
988
|
dependencies = [
|
|
989
989
|
"bytes",
|
|
990
990
|
"derive_more",
|
|
@@ -1002,7 +1002,7 @@ dependencies = [
|
|
|
1002
1002
|
|
|
1003
1003
|
[[package]]
|
|
1004
1004
|
name = "itsi-server"
|
|
1005
|
-
version = "0.2.
|
|
1005
|
+
version = "0.2.25"
|
|
1006
1006
|
dependencies = [
|
|
1007
1007
|
"async-channel",
|
|
1008
1008
|
"async-trait",
|
data/ext/itsi_server/Cargo.toml
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itsi-scheduler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.25
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Wouter Coppieters
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|
|
@@ -153,11 +153,7 @@ files:
|
|
|
153
153
|
- itsi-scheduler-100.png
|
|
154
154
|
- lib/itsi/schedule_refinement.rb
|
|
155
155
|
- lib/itsi/scheduler.rb
|
|
156
|
-
- lib/itsi/scheduler/
|
|
157
|
-
- lib/itsi/scheduler/3.2/itsi_scheduler.so
|
|
158
|
-
- lib/itsi/scheduler/3.3/itsi_scheduler.so
|
|
159
|
-
- lib/itsi/scheduler/3.4/itsi_scheduler.so
|
|
160
|
-
- lib/itsi/scheduler/4.0/itsi_scheduler.so
|
|
156
|
+
- lib/itsi/scheduler/itsi_scheduler.so
|
|
161
157
|
- lib/itsi/scheduler/native_extension.rb
|
|
162
158
|
- lib/itsi/scheduler/version.rb
|
|
163
159
|
- vendor/rb-sys-build/.cargo-ok
|
|
@@ -193,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
193
189
|
requirements:
|
|
194
190
|
- - ">="
|
|
195
191
|
- !ruby/object:Gem::Version
|
|
196
|
-
version: '
|
|
192
|
+
version: '4.0'
|
|
197
193
|
- - "<"
|
|
198
194
|
- !ruby/object:Gem::Version
|
|
199
195
|
version: 4.1.dev
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|