selma 0.4.12 → 0.4.14
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 +80 -220
- data/README.md +1 -1
- data/ext/selma/Cargo.toml +3 -3
- data/lib/selma/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb8cbf00444e75a67a7406361923c02e0da80243c8ba975cd224835ced9c6787
|
|
4
|
+
data.tar.gz: ccef2e6fdf744f6996a71b5f3fc29437b23540bc287d410d9f26cbafa54898bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 771c4bba4405dfd4036e6fe21ab5d471aa8a480f7c856cd71169bf8f5e417b1e346252dbd15f1c762089007481300d9932f2c2c77d6d3fe64df72ae12b48c36f
|
|
7
|
+
data.tar.gz: d52aaa35c96b4361481068b9264f402f60729c3f9a62a2d34ea7aa12e4178b88036851f464fdd5523111864d8e122ea04d7593144d91c8539d9279870df411f6
|
data/Cargo.lock
CHANGED
|
@@ -23,7 +23,7 @@ version = "0.69.5"
|
|
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
24
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
25
25
|
dependencies = [
|
|
26
|
-
"bitflags
|
|
26
|
+
"bitflags",
|
|
27
27
|
"cexpr",
|
|
28
28
|
"clang-sys",
|
|
29
29
|
"itertools",
|
|
@@ -32,28 +32,16 @@ dependencies = [
|
|
|
32
32
|
"proc-macro2",
|
|
33
33
|
"quote",
|
|
34
34
|
"regex",
|
|
35
|
-
"rustc-hash",
|
|
35
|
+
"rustc-hash 1.1.0",
|
|
36
36
|
"shlex",
|
|
37
|
-
"syn
|
|
37
|
+
"syn",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
[[package]]
|
|
41
41
|
name = "bitflags"
|
|
42
|
-
version = "
|
|
42
|
+
version = "2.9.1"
|
|
43
43
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
-
checksum = "
|
|
45
|
-
|
|
46
|
-
[[package]]
|
|
47
|
-
name = "bitflags"
|
|
48
|
-
version = "2.6.0"
|
|
49
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
50
|
-
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
51
|
-
|
|
52
|
-
[[package]]
|
|
53
|
-
name = "byteorder"
|
|
54
|
-
version = "1.5.0"
|
|
55
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
44
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
|
57
45
|
|
|
58
46
|
[[package]]
|
|
59
47
|
name = "cexpr"
|
|
@@ -66,9 +54,9 @@ dependencies = [
|
|
|
66
54
|
|
|
67
55
|
[[package]]
|
|
68
56
|
name = "cfg-if"
|
|
69
|
-
version = "1.0.
|
|
57
|
+
version = "1.0.1"
|
|
70
58
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
71
|
-
checksum = "
|
|
59
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
|
72
60
|
|
|
73
61
|
[[package]]
|
|
74
62
|
name = "clang-sys"
|
|
@@ -81,27 +69,17 @@ dependencies = [
|
|
|
81
69
|
"libloading",
|
|
82
70
|
]
|
|
83
71
|
|
|
84
|
-
[[package]]
|
|
85
|
-
name = "convert_case"
|
|
86
|
-
version = "0.4.0"
|
|
87
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
88
|
-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
89
|
-
|
|
90
72
|
[[package]]
|
|
91
73
|
name = "cssparser"
|
|
92
|
-
version = "0.
|
|
74
|
+
version = "0.35.0"
|
|
93
75
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "
|
|
76
|
+
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
|
|
95
77
|
dependencies = [
|
|
96
78
|
"cssparser-macros",
|
|
97
79
|
"dtoa-short",
|
|
98
80
|
"itoa",
|
|
99
|
-
"matches",
|
|
100
81
|
"phf",
|
|
101
|
-
"proc-macro2",
|
|
102
|
-
"quote",
|
|
103
82
|
"smallvec",
|
|
104
|
-
"syn 1.0.109",
|
|
105
83
|
]
|
|
106
84
|
|
|
107
85
|
[[package]]
|
|
@@ -111,20 +89,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
111
89
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
112
90
|
dependencies = [
|
|
113
91
|
"quote",
|
|
114
|
-
"syn
|
|
92
|
+
"syn",
|
|
115
93
|
]
|
|
116
94
|
|
|
117
95
|
[[package]]
|
|
118
96
|
name = "derive_more"
|
|
119
|
-
version = "0.
|
|
97
|
+
version = "2.0.1"
|
|
120
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
-
checksum = "
|
|
99
|
+
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
|
|
100
|
+
dependencies = [
|
|
101
|
+
"derive_more-impl",
|
|
102
|
+
]
|
|
103
|
+
|
|
104
|
+
[[package]]
|
|
105
|
+
name = "derive_more-impl"
|
|
106
|
+
version = "2.0.1"
|
|
107
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
108
|
+
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
122
109
|
dependencies = [
|
|
123
|
-
"convert_case",
|
|
124
110
|
"proc-macro2",
|
|
125
111
|
"quote",
|
|
126
|
-
"
|
|
127
|
-
"syn 2.0.93",
|
|
112
|
+
"syn",
|
|
128
113
|
]
|
|
129
114
|
|
|
130
115
|
[[package]]
|
|
@@ -165,22 +150,22 @@ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
|
|
165
150
|
|
|
166
151
|
[[package]]
|
|
167
152
|
name = "enum-iterator"
|
|
168
|
-
version = "2.
|
|
153
|
+
version = "2.3.0"
|
|
169
154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
-
checksum = "
|
|
155
|
+
checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016"
|
|
171
156
|
dependencies = [
|
|
172
157
|
"enum-iterator-derive",
|
|
173
158
|
]
|
|
174
159
|
|
|
175
160
|
[[package]]
|
|
176
161
|
name = "enum-iterator-derive"
|
|
177
|
-
version = "1.
|
|
162
|
+
version = "1.5.0"
|
|
178
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
-
checksum = "
|
|
164
|
+
checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842"
|
|
180
165
|
dependencies = [
|
|
181
166
|
"proc-macro2",
|
|
182
167
|
"quote",
|
|
183
|
-
"syn
|
|
168
|
+
"syn",
|
|
184
169
|
]
|
|
185
170
|
|
|
186
171
|
[[package]]
|
|
@@ -200,29 +185,9 @@ dependencies = [
|
|
|
200
185
|
|
|
201
186
|
[[package]]
|
|
202
187
|
name = "foldhash"
|
|
203
|
-
version = "0.
|
|
204
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
205
|
-
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
206
|
-
|
|
207
|
-
[[package]]
|
|
208
|
-
name = "fxhash"
|
|
209
|
-
version = "0.2.1"
|
|
210
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
211
|
-
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
212
|
-
dependencies = [
|
|
213
|
-
"byteorder",
|
|
214
|
-
]
|
|
215
|
-
|
|
216
|
-
[[package]]
|
|
217
|
-
name = "getrandom"
|
|
218
|
-
version = "0.1.16"
|
|
188
|
+
version = "0.2.0"
|
|
219
189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
220
|
-
checksum = "
|
|
221
|
-
dependencies = [
|
|
222
|
-
"cfg-if",
|
|
223
|
-
"libc",
|
|
224
|
-
"wasi",
|
|
225
|
-
]
|
|
190
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
226
191
|
|
|
227
192
|
[[package]]
|
|
228
193
|
name = "glob"
|
|
@@ -232,9 +197,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
232
197
|
|
|
233
198
|
[[package]]
|
|
234
199
|
name = "hashbrown"
|
|
235
|
-
version = "0.
|
|
200
|
+
version = "0.16.0"
|
|
236
201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
-
checksum = "
|
|
202
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
238
203
|
dependencies = [
|
|
239
204
|
"allocator-api2",
|
|
240
205
|
"equivalent",
|
|
@@ -292,26 +257,27 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
292
257
|
|
|
293
258
|
[[package]]
|
|
294
259
|
name = "lol_html"
|
|
295
|
-
version = "2.
|
|
260
|
+
version = "2.7.0"
|
|
296
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
262
|
+
checksum = "9a7ce8821eadcb5cb5c64dd0c9876a90f2676424020b41272e36c1dd04d20c59"
|
|
298
263
|
dependencies = [
|
|
299
|
-
"bitflags
|
|
264
|
+
"bitflags",
|
|
300
265
|
"cfg-if",
|
|
301
266
|
"cssparser",
|
|
302
267
|
"encoding_rs",
|
|
303
268
|
"hashbrown",
|
|
304
269
|
"memchr",
|
|
305
270
|
"mime",
|
|
271
|
+
"precomputed-hash",
|
|
306
272
|
"selectors",
|
|
307
273
|
"thiserror",
|
|
308
274
|
]
|
|
309
275
|
|
|
310
276
|
[[package]]
|
|
311
277
|
name = "magnus"
|
|
312
|
-
version = "0.
|
|
278
|
+
version = "0.8.2"
|
|
313
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
314
|
-
checksum = "
|
|
280
|
+
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
315
281
|
dependencies = [
|
|
316
282
|
"magnus-macros",
|
|
317
283
|
"rb-sys",
|
|
@@ -321,26 +287,20 @@ dependencies = [
|
|
|
321
287
|
|
|
322
288
|
[[package]]
|
|
323
289
|
name = "magnus-macros"
|
|
324
|
-
version = "0.
|
|
290
|
+
version = "0.8.0"
|
|
325
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
326
|
-
checksum = "
|
|
292
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
327
293
|
dependencies = [
|
|
328
294
|
"proc-macro2",
|
|
329
295
|
"quote",
|
|
330
|
-
"syn
|
|
296
|
+
"syn",
|
|
331
297
|
]
|
|
332
298
|
|
|
333
|
-
[[package]]
|
|
334
|
-
name = "matches"
|
|
335
|
-
version = "0.1.10"
|
|
336
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
338
|
-
|
|
339
299
|
[[package]]
|
|
340
300
|
name = "memchr"
|
|
341
|
-
version = "2.7.
|
|
301
|
+
version = "2.7.5"
|
|
342
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
343
|
-
checksum = "
|
|
303
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
|
344
304
|
|
|
345
305
|
[[package]]
|
|
346
306
|
name = "mime"
|
|
@@ -355,10 +315,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
355
315
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
356
316
|
|
|
357
317
|
[[package]]
|
|
358
|
-
name = "
|
|
359
|
-
version = "0.
|
|
318
|
+
name = "new_debug_unreachable"
|
|
319
|
+
version = "1.0.6"
|
|
360
320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361
|
-
checksum = "
|
|
321
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
362
322
|
|
|
363
323
|
[[package]]
|
|
364
324
|
name = "nom"
|
|
@@ -372,20 +332,19 @@ dependencies = [
|
|
|
372
332
|
|
|
373
333
|
[[package]]
|
|
374
334
|
name = "phf"
|
|
375
|
-
version = "0.
|
|
335
|
+
version = "0.11.3"
|
|
376
336
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
377
|
-
checksum = "
|
|
337
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
378
338
|
dependencies = [
|
|
379
339
|
"phf_macros",
|
|
380
340
|
"phf_shared",
|
|
381
|
-
"proc-macro-hack",
|
|
382
341
|
]
|
|
383
342
|
|
|
384
343
|
[[package]]
|
|
385
344
|
name = "phf_codegen"
|
|
386
|
-
version = "0.
|
|
345
|
+
version = "0.11.3"
|
|
387
346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
388
|
-
checksum = "
|
|
347
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
|
389
348
|
dependencies = [
|
|
390
349
|
"phf_generator",
|
|
391
350
|
"phf_shared",
|
|
@@ -393,9 +352,9 @@ dependencies = [
|
|
|
393
352
|
|
|
394
353
|
[[package]]
|
|
395
354
|
name = "phf_generator"
|
|
396
|
-
version = "0.
|
|
355
|
+
version = "0.11.3"
|
|
397
356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
398
|
-
checksum = "
|
|
357
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
399
358
|
dependencies = [
|
|
400
359
|
"phf_shared",
|
|
401
360
|
"rand",
|
|
@@ -403,48 +362,32 @@ dependencies = [
|
|
|
403
362
|
|
|
404
363
|
[[package]]
|
|
405
364
|
name = "phf_macros"
|
|
406
|
-
version = "0.
|
|
365
|
+
version = "0.11.3"
|
|
407
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
-
checksum = "
|
|
367
|
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
|
409
368
|
dependencies = [
|
|
410
369
|
"phf_generator",
|
|
411
370
|
"phf_shared",
|
|
412
|
-
"proc-macro-hack",
|
|
413
371
|
"proc-macro2",
|
|
414
372
|
"quote",
|
|
415
|
-
"syn
|
|
373
|
+
"syn",
|
|
416
374
|
]
|
|
417
375
|
|
|
418
376
|
[[package]]
|
|
419
377
|
name = "phf_shared"
|
|
420
|
-
version = "0.
|
|
378
|
+
version = "0.11.3"
|
|
421
379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
422
|
-
checksum = "
|
|
380
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
423
381
|
dependencies = [
|
|
424
382
|
"siphasher",
|
|
425
383
|
]
|
|
426
384
|
|
|
427
|
-
[[package]]
|
|
428
|
-
name = "ppv-lite86"
|
|
429
|
-
version = "0.2.20"
|
|
430
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
431
|
-
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
432
|
-
dependencies = [
|
|
433
|
-
"zerocopy",
|
|
434
|
-
]
|
|
435
|
-
|
|
436
385
|
[[package]]
|
|
437
386
|
name = "precomputed-hash"
|
|
438
387
|
version = "0.1.1"
|
|
439
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
389
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
441
390
|
|
|
442
|
-
[[package]]
|
|
443
|
-
name = "proc-macro-hack"
|
|
444
|
-
version = "0.5.20+deprecated"
|
|
445
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
446
|
-
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
447
|
-
|
|
448
391
|
[[package]]
|
|
449
392
|
name = "proc-macro2"
|
|
450
393
|
version = "1.0.92"
|
|
@@ -465,69 +408,33 @@ dependencies = [
|
|
|
465
408
|
|
|
466
409
|
[[package]]
|
|
467
410
|
name = "rand"
|
|
468
|
-
version = "0.
|
|
469
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
-
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
471
|
-
dependencies = [
|
|
472
|
-
"getrandom",
|
|
473
|
-
"libc",
|
|
474
|
-
"rand_chacha",
|
|
475
|
-
"rand_core",
|
|
476
|
-
"rand_hc",
|
|
477
|
-
"rand_pcg",
|
|
478
|
-
]
|
|
479
|
-
|
|
480
|
-
[[package]]
|
|
481
|
-
name = "rand_chacha"
|
|
482
|
-
version = "0.2.2"
|
|
411
|
+
version = "0.8.5"
|
|
483
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "
|
|
413
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
485
414
|
dependencies = [
|
|
486
|
-
"ppv-lite86",
|
|
487
415
|
"rand_core",
|
|
488
416
|
]
|
|
489
417
|
|
|
490
418
|
[[package]]
|
|
491
419
|
name = "rand_core"
|
|
492
|
-
version = "0.
|
|
420
|
+
version = "0.6.4"
|
|
493
421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
-
checksum = "
|
|
495
|
-
dependencies = [
|
|
496
|
-
"getrandom",
|
|
497
|
-
]
|
|
498
|
-
|
|
499
|
-
[[package]]
|
|
500
|
-
name = "rand_hc"
|
|
501
|
-
version = "0.2.0"
|
|
502
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
-
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
504
|
-
dependencies = [
|
|
505
|
-
"rand_core",
|
|
506
|
-
]
|
|
507
|
-
|
|
508
|
-
[[package]]
|
|
509
|
-
name = "rand_pcg"
|
|
510
|
-
version = "0.2.1"
|
|
511
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
|
-
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
513
|
-
dependencies = [
|
|
514
|
-
"rand_core",
|
|
515
|
-
]
|
|
422
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
516
423
|
|
|
517
424
|
[[package]]
|
|
518
425
|
name = "rb-sys"
|
|
519
|
-
version = "0.9.
|
|
426
|
+
version = "0.9.117"
|
|
520
427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
-
checksum = "
|
|
428
|
+
checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
|
|
522
429
|
dependencies = [
|
|
523
430
|
"rb-sys-build",
|
|
524
431
|
]
|
|
525
432
|
|
|
526
433
|
[[package]]
|
|
527
434
|
name = "rb-sys-build"
|
|
528
|
-
version = "0.9.
|
|
435
|
+
version = "0.9.117"
|
|
529
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
-
checksum = "
|
|
437
|
+
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
|
531
438
|
dependencies = [
|
|
532
439
|
"bindgen",
|
|
533
440
|
"lazy_static",
|
|
@@ -535,14 +442,14 @@ dependencies = [
|
|
|
535
442
|
"quote",
|
|
536
443
|
"regex",
|
|
537
444
|
"shell-words",
|
|
538
|
-
"syn
|
|
445
|
+
"syn",
|
|
539
446
|
]
|
|
540
447
|
|
|
541
448
|
[[package]]
|
|
542
449
|
name = "rb-sys-env"
|
|
543
|
-
version = "0.
|
|
450
|
+
version = "0.2.2"
|
|
544
451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
545
|
-
checksum = "
|
|
452
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
|
546
453
|
|
|
547
454
|
[[package]]
|
|
548
455
|
name = "regex"
|
|
@@ -580,28 +487,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
580
487
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
581
488
|
|
|
582
489
|
[[package]]
|
|
583
|
-
name = "
|
|
584
|
-
version = "
|
|
490
|
+
name = "rustc-hash"
|
|
491
|
+
version = "2.1.1"
|
|
585
492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
586
|
-
checksum = "
|
|
587
|
-
dependencies = [
|
|
588
|
-
"semver",
|
|
589
|
-
]
|
|
493
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
590
494
|
|
|
591
495
|
[[package]]
|
|
592
496
|
name = "selectors"
|
|
593
|
-
version = "0.
|
|
497
|
+
version = "0.32.0"
|
|
594
498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
595
|
-
checksum = "
|
|
499
|
+
checksum = "09975d3195f34dce9c7b381cb0f00c3c13381d4d3735c0f1a9c894b283b302ab"
|
|
596
500
|
dependencies = [
|
|
597
|
-
"bitflags
|
|
501
|
+
"bitflags",
|
|
598
502
|
"cssparser",
|
|
599
503
|
"derive_more",
|
|
600
|
-
"fxhash",
|
|
601
504
|
"log",
|
|
505
|
+
"new_debug_unreachable",
|
|
602
506
|
"phf",
|
|
603
507
|
"phf_codegen",
|
|
604
508
|
"precomputed-hash",
|
|
509
|
+
"rustc-hash 2.1.1",
|
|
605
510
|
"servo_arc",
|
|
606
511
|
"smallvec",
|
|
607
512
|
]
|
|
@@ -617,12 +522,6 @@ dependencies = [
|
|
|
617
522
|
"rb-sys",
|
|
618
523
|
]
|
|
619
524
|
|
|
620
|
-
[[package]]
|
|
621
|
-
name = "semver"
|
|
622
|
-
version = "1.0.24"
|
|
623
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
624
|
-
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
|
625
|
-
|
|
626
525
|
[[package]]
|
|
627
526
|
name = "seq-macro"
|
|
628
527
|
version = "0.3.5"
|
|
@@ -631,11 +530,10 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
|
631
530
|
|
|
632
531
|
[[package]]
|
|
633
532
|
name = "servo_arc"
|
|
634
|
-
version = "0.
|
|
533
|
+
version = "0.4.0"
|
|
635
534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
636
|
-
checksum = "
|
|
535
|
+
checksum = "ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a"
|
|
637
536
|
dependencies = [
|
|
638
|
-
"nodrop",
|
|
639
537
|
"stable_deref_trait",
|
|
640
538
|
]
|
|
641
539
|
|
|
@@ -653,9 +551,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
653
551
|
|
|
654
552
|
[[package]]
|
|
655
553
|
name = "siphasher"
|
|
656
|
-
version = "0.
|
|
554
|
+
version = "1.0.1"
|
|
657
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
-
checksum = "
|
|
556
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
659
557
|
|
|
660
558
|
[[package]]
|
|
661
559
|
name = "smallvec"
|
|
@@ -669,17 +567,6 @@ version = "1.2.0"
|
|
|
669
567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
670
568
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
671
569
|
|
|
672
|
-
[[package]]
|
|
673
|
-
name = "syn"
|
|
674
|
-
version = "1.0.109"
|
|
675
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
677
|
-
dependencies = [
|
|
678
|
-
"proc-macro2",
|
|
679
|
-
"quote",
|
|
680
|
-
"unicode-ident",
|
|
681
|
-
]
|
|
682
|
-
|
|
683
570
|
[[package]]
|
|
684
571
|
name = "syn"
|
|
685
572
|
version = "2.0.93"
|
|
@@ -708,7 +595,7 @@ checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
|
|
708
595
|
dependencies = [
|
|
709
596
|
"proc-macro2",
|
|
710
597
|
"quote",
|
|
711
|
-
"syn
|
|
598
|
+
"syn",
|
|
712
599
|
]
|
|
713
600
|
|
|
714
601
|
[[package]]
|
|
@@ -717,12 +604,6 @@ version = "1.0.14"
|
|
|
717
604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
718
605
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
719
606
|
|
|
720
|
-
[[package]]
|
|
721
|
-
name = "wasi"
|
|
722
|
-
version = "0.9.0+wasi-snapshot-preview1"
|
|
723
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
-
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
725
|
-
|
|
726
607
|
[[package]]
|
|
727
608
|
name = "windows-targets"
|
|
728
609
|
version = "0.52.6"
|
|
@@ -786,24 +667,3 @@ name = "windows_x86_64_msvc"
|
|
|
786
667
|
version = "0.52.6"
|
|
787
668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
669
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
789
|
-
|
|
790
|
-
[[package]]
|
|
791
|
-
name = "zerocopy"
|
|
792
|
-
version = "0.7.35"
|
|
793
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
795
|
-
dependencies = [
|
|
796
|
-
"byteorder",
|
|
797
|
-
"zerocopy-derive",
|
|
798
|
-
]
|
|
799
|
-
|
|
800
|
-
[[package]]
|
|
801
|
-
name = "zerocopy-derive"
|
|
802
|
-
version = "0.7.35"
|
|
803
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
804
|
-
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
805
|
-
dependencies = [
|
|
806
|
-
"proc-macro2",
|
|
807
|
-
"quote",
|
|
808
|
-
"syn 2.0.93",
|
|
809
|
-
]
|
data/README.md
CHANGED
data/ext/selma/Cargo.toml
CHANGED
|
@@ -6,13 +6,13 @@ rust-version = "1.75.0"
|
|
|
6
6
|
publish = false
|
|
7
7
|
|
|
8
8
|
[dependencies]
|
|
9
|
-
enum-iterator = "2.
|
|
9
|
+
enum-iterator = "2.3"
|
|
10
10
|
escapist = "0.0.2"
|
|
11
|
-
magnus = { version = "0.
|
|
11
|
+
magnus = { version = "0.8", features = ["rb-sys"] }
|
|
12
12
|
rb-sys = { version = "*", default-features = false, features = [
|
|
13
13
|
"stable-api-compiled-fallback",
|
|
14
14
|
] }
|
|
15
|
-
lol_html = "2.
|
|
15
|
+
lol_html = "2.7"
|
|
16
16
|
|
|
17
17
|
[lib]
|
|
18
18
|
name = "selma"
|
data/lib/selma/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garen J. Torikian
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-12-03 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rb_sys
|
|
@@ -100,12 +100,15 @@ require_paths:
|
|
|
100
100
|
- lib
|
|
101
101
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
102
|
requirements:
|
|
103
|
-
- - "
|
|
103
|
+
- - ">="
|
|
104
104
|
- !ruby/object:Gem::Version
|
|
105
|
-
version: '3.
|
|
105
|
+
version: '3.2'
|
|
106
|
+
- - "<"
|
|
107
|
+
- !ruby/object:Gem::Version
|
|
108
|
+
version: '5'
|
|
106
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
110
|
requirements:
|
|
108
|
-
- - "
|
|
111
|
+
- - ">="
|
|
109
112
|
- !ruby/object:Gem::Version
|
|
110
113
|
version: '3.4'
|
|
111
114
|
requirements: []
|