prometheus-client-mmap 1.2.9-x86_64-linux-gnu → 1.3.0-x86_64-linux-gnu
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 +107 -132
- data/ext/fast_mmaped_file_rs/Cargo.lock +759 -0
- data/ext/fast_mmaped_file_rs/Cargo.toml +15 -15
- data/ext/fast_mmaped_file_rs/extconf.rb +1 -0
- data/lib/3.1/fast_mmaped_file_rs.so +0 -0
- data/lib/3.2/fast_mmaped_file_rs.so +0 -0
- data/lib/3.3/fast_mmaped_file_rs.so +0 -0
- data/lib/3.4/fast_mmaped_file_rs.so +0 -0
- data/lib/prometheus/client/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af4fc5269aeb6f9fc06e07bca7f50ea244b7be7f68a1b7505b64f906ea15000a
|
|
4
|
+
data.tar.gz: c6f05f8a5ed423cbaa6b21a56d8895c10888786bfb0c9fe23e4b83846193da90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24dc46bd1b01c5e2dca2e3cccf4e9a82b3039a3ca351a02bc12efb685c64df2a2b1fa3272f7b38bc01faaa70d73a86cc2895d669ed7b2932e10062f41106f80b
|
|
7
|
+
data.tar.gz: 8c58d0cd7e953670e32c66f62db2286aa4233b55cd7ba0b912e3bdffd9f9792b791f22e6bd55cb9ba9734b1eacd4b739545cad0f3558f2455448a4ae9e2ae9ce
|
data/Cargo.lock
CHANGED
|
@@ -2,18 +2,6 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 3
|
|
4
4
|
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "ahash"
|
|
7
|
-
version = "0.8.11"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"cfg-if",
|
|
12
|
-
"once_cell",
|
|
13
|
-
"version_check",
|
|
14
|
-
"zerocopy",
|
|
15
|
-
]
|
|
16
|
-
|
|
17
5
|
[[package]]
|
|
18
6
|
name = "aho-corasick"
|
|
19
7
|
version = "1.1.3"
|
|
@@ -41,7 +29,7 @@ version = "0.69.5"
|
|
|
41
29
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
30
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
43
31
|
dependencies = [
|
|
44
|
-
"bitflags 2.
|
|
32
|
+
"bitflags 2.9.0",
|
|
45
33
|
"cexpr",
|
|
46
34
|
"clang-sys",
|
|
47
35
|
"itertools",
|
|
@@ -63,9 +51,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
63
51
|
|
|
64
52
|
[[package]]
|
|
65
53
|
name = "bitflags"
|
|
66
|
-
version = "2.
|
|
54
|
+
version = "2.9.0"
|
|
67
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
68
|
-
checksum = "
|
|
56
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
69
57
|
|
|
70
58
|
[[package]]
|
|
71
59
|
name = "block-buffer"
|
|
@@ -78,21 +66,15 @@ dependencies = [
|
|
|
78
66
|
|
|
79
67
|
[[package]]
|
|
80
68
|
name = "bstr"
|
|
81
|
-
version = "1.
|
|
69
|
+
version = "1.12.0"
|
|
82
70
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
-
checksum = "
|
|
71
|
+
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
|
84
72
|
dependencies = [
|
|
85
73
|
"memchr",
|
|
86
74
|
"regex-automata",
|
|
87
75
|
"serde",
|
|
88
76
|
]
|
|
89
77
|
|
|
90
|
-
[[package]]
|
|
91
|
-
name = "byteorder"
|
|
92
|
-
version = "1.5.0"
|
|
93
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
95
|
-
|
|
96
78
|
[[package]]
|
|
97
79
|
name = "cexpr"
|
|
98
80
|
version = "0.6.0"
|
|
@@ -150,15 +132,21 @@ dependencies = [
|
|
|
150
132
|
|
|
151
133
|
[[package]]
|
|
152
134
|
name = "either"
|
|
153
|
-
version = "1.
|
|
135
|
+
version = "1.15.0"
|
|
136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
138
|
+
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "equivalent"
|
|
141
|
+
version = "1.0.2"
|
|
154
142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
-
checksum = "
|
|
143
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
156
144
|
|
|
157
145
|
[[package]]
|
|
158
146
|
name = "errno"
|
|
159
|
-
version = "0.3.
|
|
147
|
+
version = "0.3.11"
|
|
160
148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
-
checksum = "
|
|
149
|
+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
|
162
150
|
dependencies = [
|
|
163
151
|
"libc",
|
|
164
152
|
"windows-sys",
|
|
@@ -177,7 +165,7 @@ dependencies = [
|
|
|
177
165
|
"nix",
|
|
178
166
|
"rand",
|
|
179
167
|
"rb-sys",
|
|
180
|
-
"rb-sys-env
|
|
168
|
+
"rb-sys-env",
|
|
181
169
|
"serde",
|
|
182
170
|
"serde_json",
|
|
183
171
|
"sha2",
|
|
@@ -192,6 +180,12 @@ version = "2.3.0"
|
|
|
192
180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
193
181
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
194
182
|
|
|
183
|
+
[[package]]
|
|
184
|
+
name = "foldhash"
|
|
185
|
+
version = "0.1.5"
|
|
186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
188
|
+
|
|
195
189
|
[[package]]
|
|
196
190
|
name = "generic-array"
|
|
197
191
|
version = "0.14.7"
|
|
@@ -204,25 +198,14 @@ dependencies = [
|
|
|
204
198
|
|
|
205
199
|
[[package]]
|
|
206
200
|
name = "getrandom"
|
|
207
|
-
version = "0.2
|
|
208
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
210
|
-
dependencies = [
|
|
211
|
-
"cfg-if",
|
|
212
|
-
"libc",
|
|
213
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
214
|
-
]
|
|
215
|
-
|
|
216
|
-
[[package]]
|
|
217
|
-
name = "getrandom"
|
|
218
|
-
version = "0.3.1"
|
|
201
|
+
version = "0.3.2"
|
|
219
202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
220
|
-
checksum = "
|
|
203
|
+
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
|
221
204
|
dependencies = [
|
|
222
205
|
"cfg-if",
|
|
223
206
|
"libc",
|
|
224
|
-
"
|
|
225
|
-
"
|
|
207
|
+
"r-efi",
|
|
208
|
+
"wasi",
|
|
226
209
|
]
|
|
227
210
|
|
|
228
211
|
[[package]]
|
|
@@ -233,19 +216,20 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
233
216
|
|
|
234
217
|
[[package]]
|
|
235
218
|
name = "hashbrown"
|
|
236
|
-
version = "0.
|
|
219
|
+
version = "0.15.3"
|
|
237
220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
238
|
-
checksum = "
|
|
221
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
239
222
|
dependencies = [
|
|
240
|
-
"ahash",
|
|
241
223
|
"allocator-api2",
|
|
224
|
+
"equivalent",
|
|
225
|
+
"foldhash",
|
|
242
226
|
]
|
|
243
227
|
|
|
244
228
|
[[package]]
|
|
245
229
|
name = "indoc"
|
|
246
|
-
version = "2.0.
|
|
230
|
+
version = "2.0.6"
|
|
247
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
248
|
-
checksum = "
|
|
232
|
+
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
249
233
|
|
|
250
234
|
[[package]]
|
|
251
235
|
name = "itertools"
|
|
@@ -258,9 +242,9 @@ dependencies = [
|
|
|
258
242
|
|
|
259
243
|
[[package]]
|
|
260
244
|
name = "itoa"
|
|
261
|
-
version = "1.0.
|
|
245
|
+
version = "1.0.15"
|
|
262
246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
263
|
-
checksum = "
|
|
247
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
264
248
|
|
|
265
249
|
[[package]]
|
|
266
250
|
name = "lazy_static"
|
|
@@ -276,9 +260,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
276
260
|
|
|
277
261
|
[[package]]
|
|
278
262
|
name = "libc"
|
|
279
|
-
version = "0.2.
|
|
263
|
+
version = "0.2.172"
|
|
280
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "
|
|
265
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
282
266
|
|
|
283
267
|
[[package]]
|
|
284
268
|
name = "libloading"
|
|
@@ -292,27 +276,27 @@ dependencies = [
|
|
|
292
276
|
|
|
293
277
|
[[package]]
|
|
294
278
|
name = "linux-raw-sys"
|
|
295
|
-
version = "0.4
|
|
279
|
+
version = "0.9.4"
|
|
296
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
281
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
298
282
|
|
|
299
283
|
[[package]]
|
|
300
284
|
name = "magnus"
|
|
301
|
-
version = "0.
|
|
285
|
+
version = "0.8.2"
|
|
302
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "
|
|
287
|
+
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
304
288
|
dependencies = [
|
|
305
289
|
"magnus-macros",
|
|
306
290
|
"rb-sys",
|
|
307
|
-
"rb-sys-env
|
|
291
|
+
"rb-sys-env",
|
|
308
292
|
"seq-macro",
|
|
309
293
|
]
|
|
310
294
|
|
|
311
295
|
[[package]]
|
|
312
296
|
name = "magnus-macros"
|
|
313
|
-
version = "0.
|
|
297
|
+
version = "0.8.0"
|
|
314
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
-
checksum = "
|
|
299
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
316
300
|
dependencies = [
|
|
317
301
|
"proc-macro2",
|
|
318
302
|
"quote",
|
|
@@ -375,9 +359,9 @@ dependencies = [
|
|
|
375
359
|
|
|
376
360
|
[[package]]
|
|
377
361
|
name = "once_cell"
|
|
378
|
-
version = "1.
|
|
362
|
+
version = "1.21.3"
|
|
379
363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "
|
|
364
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
381
365
|
|
|
382
366
|
[[package]]
|
|
383
367
|
name = "pin-utils"
|
|
@@ -387,47 +371,52 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
387
371
|
|
|
388
372
|
[[package]]
|
|
389
373
|
name = "ppv-lite86"
|
|
390
|
-
version = "0.2.
|
|
374
|
+
version = "0.2.21"
|
|
391
375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
376
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
393
377
|
dependencies = [
|
|
394
378
|
"zerocopy",
|
|
395
379
|
]
|
|
396
380
|
|
|
397
381
|
[[package]]
|
|
398
382
|
name = "proc-macro2"
|
|
399
|
-
version = "1.0.
|
|
383
|
+
version = "1.0.95"
|
|
400
384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
-
checksum = "
|
|
385
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
402
386
|
dependencies = [
|
|
403
387
|
"unicode-ident",
|
|
404
388
|
]
|
|
405
389
|
|
|
406
390
|
[[package]]
|
|
407
391
|
name = "quote"
|
|
408
|
-
version = "1.0.
|
|
392
|
+
version = "1.0.40"
|
|
409
393
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
410
|
-
checksum = "
|
|
394
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
411
395
|
dependencies = [
|
|
412
396
|
"proc-macro2",
|
|
413
397
|
]
|
|
414
398
|
|
|
399
|
+
[[package]]
|
|
400
|
+
name = "r-efi"
|
|
401
|
+
version = "5.2.0"
|
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
404
|
+
|
|
415
405
|
[[package]]
|
|
416
406
|
name = "rand"
|
|
417
|
-
version = "0.
|
|
407
|
+
version = "0.9.1"
|
|
418
408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "
|
|
409
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
420
410
|
dependencies = [
|
|
421
|
-
"libc",
|
|
422
411
|
"rand_chacha",
|
|
423
412
|
"rand_core",
|
|
424
413
|
]
|
|
425
414
|
|
|
426
415
|
[[package]]
|
|
427
416
|
name = "rand_chacha"
|
|
428
|
-
version = "0.
|
|
417
|
+
version = "0.9.0"
|
|
429
418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
-
checksum = "
|
|
419
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
431
420
|
dependencies = [
|
|
432
421
|
"ppv-lite86",
|
|
433
422
|
"rand_core",
|
|
@@ -435,27 +424,27 @@ dependencies = [
|
|
|
435
424
|
|
|
436
425
|
[[package]]
|
|
437
426
|
name = "rand_core"
|
|
438
|
-
version = "0.
|
|
427
|
+
version = "0.9.3"
|
|
439
428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
|
-
checksum = "
|
|
429
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
441
430
|
dependencies = [
|
|
442
|
-
"getrandom
|
|
431
|
+
"getrandom",
|
|
443
432
|
]
|
|
444
433
|
|
|
445
434
|
[[package]]
|
|
446
435
|
name = "rb-sys"
|
|
447
|
-
version = "0.9.
|
|
436
|
+
version = "0.9.117"
|
|
448
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
449
|
-
checksum = "
|
|
438
|
+
checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
|
|
450
439
|
dependencies = [
|
|
451
440
|
"rb-sys-build",
|
|
452
441
|
]
|
|
453
442
|
|
|
454
443
|
[[package]]
|
|
455
444
|
name = "rb-sys-build"
|
|
456
|
-
version = "0.9.
|
|
445
|
+
version = "0.9.117"
|
|
457
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
-
checksum = "
|
|
447
|
+
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
|
459
448
|
dependencies = [
|
|
460
449
|
"bindgen",
|
|
461
450
|
"lazy_static",
|
|
@@ -466,12 +455,6 @@ dependencies = [
|
|
|
466
455
|
"syn",
|
|
467
456
|
]
|
|
468
457
|
|
|
469
|
-
[[package]]
|
|
470
|
-
name = "rb-sys-env"
|
|
471
|
-
version = "0.1.2"
|
|
472
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
-
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
474
|
-
|
|
475
458
|
[[package]]
|
|
476
459
|
name = "rb-sys-env"
|
|
477
460
|
version = "0.2.2"
|
|
@@ -515,11 +498,11 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
515
498
|
|
|
516
499
|
[[package]]
|
|
517
500
|
name = "rustix"
|
|
518
|
-
version = "0.
|
|
501
|
+
version = "1.0.7"
|
|
519
502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
520
|
-
checksum = "
|
|
503
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
521
504
|
dependencies = [
|
|
522
|
-
"bitflags 2.
|
|
505
|
+
"bitflags 2.9.0",
|
|
523
506
|
"errno",
|
|
524
507
|
"libc",
|
|
525
508
|
"linux-raw-sys",
|
|
@@ -528,30 +511,30 @@ dependencies = [
|
|
|
528
511
|
|
|
529
512
|
[[package]]
|
|
530
513
|
name = "ryu"
|
|
531
|
-
version = "1.0.
|
|
514
|
+
version = "1.0.20"
|
|
532
515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
|
-
checksum = "
|
|
516
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
534
517
|
|
|
535
518
|
[[package]]
|
|
536
519
|
name = "seq-macro"
|
|
537
|
-
version = "0.3.
|
|
520
|
+
version = "0.3.6"
|
|
538
521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
-
checksum = "
|
|
522
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
540
523
|
|
|
541
524
|
[[package]]
|
|
542
525
|
name = "serde"
|
|
543
|
-
version = "1.0.
|
|
526
|
+
version = "1.0.219"
|
|
544
527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
545
|
-
checksum = "
|
|
528
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
546
529
|
dependencies = [
|
|
547
530
|
"serde_derive",
|
|
548
531
|
]
|
|
549
532
|
|
|
550
533
|
[[package]]
|
|
551
534
|
name = "serde_derive"
|
|
552
|
-
version = "1.0.
|
|
535
|
+
version = "1.0.219"
|
|
553
536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "
|
|
537
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
555
538
|
dependencies = [
|
|
556
539
|
"proc-macro2",
|
|
557
540
|
"quote",
|
|
@@ -560,9 +543,9 @@ dependencies = [
|
|
|
560
543
|
|
|
561
544
|
[[package]]
|
|
562
545
|
name = "serde_json"
|
|
563
|
-
version = "1.0.
|
|
546
|
+
version = "1.0.140"
|
|
564
547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
565
|
-
checksum = "
|
|
548
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
566
549
|
dependencies = [
|
|
567
550
|
"itoa",
|
|
568
551
|
"memchr",
|
|
@@ -572,9 +555,9 @@ dependencies = [
|
|
|
572
555
|
|
|
573
556
|
[[package]]
|
|
574
557
|
name = "sha2"
|
|
575
|
-
version = "0.10.
|
|
558
|
+
version = "0.10.9"
|
|
576
559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
577
|
-
checksum = "
|
|
560
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
578
561
|
dependencies = [
|
|
579
562
|
"cfg-if",
|
|
580
563
|
"cpufeatures",
|
|
@@ -595,18 +578,18 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
595
578
|
|
|
596
579
|
[[package]]
|
|
597
580
|
name = "smallvec"
|
|
598
|
-
version = "1.
|
|
581
|
+
version = "1.15.0"
|
|
599
582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "
|
|
583
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
601
584
|
dependencies = [
|
|
602
585
|
"serde",
|
|
603
586
|
]
|
|
604
587
|
|
|
605
588
|
[[package]]
|
|
606
589
|
name = "syn"
|
|
607
|
-
version = "2.0.
|
|
590
|
+
version = "2.0.101"
|
|
608
591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
-
checksum = "
|
|
592
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
610
593
|
dependencies = [
|
|
611
594
|
"proc-macro2",
|
|
612
595
|
"quote",
|
|
@@ -615,13 +598,12 @@ dependencies = [
|
|
|
615
598
|
|
|
616
599
|
[[package]]
|
|
617
600
|
name = "tempfile"
|
|
618
|
-
version = "3.
|
|
601
|
+
version = "3.19.1"
|
|
619
602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
620
|
-
checksum = "
|
|
603
|
+
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
|
621
604
|
dependencies = [
|
|
622
|
-
"cfg-if",
|
|
623
605
|
"fastrand",
|
|
624
|
-
"getrandom
|
|
606
|
+
"getrandom",
|
|
625
607
|
"once_cell",
|
|
626
608
|
"rustix",
|
|
627
609
|
"windows-sys",
|
|
@@ -629,18 +611,18 @@ dependencies = [
|
|
|
629
611
|
|
|
630
612
|
[[package]]
|
|
631
613
|
name = "thiserror"
|
|
632
|
-
version = "2.0.
|
|
614
|
+
version = "2.0.12"
|
|
633
615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
634
|
-
checksum = "
|
|
616
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
635
617
|
dependencies = [
|
|
636
618
|
"thiserror-impl",
|
|
637
619
|
]
|
|
638
620
|
|
|
639
621
|
[[package]]
|
|
640
622
|
name = "thiserror-impl"
|
|
641
|
-
version = "2.0.
|
|
623
|
+
version = "2.0.12"
|
|
642
624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
643
|
-
checksum = "
|
|
625
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
644
626
|
dependencies = [
|
|
645
627
|
"proc-macro2",
|
|
646
628
|
"quote",
|
|
@@ -649,15 +631,15 @@ dependencies = [
|
|
|
649
631
|
|
|
650
632
|
[[package]]
|
|
651
633
|
name = "typenum"
|
|
652
|
-
version = "1.
|
|
634
|
+
version = "1.18.0"
|
|
653
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
-
checksum = "
|
|
636
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
655
637
|
|
|
656
638
|
[[package]]
|
|
657
639
|
name = "unicode-ident"
|
|
658
|
-
version = "1.0.
|
|
640
|
+
version = "1.0.18"
|
|
659
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
-
checksum = "
|
|
642
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
661
643
|
|
|
662
644
|
[[package]]
|
|
663
645
|
name = "version_check"
|
|
@@ -667,15 +649,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
667
649
|
|
|
668
650
|
[[package]]
|
|
669
651
|
name = "wasi"
|
|
670
|
-
version = "0.
|
|
671
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
673
|
-
|
|
674
|
-
[[package]]
|
|
675
|
-
name = "wasi"
|
|
676
|
-
version = "0.13.3+wasi-0.2.2"
|
|
652
|
+
version = "0.14.2+wasi-0.2.4"
|
|
677
653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
-
checksum = "
|
|
654
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
679
655
|
dependencies = [
|
|
680
656
|
"wit-bindgen-rt",
|
|
681
657
|
]
|
|
@@ -755,28 +731,27 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
755
731
|
|
|
756
732
|
[[package]]
|
|
757
733
|
name = "wit-bindgen-rt"
|
|
758
|
-
version = "0.
|
|
734
|
+
version = "0.39.0"
|
|
759
735
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
760
|
-
checksum = "
|
|
736
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
761
737
|
dependencies = [
|
|
762
|
-
"bitflags 2.
|
|
738
|
+
"bitflags 2.9.0",
|
|
763
739
|
]
|
|
764
740
|
|
|
765
741
|
[[package]]
|
|
766
742
|
name = "zerocopy"
|
|
767
|
-
version = "0.
|
|
743
|
+
version = "0.8.25"
|
|
768
744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
769
|
-
checksum = "
|
|
745
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
770
746
|
dependencies = [
|
|
771
|
-
"byteorder",
|
|
772
747
|
"zerocopy-derive",
|
|
773
748
|
]
|
|
774
749
|
|
|
775
750
|
[[package]]
|
|
776
751
|
name = "zerocopy-derive"
|
|
777
|
-
version = "0.
|
|
752
|
+
version = "0.8.25"
|
|
778
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
-
checksum = "
|
|
754
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
780
755
|
dependencies = [
|
|
781
756
|
"proc-macro2",
|
|
782
757
|
"quote",
|