mq-ruby 0.1.13 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +51 -6
  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: 317c795fb5a5e8a5296721d734f378d1b8f67a3858b83540e6c88b3f9dc1615d
4
- data.tar.gz: 26322f1df219cb85a760e59b8a9494617860d71a1a6d03b25b9f4aa7c5b54a82
3
+ metadata.gz: 9a2cac38bae677809686d7b6f7a52710cdcc20deed22fc4de8477e3e997e58ee
4
+ data.tar.gz: 637f73ff7dd68feeb6ef662f12915fda8ce386c6d4abd2838c22264c44ffa714
5
5
  SHA512:
6
- metadata.gz: 2279777adf5772addeb88bfa7321d215c6d040197dc5938e4606b754eff137b989eea22b6025b2fe9bba2e1a8f137c1790e0605e1a76917325ac3b39519d5c56
7
- data.tar.gz: bcba9d12032d809f680bef46ef8a3f574a51c14d6e1c02af4a6b3aa7d0c2cbebbc6715c13888b92ad983d33a5065abc114026368b496d562a63796a54f232419
6
+ metadata.gz: 175ba9768fe04a2a3666004e255611f12d8803ca3e408d9baa639d8c083a24cf080daac8828b172b07448fe3b62769ad8e79ecd3e4b56857d5d9116ea875d527
7
+ data.tar.gz: 94c2b67b53329897cbd9346a0cf0cecf4748f5e19f49f8a1a2e448dfc840e66f3c4b7d20128e941c187551c7c5db9470e0e28adfe64acdf8a44138ae05fb2c8f
data/Cargo.lock CHANGED
@@ -20,6 +20,12 @@ dependencies = [
20
20
  "libc",
21
21
  ]
22
22
 
23
+ [[package]]
24
+ name = "arraydeque"
25
+ version = "0.5.1"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
28
+
23
29
  [[package]]
24
30
  name = "autocfg"
25
31
  version = "1.5.0"
@@ -264,6 +270,15 @@ version = "1.15.0"
264
270
  source = "registry+https://github.com/rust-lang/crates.io-index"
265
271
  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
266
272
 
273
+ [[package]]
274
+ name = "encoding_rs"
275
+ version = "0.8.35"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
278
+ dependencies = [
279
+ "cfg-if",
280
+ ]
281
+
267
282
  [[package]]
268
283
  name = "equivalent"
269
284
  version = "1.0.2"
@@ -288,6 +303,12 @@ version = "0.1.5"
288
303
  source = "registry+https://github.com/rust-lang/crates.io-index"
289
304
  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
290
305
 
306
+ [[package]]
307
+ name = "foldhash"
308
+ version = "0.2.0"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
311
+
291
312
  [[package]]
292
313
  name = "form_urlencoded"
293
314
  version = "1.2.2"
@@ -329,7 +350,7 @@ version = "0.15.5"
329
350
  source = "registry+https://github.com/rust-lang/crates.io-index"
330
351
  checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
331
352
  dependencies = [
332
- "foldhash",
353
+ "foldhash 0.1.5",
333
354
  ]
334
355
 
335
356
  [[package]]
@@ -337,6 +358,18 @@ name = "hashbrown"
337
358
  version = "0.16.1"
338
359
  source = "registry+https://github.com/rust-lang/crates.io-index"
339
360
  checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
361
+ dependencies = [
362
+ "foldhash 0.2.0",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "hashlink"
367
+ version = "0.11.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230"
370
+ dependencies = [
371
+ "hashbrown 0.16.1",
372
+ ]
340
373
 
341
374
  [[package]]
342
375
  name = "html5ever"
@@ -656,9 +689,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
656
689
 
657
690
  [[package]]
658
691
  name = "mq-lang"
659
- version = "0.5.22"
692
+ version = "0.5.23"
660
693
  source = "registry+https://github.com/rust-lang/crates.io-index"
661
- checksum = "384d9ca22a1630311adc08ca29c835f479b8f79b63d7e1689998fcb85f746ea6"
694
+ checksum = "19fa57775a9335dc33f5a4f457741f2c764c24282c6453331f9426d65fbd3f91"
662
695
  dependencies = [
663
696
  "base64",
664
697
  "chrono",
@@ -681,13 +714,14 @@ dependencies = [
681
714
  "thiserror",
682
715
  "toon-format",
683
716
  "url",
717
+ "yaml-rust2",
684
718
  ]
685
719
 
686
720
  [[package]]
687
721
  name = "mq-markdown"
688
- version = "0.5.22"
722
+ version = "0.5.23"
689
723
  source = "registry+https://github.com/rust-lang/crates.io-index"
690
- checksum = "48cd13e60fd2852ea86f4723b19c563d968a67d8088a218736b6b5e08b75b37d"
724
+ checksum = "d532e3a634f9d9c9a984d2c82015d748c0f9a0ccbf570a0b128d555f5ac61020"
691
725
  dependencies = [
692
726
  "ego-tree",
693
727
  "itertools 0.14.0",
@@ -701,7 +735,7 @@ dependencies = [
701
735
 
702
736
  [[package]]
703
737
  name = "mq-ruby"
704
- version = "0.1.13"
738
+ version = "0.1.14"
705
739
  dependencies = [
706
740
  "magnus",
707
741
  "mq-lang",
@@ -1464,6 +1498,17 @@ version = "0.6.2"
1464
1498
  source = "registry+https://github.com/rust-lang/crates.io-index"
1465
1499
  checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1466
1500
 
1501
+ [[package]]
1502
+ name = "yaml-rust2"
1503
+ version = "0.11.0"
1504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+ checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e"
1506
+ dependencies = [
1507
+ "arraydeque",
1508
+ "encoding_rs",
1509
+ "hashlink",
1510
+ ]
1511
+
1467
1512
  [[package]]
1468
1513
  name = "yoke"
1469
1514
  version = "0.8.1"
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.13"
13
+ version = "0.1.14"
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.22"
22
- mq-markdown = "0.5.22"
21
+ mq-lang = "0.5.23"
22
+ mq-markdown = "0.5.23"
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Sato