mq-ruby 0.1.8 → 0.1.9

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +267 -7
  3. data/Cargo.toml +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d06e632405b7c238ecef16bfa6e87b25644e7b254ee59fe5522a7f4ac5841bd1
4
- data.tar.gz: 9ee59c5a3a3359d4d1eee815448ec8500ac3503bf7e6ac66109f7dc59d0f1a2c
3
+ metadata.gz: e5874633dd633cb4702b7b6de9525b13b865aaa97bdaf0ec97d3ddb73c2051d5
4
+ data.tar.gz: d312a2a646735c52cd02c22d641ee08db94e35c0951ab4fb777eb693c8db9e9f
5
5
  SHA512:
6
- metadata.gz: 54260a5827b36e78678b053ccd23e4ad3e6366f58face8f556ef9e5de736cea6b7efe56d1d0e1eb4b562e8fd22e7eb8068725e8ddb6c89c3fbf4062e0443ac3d
7
- data.tar.gz: 849655746873120650853ba6bc83b4203b4ed02ad8b5ff2bc7a7c9afd597e64003b7ca879078a218f4790d02805e7769a3ad368902ce52db4a761814756fe676
6
+ metadata.gz: ce961b04ab77693a0c1e0e874a92260d701eebb6866f75a9de41574a252dce11af93fa3b6dc14dc675e9044557aab72695410fae874b74f1b19ab9afe98c02ef
7
+ data.tar.gz: dc6a03338deadf63dd8c82069c8d1d730ef36da49956be8b349e4e4eec32aee7f6a890ec4a413a8c4707163694d1edad958e1fadbdb73af5bdd76871953aa4bc
data/Cargo.lock CHANGED
@@ -112,9 +112,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
112
112
 
113
113
  [[package]]
114
114
  name = "chrono"
115
- version = "0.4.43"
115
+ version = "0.4.44"
116
116
  source = "registry+https://github.com/rust-lang/crates.io-index"
117
- checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
117
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
118
118
  dependencies = [
119
119
  "iana-time-zone",
120
120
  "js-sys",
@@ -205,6 +205,17 @@ dependencies = [
205
205
  "windows-sys",
206
206
  ]
207
207
 
208
+ [[package]]
209
+ name = "displaydoc"
210
+ version = "0.2.5"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
213
+ dependencies = [
214
+ "proc-macro2",
215
+ "quote",
216
+ "syn",
217
+ ]
218
+
208
219
  [[package]]
209
220
  name = "dtoa"
210
221
  version = "1.0.10"
@@ -256,6 +267,15 @@ version = "0.1.5"
256
267
  source = "registry+https://github.com/rust-lang/crates.io-index"
257
268
  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
258
269
 
270
+ [[package]]
271
+ name = "form_urlencoded"
272
+ version = "1.2.2"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
275
+ dependencies = [
276
+ "percent-encoding",
277
+ ]
278
+
259
279
  [[package]]
260
280
  name = "futf"
261
281
  version = "0.1.5"
@@ -341,6 +361,108 @@ dependencies = [
341
361
  "cc",
342
362
  ]
343
363
 
364
+ [[package]]
365
+ name = "icu_collections"
366
+ version = "2.1.1"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
369
+ dependencies = [
370
+ "displaydoc",
371
+ "potential_utf",
372
+ "yoke",
373
+ "zerofrom",
374
+ "zerovec",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "icu_locale_core"
379
+ version = "2.1.1"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
382
+ dependencies = [
383
+ "displaydoc",
384
+ "litemap",
385
+ "tinystr",
386
+ "writeable",
387
+ "zerovec",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "icu_normalizer"
392
+ version = "2.1.1"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
395
+ dependencies = [
396
+ "icu_collections",
397
+ "icu_normalizer_data",
398
+ "icu_properties",
399
+ "icu_provider",
400
+ "smallvec",
401
+ "zerovec",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "icu_normalizer_data"
406
+ version = "2.1.1"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
409
+
410
+ [[package]]
411
+ name = "icu_properties"
412
+ version = "2.1.2"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
415
+ dependencies = [
416
+ "icu_collections",
417
+ "icu_locale_core",
418
+ "icu_properties_data",
419
+ "icu_provider",
420
+ "zerotrie",
421
+ "zerovec",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "icu_properties_data"
426
+ version = "2.1.2"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
429
+
430
+ [[package]]
431
+ name = "icu_provider"
432
+ version = "2.1.1"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
435
+ dependencies = [
436
+ "displaydoc",
437
+ "icu_locale_core",
438
+ "writeable",
439
+ "yoke",
440
+ "zerofrom",
441
+ "zerotrie",
442
+ "zerovec",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "idna"
447
+ version = "1.1.0"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
450
+ dependencies = [
451
+ "idna_adapter",
452
+ "smallvec",
453
+ "utf8_iter",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "idna_adapter"
458
+ version = "1.2.1"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
461
+ dependencies = [
462
+ "icu_normalizer",
463
+ "icu_properties",
464
+ ]
465
+
344
466
  [[package]]
345
467
  name = "indexmap"
346
468
  version = "2.12.1"
@@ -423,6 +545,12 @@ dependencies = [
423
545
  "libc",
424
546
  ]
425
547
 
548
+ [[package]]
549
+ name = "litemap"
550
+ version = "0.8.1"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
553
+
426
554
  [[package]]
427
555
  name = "lock_api"
428
556
  version = "0.4.14"
@@ -523,9 +651,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
523
651
 
524
652
  [[package]]
525
653
  name = "mq-lang"
526
- version = "0.5.16"
654
+ version = "0.5.17"
527
655
  source = "registry+https://github.com/rust-lang/crates.io-index"
528
- checksum = "ec6ce2588b11c338edf29208d7a834a86d3d6bdc507e8c18ba789090d28ed277"
656
+ checksum = "6e66fb8e4d3a3e0910f1f20c55cbc62896269e40418a5a89a21ec103c62e2946"
529
657
  dependencies = [
530
658
  "base64",
531
659
  "chrono",
@@ -542,13 +670,14 @@ dependencies = [
542
670
  "smol_str",
543
671
  "string-interner",
544
672
  "thiserror",
673
+ "url",
545
674
  ]
546
675
 
547
676
  [[package]]
548
677
  name = "mq-markdown"
549
- version = "0.5.16"
678
+ version = "0.5.17"
550
679
  source = "registry+https://github.com/rust-lang/crates.io-index"
551
- checksum = "bf97ffae728c9ed7110072060858344fdb09c6e56957bf4cd4fceef05329773e"
680
+ checksum = "67b949a46d94fb8ec5b6ece62bf178ad33f5e661d886ae59367571780cc497ec"
552
681
  dependencies = [
553
682
  "ego-tree",
554
683
  "itertools 0.14.0",
@@ -562,7 +691,7 @@ dependencies = [
562
691
 
563
692
  [[package]]
564
693
  name = "mq-ruby"
565
- version = "0.1.8"
694
+ version = "0.1.9"
566
695
  dependencies = [
567
696
  "magnus",
568
697
  "mq-lang",
@@ -708,6 +837,15 @@ dependencies = [
708
837
  "siphasher",
709
838
  ]
710
839
 
840
+ [[package]]
841
+ name = "potential_utf"
842
+ version = "0.1.4"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
845
+ dependencies = [
846
+ "zerovec",
847
+ ]
848
+
711
849
  [[package]]
712
850
  name = "precomputed-hash"
713
851
  version = "0.1.1"
@@ -1039,6 +1177,17 @@ dependencies = [
1039
1177
  "unicode-ident",
1040
1178
  ]
1041
1179
 
1180
+ [[package]]
1181
+ name = "synstructure"
1182
+ version = "0.13.2"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1185
+ dependencies = [
1186
+ "proc-macro2",
1187
+ "quote",
1188
+ "syn",
1189
+ ]
1190
+
1042
1191
  [[package]]
1043
1192
  name = "tendril"
1044
1193
  version = "0.4.3"
@@ -1070,6 +1219,16 @@ dependencies = [
1070
1219
  "syn",
1071
1220
  ]
1072
1221
 
1222
+ [[package]]
1223
+ name = "tinystr"
1224
+ version = "0.8.2"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1227
+ dependencies = [
1228
+ "displaydoc",
1229
+ "zerovec",
1230
+ ]
1231
+
1073
1232
  [[package]]
1074
1233
  name = "unicode-id"
1075
1234
  version = "0.3.6"
@@ -1100,12 +1259,30 @@ version = "0.2.11"
1100
1259
  source = "registry+https://github.com/rust-lang/crates.io-index"
1101
1260
  checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1102
1261
 
1262
+ [[package]]
1263
+ name = "url"
1264
+ version = "2.5.8"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1267
+ dependencies = [
1268
+ "form_urlencoded",
1269
+ "idna",
1270
+ "percent-encoding",
1271
+ "serde",
1272
+ ]
1273
+
1103
1274
  [[package]]
1104
1275
  name = "utf-8"
1105
1276
  version = "0.7.6"
1106
1277
  source = "registry+https://github.com/rust-lang/crates.io-index"
1107
1278
  checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1108
1279
 
1280
+ [[package]]
1281
+ name = "utf8_iter"
1282
+ version = "1.0.4"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1285
+
1109
1286
  [[package]]
1110
1287
  name = "wasi"
1111
1288
  version = "0.11.1+wasi-snapshot-preview1"
@@ -1236,3 +1413,86 @@ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1236
1413
  dependencies = [
1237
1414
  "windows-link",
1238
1415
  ]
1416
+
1417
+ [[package]]
1418
+ name = "writeable"
1419
+ version = "0.6.2"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1422
+
1423
+ [[package]]
1424
+ name = "yoke"
1425
+ version = "0.8.1"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1428
+ dependencies = [
1429
+ "stable_deref_trait",
1430
+ "yoke-derive",
1431
+ "zerofrom",
1432
+ ]
1433
+
1434
+ [[package]]
1435
+ name = "yoke-derive"
1436
+ version = "0.8.1"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1439
+ dependencies = [
1440
+ "proc-macro2",
1441
+ "quote",
1442
+ "syn",
1443
+ "synstructure",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "zerofrom"
1448
+ version = "0.1.6"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1451
+ dependencies = [
1452
+ "zerofrom-derive",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "zerofrom-derive"
1457
+ version = "0.1.6"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1460
+ dependencies = [
1461
+ "proc-macro2",
1462
+ "quote",
1463
+ "syn",
1464
+ "synstructure",
1465
+ ]
1466
+
1467
+ [[package]]
1468
+ name = "zerotrie"
1469
+ version = "0.2.3"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1472
+ dependencies = [
1473
+ "displaydoc",
1474
+ "yoke",
1475
+ "zerofrom",
1476
+ ]
1477
+
1478
+ [[package]]
1479
+ name = "zerovec"
1480
+ version = "0.11.5"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1483
+ dependencies = [
1484
+ "yoke",
1485
+ "zerofrom",
1486
+ "zerovec-derive",
1487
+ ]
1488
+
1489
+ [[package]]
1490
+ name = "zerovec-derive"
1491
+ version = "0.11.2"
1492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1493
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1494
+ dependencies = [
1495
+ "proc-macro2",
1496
+ "quote",
1497
+ "syn",
1498
+ ]
data/Cargo.toml CHANGED
@@ -10,7 +10,7 @@ name = "mq-ruby"
10
10
  publish = false
11
11
  readme = "README.md"
12
12
  repository = "https://github.com/harehare/mq"
13
- version = "0.1.8"
13
+ version = "0.1.9"
14
14
 
15
15
  [lib]
16
16
  crate-type = ["cdylib"]
@@ -18,6 +18,6 @@ name = "mq_ruby"
18
18
 
19
19
  [dependencies]
20
20
  magnus = {version = "0.8"}
21
- mq-lang = "0.5.16"
22
- mq-markdown = "0.5.16"
21
+ mq-lang = "0.5.17"
22
+ mq-markdown = "0.5.17"
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mq-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Sato