tokenizers 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fab038a75f7179094ecf6e2e789329d6d452f26538c2c3094de4de38bfd4985
4
- data.tar.gz: 509c2b888e8cdd50d4a60f3cf6b95c047e553d9619064a20fcec4c88cff21323
3
+ metadata.gz: 027d40a947bc5e9ba86a02d47c4559e642d66db341bd4ba843058c615b4da416
4
+ data.tar.gz: a207344d90a7b7c99fc0f74768a7981f9a6a572743e6f258ffb8da78dd3c0e56
5
5
  SHA512:
6
- metadata.gz: 909ee87dcab626caebad0f8534e503f60da36e925a1233ed9080cba33a68a4532fde7c9ec97d218d95bc52019cc0ea610ec4134e948fc3d7e7409a2a964b77c5
7
- data.tar.gz: 0b42ad63efff9b937846145d85542a9ef14d18b94e628921946591ca792d572f123af07284baf2d5a5462b6c14f049a97cfeaa7aea536fed36756a1878cc562c
6
+ metadata.gz: a38bfe479c667a5e2fc36fed07978d3fdddde911612e89d66c6929c1000b2c48dc6eecf7b756d812fc6c39abe1460db4b27a5222834b469a4c91214f3ebb7b33
7
+ data.tar.gz: 53f7b1400a1abbbe2b00aba79fea06567e824e51bfcb8c24c1de12911dfbad615a01c0bb79ef098faa010b668b02e49db91526bf13909aab43a15733b2a84500
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.3 (2022-10-06)
2
+
3
+ - Updated Tokenizers to 0.13.1
4
+
1
5
  ## 0.1.2 (2022-09-08)
2
6
 
3
7
  - Fixed error with installation on Linux
data/Cargo.lock CHANGED
@@ -138,7 +138,7 @@ dependencies = [
138
138
  "glob",
139
139
  "indicatif 0.16.2",
140
140
  "log",
141
- "rand 0.8.5",
141
+ "rand",
142
142
  "reqwest",
143
143
  "serde",
144
144
  "serde_json",
@@ -394,9 +394,9 @@ dependencies = [
394
394
 
395
395
  [[package]]
396
396
  name = "esaxx-rs"
397
- version = "0.1.7"
397
+ version = "0.1.8"
398
398
  source = "registry+https://github.com/rust-lang/crates.io-index"
399
- checksum = "6f4617b351b734e97a3dd32022a721471349aa3038d4132beee8568cdfa7e716"
399
+ checksum = "1f748b253ceca9fed5f42f8b5ceb3851e93102199bc25b64b65369f76e5c0a35"
400
400
  dependencies = [
401
401
  "cc",
402
402
  ]
@@ -541,24 +541,13 @@ dependencies = [
541
541
 
542
542
  [[package]]
543
543
  name = "getrandom"
544
- version = "0.1.16"
544
+ version = "0.2.7"
545
545
  source = "registry+https://github.com/rust-lang/crates.io-index"
546
- checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
546
+ checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
547
547
  dependencies = [
548
548
  "cfg-if",
549
549
  "libc",
550
- "wasi 0.9.0+wasi-snapshot-preview1",
551
- ]
552
-
553
- [[package]]
554
- name = "getrandom"
555
- version = "0.2.5"
556
- source = "registry+https://github.com/rust-lang/crates.io-index"
557
- checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
558
- dependencies = [
559
- "cfg-if",
560
- "libc",
561
- "wasi 0.10.2+wasi-snapshot-preview1",
550
+ "wasi",
562
551
  ]
563
552
 
564
553
  [[package]]
@@ -807,18 +796,19 @@ dependencies = [
807
796
 
808
797
  [[package]]
809
798
  name = "macro_rules_attribute"
810
- version = "0.0.2"
799
+ version = "0.1.2"
811
800
  source = "registry+https://github.com/rust-lang/crates.io-index"
812
- checksum = "641c64af6cd80b81cf9c2f2f6ee382b1050c71ce63e20800499971a4a4195005"
801
+ checksum = "258c86475e1616d6f2d8f5227cfaabd3dae1f6d5388b9597df8a199d4497aba7"
813
802
  dependencies = [
814
803
  "macro_rules_attribute-proc_macro",
804
+ "paste",
815
805
  ]
816
806
 
817
807
  [[package]]
818
808
  name = "macro_rules_attribute-proc_macro"
819
- version = "0.0.2"
809
+ version = "0.1.2"
820
810
  source = "registry+https://github.com/rust-lang/crates.io-index"
821
- checksum = "eb246ada5a8c47b8b6e90c9f9a0f84f294939cdf558f1bc8d17fbb30f9706598"
811
+ checksum = "f26a8d2502d5aa4d411ef494ba7470eb299f05725179ce3b5de77aa01a9ffdea"
822
812
 
823
813
  [[package]]
824
814
  name = "matches"
@@ -867,7 +857,7 @@ dependencies = [
867
857
  "log",
868
858
  "miow",
869
859
  "ntapi",
870
- "wasi 0.11.0+wasi-snapshot-preview1",
860
+ "wasi",
871
861
  "winapi",
872
862
  ]
873
863
 
@@ -1005,9 +995,9 @@ dependencies = [
1005
995
 
1006
996
  [[package]]
1007
997
  name = "paste"
1008
- version = "1.0.6"
998
+ version = "1.0.9"
1009
999
  source = "registry+https://github.com/rust-lang/crates.io-index"
1010
- checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
1000
+ checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
1011
1001
 
1012
1002
  [[package]]
1013
1003
  name = "percent-encoding"
@@ -1063,19 +1053,6 @@ version = "0.5.3"
1063
1053
  source = "registry+https://github.com/rust-lang/crates.io-index"
1064
1054
  checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1065
1055
 
1066
- [[package]]
1067
- name = "rand"
1068
- version = "0.7.3"
1069
- source = "registry+https://github.com/rust-lang/crates.io-index"
1070
- checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1071
- dependencies = [
1072
- "getrandom 0.1.16",
1073
- "libc",
1074
- "rand_chacha 0.2.2",
1075
- "rand_core 0.5.1",
1076
- "rand_hc",
1077
- ]
1078
-
1079
1056
  [[package]]
1080
1057
  name = "rand"
1081
1058
  version = "0.8.5"
@@ -1083,18 +1060,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
1060
  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1084
1061
  dependencies = [
1085
1062
  "libc",
1086
- "rand_chacha 0.3.1",
1087
- "rand_core 0.6.3",
1088
- ]
1089
-
1090
- [[package]]
1091
- name = "rand_chacha"
1092
- version = "0.2.2"
1093
- source = "registry+https://github.com/rust-lang/crates.io-index"
1094
- checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1095
- dependencies = [
1096
- "ppv-lite86",
1097
- "rand_core 0.5.1",
1063
+ "rand_chacha",
1064
+ "rand_core",
1098
1065
  ]
1099
1066
 
1100
1067
  [[package]]
@@ -1104,16 +1071,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
1071
  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1105
1072
  dependencies = [
1106
1073
  "ppv-lite86",
1107
- "rand_core 0.6.3",
1108
- ]
1109
-
1110
- [[package]]
1111
- name = "rand_core"
1112
- version = "0.5.1"
1113
- source = "registry+https://github.com/rust-lang/crates.io-index"
1114
- checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1115
- dependencies = [
1116
- "getrandom 0.1.16",
1074
+ "rand_core",
1117
1075
  ]
1118
1076
 
1119
1077
  [[package]]
@@ -1122,16 +1080,7 @@ version = "0.6.3"
1122
1080
  source = "registry+https://github.com/rust-lang/crates.io-index"
1123
1081
  checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1124
1082
  dependencies = [
1125
- "getrandom 0.2.5",
1126
- ]
1127
-
1128
- [[package]]
1129
- name = "rand_hc"
1130
- version = "0.2.0"
1131
- source = "registry+https://github.com/rust-lang/crates.io-index"
1132
- checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1133
- dependencies = [
1134
- "rand_core 0.5.1",
1083
+ "getrandom",
1135
1084
  ]
1136
1085
 
1137
1086
  [[package]]
@@ -1185,7 +1134,7 @@ version = "0.4.2"
1185
1134
  source = "registry+https://github.com/rust-lang/crates.io-index"
1186
1135
  checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
1187
1136
  dependencies = [
1188
- "getrandom 0.2.5",
1137
+ "getrandom",
1189
1138
  "redox_syscall",
1190
1139
  "thiserror",
1191
1140
  ]
@@ -1521,9 +1470,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1521
1470
 
1522
1471
  [[package]]
1523
1472
  name = "tokenizers"
1524
- version = "0.11.3"
1473
+ version = "0.13.1"
1525
1474
  source = "registry+https://github.com/rust-lang/crates.io-index"
1526
- checksum = "60c79b46b9e4a7c8a4926531d1b81521a976cab19f1651627385504aa68799f2"
1475
+ checksum = "3d7b08ede6742d7a59d58c71da8a6fa21bedc433dca2e855e439274d08df1170"
1527
1476
  dependencies = [
1528
1477
  "aho-corasick",
1529
1478
  "cached-path",
@@ -1531,6 +1480,7 @@ dependencies = [
1531
1480
  "derive_builder",
1532
1481
  "dirs",
1533
1482
  "esaxx-rs",
1483
+ "getrandom",
1534
1484
  "indicatif 0.15.0",
1535
1485
  "itertools 0.9.0",
1536
1486
  "lazy_static",
@@ -1538,7 +1488,7 @@ dependencies = [
1538
1488
  "macro_rules_attribute",
1539
1489
  "onig",
1540
1490
  "paste",
1541
- "rand 0.7.3",
1491
+ "rand",
1542
1492
  "rayon",
1543
1493
  "rayon-cond",
1544
1494
  "regex",
@@ -1547,6 +1497,7 @@ dependencies = [
1547
1497
  "serde",
1548
1498
  "serde_json",
1549
1499
  "spm_precompiled",
1500
+ "thiserror",
1550
1501
  "unicode-normalization-alignments",
1551
1502
  "unicode-segmentation",
1552
1503
  "unicode_categories",
@@ -1727,18 +1678,6 @@ dependencies = [
1727
1678
  "try-lock",
1728
1679
  ]
1729
1680
 
1730
- [[package]]
1731
- name = "wasi"
1732
- version = "0.9.0+wasi-snapshot-preview1"
1733
- source = "registry+https://github.com/rust-lang/crates.io-index"
1734
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1735
-
1736
- [[package]]
1737
- name = "wasi"
1738
- version = "0.10.2+wasi-snapshot-preview1"
1739
- source = "registry+https://github.com/rust-lang/crates.io-index"
1740
- checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1741
-
1742
1681
  [[package]]
1743
1682
  name = "wasi"
1744
1683
  version = "0.11.0+wasi-snapshot-preview1"
data/Cargo.toml CHANGED
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
11
11
  [dependencies]
12
12
  lazy_static = "1"
13
13
  rutie = "0.8.4"
14
- tokenizers = "0.11"
14
+ tokenizers = "0.13.1"
@@ -1,3 +1,3 @@
1
1
  module Tokenizers
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tokenizers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org