xberg 1.1.3 → 1.1.4
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/ext/xberg_rb/native/Cargo.lock +109 -203
- data/ext/xberg_rb/native/Cargo.toml +5 -5
- data/ext/xberg_rb/src/lib.rs +779 -594
- data/lib/xberg/version.rb +2 -2
- metadata +1 -1
|
@@ -273,9 +273,9 @@ dependencies = [
|
|
|
273
273
|
|
|
274
274
|
[[package]]
|
|
275
275
|
name = "async-compression"
|
|
276
|
-
version = "0.4.
|
|
276
|
+
version = "0.4.45"
|
|
277
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
-
checksum = "
|
|
278
|
+
checksum = "24a8ec73eb862508b7041723c89386365894b4e7d9f6998bf1b8529e5b0ee254"
|
|
279
279
|
dependencies = [
|
|
280
280
|
"compression-codecs",
|
|
281
281
|
"compression-core",
|
|
@@ -419,7 +419,7 @@ dependencies = [
|
|
|
419
419
|
"bytes",
|
|
420
420
|
"form_urlencoded",
|
|
421
421
|
"hex",
|
|
422
|
-
"hmac
|
|
422
|
+
"hmac",
|
|
423
423
|
"http 0.2.12",
|
|
424
424
|
"http 1.5.0",
|
|
425
425
|
"percent-encoding",
|
|
@@ -720,7 +720,7 @@ dependencies = [
|
|
|
720
720
|
"arrayvec",
|
|
721
721
|
"cc",
|
|
722
722
|
"cfg-if 1.0.4",
|
|
723
|
-
"constant_time_eq
|
|
723
|
+
"constant_time_eq",
|
|
724
724
|
"cpufeatures 0.3.1",
|
|
725
725
|
]
|
|
726
726
|
|
|
@@ -941,15 +941,6 @@ dependencies = [
|
|
|
941
941
|
"either",
|
|
942
942
|
]
|
|
943
943
|
|
|
944
|
-
[[package]]
|
|
945
|
-
name = "bzip2"
|
|
946
|
-
version = "0.5.2"
|
|
947
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
|
-
checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
|
|
949
|
-
dependencies = [
|
|
950
|
-
"bzip2-sys",
|
|
951
|
-
]
|
|
952
|
-
|
|
953
944
|
[[package]]
|
|
954
945
|
name = "bzip2"
|
|
955
946
|
version = "0.6.1"
|
|
@@ -959,16 +950,6 @@ dependencies = [
|
|
|
959
950
|
"libbz2-rs-sys",
|
|
960
951
|
]
|
|
961
952
|
|
|
962
|
-
[[package]]
|
|
963
|
-
name = "bzip2-sys"
|
|
964
|
-
version = "0.1.13+1.0.8"
|
|
965
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
-
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
|
|
967
|
-
dependencies = [
|
|
968
|
-
"cc",
|
|
969
|
-
"pkg-config",
|
|
970
|
-
]
|
|
971
|
-
|
|
972
953
|
[[package]]
|
|
973
954
|
name = "calamine"
|
|
974
955
|
version = "0.36.1"
|
|
@@ -1105,17 +1086,6 @@ dependencies = [
|
|
|
1105
1086
|
"nom 7.1.3",
|
|
1106
1087
|
]
|
|
1107
1088
|
|
|
1108
|
-
[[package]]
|
|
1109
|
-
name = "cfb"
|
|
1110
|
-
version = "0.10.0"
|
|
1111
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1112
|
-
checksum = "d8a4f8e55be323b378facfcf1f06aa97f6ec17cf4ac84fb17325093aaf62da41"
|
|
1113
|
-
dependencies = [
|
|
1114
|
-
"byteorder",
|
|
1115
|
-
"fnv",
|
|
1116
|
-
"uuid",
|
|
1117
|
-
]
|
|
1118
|
-
|
|
1119
1089
|
[[package]]
|
|
1120
1090
|
name = "cfb"
|
|
1121
1091
|
version = "0.14.0"
|
|
@@ -1357,16 +1327,16 @@ dependencies = [
|
|
|
1357
1327
|
|
|
1358
1328
|
[[package]]
|
|
1359
1329
|
name = "compression-codecs"
|
|
1360
|
-
version = "0.4.
|
|
1330
|
+
version = "0.4.40"
|
|
1361
1331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1362
|
-
checksum = "
|
|
1332
|
+
checksum = "100590da849306918656ffbb22576bbdfc1382b50ad10d1d50ec177d3b205fb2"
|
|
1363
1333
|
dependencies = [
|
|
1364
1334
|
"brotli 8.0.4",
|
|
1365
1335
|
"compression-core",
|
|
1366
1336
|
"flate2",
|
|
1367
1337
|
"memchr",
|
|
1368
|
-
"zstd",
|
|
1369
|
-
"zstd-safe",
|
|
1338
|
+
"zstd 0.14.0",
|
|
1339
|
+
"zstd-safe 8.0.0",
|
|
1370
1340
|
]
|
|
1371
1341
|
|
|
1372
1342
|
[[package]]
|
|
@@ -1433,12 +1403,6 @@ dependencies = [
|
|
|
1433
1403
|
"typewit",
|
|
1434
1404
|
]
|
|
1435
1405
|
|
|
1436
|
-
[[package]]
|
|
1437
|
-
name = "constant_time_eq"
|
|
1438
|
-
version = "0.3.1"
|
|
1439
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1440
|
-
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
1441
|
-
|
|
1442
1406
|
[[package]]
|
|
1443
1407
|
name = "constant_time_eq"
|
|
1444
1408
|
version = "0.4.2"
|
|
@@ -1592,21 +1556,6 @@ dependencies = [
|
|
|
1592
1556
|
"web-time",
|
|
1593
1557
|
]
|
|
1594
1558
|
|
|
1595
|
-
[[package]]
|
|
1596
|
-
name = "crc"
|
|
1597
|
-
version = "3.4.0"
|
|
1598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1599
|
-
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
|
|
1600
|
-
dependencies = [
|
|
1601
|
-
"crc-catalog",
|
|
1602
|
-
]
|
|
1603
|
-
|
|
1604
|
-
[[package]]
|
|
1605
|
-
name = "crc-catalog"
|
|
1606
|
-
version = "2.5.0"
|
|
1607
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1608
|
-
checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
|
|
1609
|
-
|
|
1610
1559
|
[[package]]
|
|
1611
1560
|
name = "crc32fast"
|
|
1612
1561
|
version = "1.5.1"
|
|
@@ -1627,9 +1576,9 @@ dependencies = [
|
|
|
1627
1576
|
|
|
1628
1577
|
[[package]]
|
|
1629
1578
|
name = "crossbeam-deque"
|
|
1630
|
-
version = "0.8.
|
|
1579
|
+
version = "0.8.8"
|
|
1631
1580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
-
checksum = "
|
|
1581
|
+
checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
|
|
1633
1582
|
dependencies = [
|
|
1634
1583
|
"crossbeam-epoch",
|
|
1635
1584
|
"crossbeam-utils",
|
|
@@ -1637,18 +1586,18 @@ dependencies = [
|
|
|
1637
1586
|
|
|
1638
1587
|
[[package]]
|
|
1639
1588
|
name = "crossbeam-epoch"
|
|
1640
|
-
version = "0.9.
|
|
1589
|
+
version = "0.9.21"
|
|
1641
1590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
-
checksum = "
|
|
1591
|
+
checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
|
|
1643
1592
|
dependencies = [
|
|
1644
1593
|
"crossbeam-utils",
|
|
1645
1594
|
]
|
|
1646
1595
|
|
|
1647
1596
|
[[package]]
|
|
1648
1597
|
name = "crossbeam-utils"
|
|
1649
|
-
version = "0.8.
|
|
1598
|
+
version = "0.8.23"
|
|
1650
1599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1651
|
-
checksum = "
|
|
1600
|
+
checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
|
|
1652
1601
|
|
|
1653
1602
|
[[package]]
|
|
1654
1603
|
name = "crunchy"
|
|
@@ -1905,7 +1854,6 @@ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
1905
1854
|
dependencies = [
|
|
1906
1855
|
"block-buffer 0.10.4",
|
|
1907
1856
|
"crypto-common 0.1.7",
|
|
1908
|
-
"subtle",
|
|
1909
1857
|
]
|
|
1910
1858
|
|
|
1911
1859
|
[[package]]
|
|
@@ -2033,9 +1981,9 @@ dependencies = [
|
|
|
2033
1981
|
|
|
2034
1982
|
[[package]]
|
|
2035
1983
|
name = "encoding_rs"
|
|
2036
|
-
version = "0.8.
|
|
1984
|
+
version = "0.8.41"
|
|
2037
1985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2038
|
-
checksum = "
|
|
1986
|
+
checksum = "7b5ef0006ac9ab233c38522f5ae99cae3625151de8f706cacee1cba4b8e2832a"
|
|
2039
1987
|
dependencies = [
|
|
2040
1988
|
"cfg-if 1.0.4",
|
|
2041
1989
|
"core_detect",
|
|
@@ -2349,9 +2297,9 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
2349
2297
|
|
|
2350
2298
|
[[package]]
|
|
2351
2299
|
name = "font-types"
|
|
2352
|
-
version = "0.12.
|
|
2300
|
+
version = "0.12.5"
|
|
2353
2301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2354
|
-
checksum = "
|
|
2302
|
+
checksum = "b8eb065f3251655b3c90e22e5e363f310fc5332fb3402e37bbc94752283248f6"
|
|
2355
2303
|
dependencies = [
|
|
2356
2304
|
"bytemuck",
|
|
2357
2305
|
]
|
|
@@ -3095,15 +3043,6 @@ dependencies = [
|
|
|
3095
3043
|
"xet-runtime",
|
|
3096
3044
|
]
|
|
3097
3045
|
|
|
3098
|
-
[[package]]
|
|
3099
|
-
name = "hmac"
|
|
3100
|
-
version = "0.12.1"
|
|
3101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3102
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
3103
|
-
dependencies = [
|
|
3104
|
-
"digest 0.10.7",
|
|
3105
|
-
]
|
|
3106
|
-
|
|
3107
3046
|
[[package]]
|
|
3108
3047
|
name = "hmac"
|
|
3109
3048
|
version = "0.13.0"
|
|
@@ -3233,9 +3172,9 @@ checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
|
|
|
3233
3172
|
|
|
3234
3173
|
[[package]]
|
|
3235
3174
|
name = "hybrid-array"
|
|
3236
|
-
version = "0.4.
|
|
3175
|
+
version = "0.4.15"
|
|
3237
3176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3238
|
-
checksum = "
|
|
3177
|
+
checksum = "27f864f10dfb56725ce5ce5472bc52252c8f93a4ab86327122cebf62c5f59a17"
|
|
3239
3178
|
dependencies = [
|
|
3240
3179
|
"typenum",
|
|
3241
3180
|
]
|
|
@@ -3614,7 +3553,7 @@ version = "0.22.0"
|
|
|
3614
3553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3615
3554
|
checksum = "f4200d433cbd5178df7797c9c2e75b348b728e39631cf14520d1e2fc424201f4"
|
|
3616
3555
|
dependencies = [
|
|
3617
|
-
"cfb
|
|
3556
|
+
"cfb",
|
|
3618
3557
|
]
|
|
3619
3558
|
|
|
3620
3559
|
[[package]]
|
|
@@ -4168,12 +4107,13 @@ dependencies = [
|
|
|
4168
4107
|
|
|
4169
4108
|
[[package]]
|
|
4170
4109
|
name = "lopdf"
|
|
4171
|
-
version = "0.
|
|
4110
|
+
version = "0.45.0"
|
|
4172
4111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4173
|
-
checksum = "
|
|
4112
|
+
checksum = "bfffda0fe1ab0157e1a13c14bebd3f28671f2fccb7922f0722ec53926e6922d3"
|
|
4174
4113
|
dependencies = [
|
|
4175
4114
|
"aes 0.9.3",
|
|
4176
4115
|
"bitflags 2.13.1",
|
|
4116
|
+
"brotli-decompressor 5.0.3",
|
|
4177
4117
|
"cbc 0.2.1",
|
|
4178
4118
|
"ecb",
|
|
4179
4119
|
"encoding_rs",
|
|
@@ -4216,16 +4156,6 @@ dependencies = [
|
|
|
4216
4156
|
"twox-hash",
|
|
4217
4157
|
]
|
|
4218
4158
|
|
|
4219
|
-
[[package]]
|
|
4220
|
-
name = "lzma-rs"
|
|
4221
|
-
version = "0.3.0"
|
|
4222
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4223
|
-
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
|
4224
|
-
dependencies = [
|
|
4225
|
-
"byteorder",
|
|
4226
|
-
"crc",
|
|
4227
|
-
]
|
|
4228
|
-
|
|
4229
4159
|
[[package]]
|
|
4230
4160
|
name = "lzma-rust2"
|
|
4231
4161
|
version = "0.15.8"
|
|
@@ -4237,16 +4167,8 @@ name = "lzma-rust2"
|
|
|
4237
4167
|
version = "0.16.5"
|
|
4238
4168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4239
4169
|
checksum = "ca93e534d1142d1d0dcca6d25fe302508a5dfb40b302802904577725ea0b695b"
|
|
4240
|
-
|
|
4241
|
-
[[package]]
|
|
4242
|
-
name = "lzma-sys"
|
|
4243
|
-
version = "0.1.20"
|
|
4244
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4245
|
-
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
|
|
4246
4170
|
dependencies = [
|
|
4247
|
-
"
|
|
4248
|
-
"libc",
|
|
4249
|
-
"pkg-config",
|
|
4171
|
+
"sha2 0.11.0",
|
|
4250
4172
|
]
|
|
4251
4173
|
|
|
4252
4174
|
[[package]]
|
|
@@ -4395,9 +4317,9 @@ dependencies = [
|
|
|
4395
4317
|
|
|
4396
4318
|
[[package]]
|
|
4397
4319
|
name = "memo-map"
|
|
4398
|
-
version = "0.3.
|
|
4320
|
+
version = "0.3.4"
|
|
4399
4321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4400
|
-
checksum = "
|
|
4322
|
+
checksum = "5449c8c750f1a07ea702bbd212bd999fceece9b3d1508b17023b3e174583124b"
|
|
4401
4323
|
|
|
4402
4324
|
[[package]]
|
|
4403
4325
|
name = "micromap"
|
|
@@ -4559,24 +4481,23 @@ dependencies = [
|
|
|
4559
4481
|
|
|
4560
4482
|
[[package]]
|
|
4561
4483
|
name = "multiversion"
|
|
4562
|
-
version = "0.
|
|
4484
|
+
version = "0.9.0"
|
|
4563
4485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4564
|
-
checksum = "
|
|
4486
|
+
checksum = "b4ca4bea16ffc3f443cf7d866912118196bfef4c6a1556ca00f9f9b00bb43f7c"
|
|
4565
4487
|
dependencies = [
|
|
4566
4488
|
"multiversion-macros",
|
|
4567
|
-
"target-features",
|
|
4568
4489
|
]
|
|
4569
4490
|
|
|
4570
4491
|
[[package]]
|
|
4571
4492
|
name = "multiversion-macros"
|
|
4572
|
-
version = "0.
|
|
4493
|
+
version = "0.9.0"
|
|
4573
4494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4574
|
-
checksum = "
|
|
4495
|
+
checksum = "0d416831a7317ef4b08bee00b69cbbb9c8763da7959a7026244d6266869f9c83"
|
|
4575
4496
|
dependencies = [
|
|
4576
4497
|
"proc-macro2",
|
|
4577
4498
|
"quote",
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4499
|
+
"rustversion",
|
|
4500
|
+
"syn 3.0.5",
|
|
4580
4501
|
]
|
|
4581
4502
|
|
|
4582
4503
|
[[package]]
|
|
@@ -5162,16 +5083,6 @@ version = "0.2.3"
|
|
|
5162
5083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5163
5084
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
|
5164
5085
|
|
|
5165
|
-
[[package]]
|
|
5166
|
-
name = "pbkdf2"
|
|
5167
|
-
version = "0.12.2"
|
|
5168
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5169
|
-
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
5170
|
-
dependencies = [
|
|
5171
|
-
"digest 0.10.7",
|
|
5172
|
-
"hmac 0.12.1",
|
|
5173
|
-
]
|
|
5174
|
-
|
|
5175
5086
|
[[package]]
|
|
5176
5087
|
name = "pbkdf2"
|
|
5177
5088
|
version = "0.13.0"
|
|
@@ -5179,7 +5090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5179
5090
|
checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
|
|
5180
5091
|
dependencies = [
|
|
5181
5092
|
"digest 0.11.3",
|
|
5182
|
-
"hmac
|
|
5093
|
+
"hmac",
|
|
5183
5094
|
]
|
|
5184
5095
|
|
|
5185
5096
|
[[package]]
|
|
@@ -5430,9 +5341,9 @@ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
|
5430
5341
|
|
|
5431
5342
|
[[package]]
|
|
5432
5343
|
name = "portable-atomic-util"
|
|
5433
|
-
version = "0.2.
|
|
5344
|
+
version = "0.2.8"
|
|
5434
5345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5435
|
-
checksum = "
|
|
5346
|
+
checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
|
|
5436
5347
|
dependencies = [
|
|
5437
5348
|
"portable-atomic",
|
|
5438
5349
|
]
|
|
@@ -5586,6 +5497,15 @@ dependencies = [
|
|
|
5586
5497
|
"pulldown-cmark 0.12.2",
|
|
5587
5498
|
]
|
|
5588
5499
|
|
|
5500
|
+
[[package]]
|
|
5501
|
+
name = "pulldown-cmark-to-cmark"
|
|
5502
|
+
version = "22.0.1"
|
|
5503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5504
|
+
checksum = "ab1ad36992cead65f02aa399a373a42730922f1525d988172634fdefdecb8a60"
|
|
5505
|
+
dependencies = [
|
|
5506
|
+
"pulldown-cmark 0.13.4",
|
|
5507
|
+
]
|
|
5508
|
+
|
|
5589
5509
|
[[package]]
|
|
5590
5510
|
name = "pulp"
|
|
5591
5511
|
version = "0.22.3"
|
|
@@ -6121,11 +6041,11 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
|
6121
6041
|
|
|
6122
6042
|
[[package]]
|
|
6123
6043
|
name = "reqwest"
|
|
6124
|
-
version = "0.13.
|
|
6044
|
+
version = "0.13.5"
|
|
6125
6045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6126
|
-
checksum = "
|
|
6046
|
+
checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029"
|
|
6127
6047
|
dependencies = [
|
|
6128
|
-
"base64 0.
|
|
6048
|
+
"base64 0.23.1",
|
|
6129
6049
|
"bytes",
|
|
6130
6050
|
"cookie",
|
|
6131
6051
|
"cookie_store",
|
|
@@ -6393,9 +6313,9 @@ dependencies = [
|
|
|
6393
6313
|
|
|
6394
6314
|
[[package]]
|
|
6395
6315
|
name = "rustls"
|
|
6396
|
-
version = "0.23.
|
|
6316
|
+
version = "0.23.44"
|
|
6397
6317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6398
|
-
checksum = "
|
|
6318
|
+
checksum = "6725596c3f2c3a0aef021139e145d4eafe314a6623e4680ca83852b2c67ab2ba"
|
|
6399
6319
|
dependencies = [
|
|
6400
6320
|
"aws-lc-rs",
|
|
6401
6321
|
"log",
|
|
@@ -6607,7 +6527,7 @@ dependencies = [
|
|
|
6607
6527
|
"cfg-if 1.0.4",
|
|
6608
6528
|
"kdf",
|
|
6609
6529
|
"password-hash",
|
|
6610
|
-
"pbkdf2
|
|
6530
|
+
"pbkdf2",
|
|
6611
6531
|
"salsa20",
|
|
6612
6532
|
"sha2 0.11.0",
|
|
6613
6533
|
]
|
|
@@ -6809,7 +6729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
6809
6729
|
checksum = "29225600349ef74beda5a9fffb36ac660a24613c0bde9315d0c49be1d51e9c24"
|
|
6810
6730
|
dependencies = [
|
|
6811
6731
|
"aes 0.8.4",
|
|
6812
|
-
"bzip2
|
|
6732
|
+
"bzip2",
|
|
6813
6733
|
"cbc 0.1.2",
|
|
6814
6734
|
"crc32fast",
|
|
6815
6735
|
"getrandom 0.4.3",
|
|
@@ -6820,17 +6740,6 @@ dependencies = [
|
|
|
6820
6740
|
"wasm-bindgen",
|
|
6821
6741
|
]
|
|
6822
6742
|
|
|
6823
|
-
[[package]]
|
|
6824
|
-
name = "sha1"
|
|
6825
|
-
version = "0.10.7"
|
|
6826
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6827
|
-
checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
|
|
6828
|
-
dependencies = [
|
|
6829
|
-
"cfg-if 1.0.4",
|
|
6830
|
-
"cpufeatures 0.2.17",
|
|
6831
|
-
"digest 0.10.7",
|
|
6832
|
-
]
|
|
6833
|
-
|
|
6834
6743
|
[[package]]
|
|
6835
6744
|
name = "sha2"
|
|
6836
6745
|
version = "0.10.9"
|
|
@@ -7498,12 +7407,6 @@ dependencies = [
|
|
|
7498
7407
|
"xattr",
|
|
7499
7408
|
]
|
|
7500
7409
|
|
|
7501
|
-
[[package]]
|
|
7502
|
-
name = "target-features"
|
|
7503
|
-
version = "0.1.6"
|
|
7504
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7505
|
-
checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
|
|
7506
|
-
|
|
7507
7410
|
[[package]]
|
|
7508
7411
|
name = "target-lexicon"
|
|
7509
7412
|
version = "0.13.5"
|
|
@@ -7619,6 +7522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
7619
7522
|
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
|
7620
7523
|
dependencies = [
|
|
7621
7524
|
"deranged",
|
|
7525
|
+
"js-sys",
|
|
7622
7526
|
"num-conv",
|
|
7623
7527
|
"powerfmt",
|
|
7624
7528
|
"serde_core",
|
|
@@ -8247,7 +8151,7 @@ dependencies = [
|
|
|
8247
8151
|
"tracing",
|
|
8248
8152
|
"tree-sitter",
|
|
8249
8153
|
"ureq",
|
|
8250
|
-
"zstd",
|
|
8154
|
+
"zstd 0.13.3",
|
|
8251
8155
|
]
|
|
8252
8156
|
|
|
8253
8157
|
[[package]]
|
|
@@ -8348,15 +8252,15 @@ checksum = "a7b3c5d5402af48b31a5631b055de44fe97ddede8f7876c36b2e6ea23e1dd503"
|
|
|
8348
8252
|
|
|
8349
8253
|
[[package]]
|
|
8350
8254
|
name = "unhwp"
|
|
8351
|
-
version = "0.
|
|
8255
|
+
version = "0.10.0"
|
|
8352
8256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
8353
|
-
checksum = "
|
|
8257
|
+
checksum = "06cd3bbc90399fb85b4cd21e592cc942b651d7522538e80d54191f7ee4398d54"
|
|
8354
8258
|
dependencies = [
|
|
8355
|
-
"cfb
|
|
8259
|
+
"cfb",
|
|
8356
8260
|
"flate2",
|
|
8357
|
-
"pulldown-cmark 0.
|
|
8358
|
-
"pulldown-cmark-to-cmark",
|
|
8359
|
-
"quick-xml 0.
|
|
8261
|
+
"pulldown-cmark 0.13.4",
|
|
8262
|
+
"pulldown-cmark-to-cmark 22.0.1",
|
|
8263
|
+
"quick-xml 0.42.0",
|
|
8360
8264
|
"rayon",
|
|
8361
8265
|
"regex",
|
|
8362
8266
|
"serde",
|
|
@@ -8365,7 +8269,7 @@ dependencies = [
|
|
|
8365
8269
|
"uncore",
|
|
8366
8270
|
"unicode-normalization",
|
|
8367
8271
|
"unrefine",
|
|
8368
|
-
"zip
|
|
8272
|
+
"zip 8.6.0",
|
|
8369
8273
|
]
|
|
8370
8274
|
|
|
8371
8275
|
[[package]]
|
|
@@ -8463,7 +8367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
8463
8367
|
checksum = "d4e482b46aca223e6b2eb2bcf9c56bf87c02b3a29af804a7de880ee1f2f8bbd0"
|
|
8464
8368
|
dependencies = [
|
|
8465
8369
|
"pulldown-cmark 0.12.2",
|
|
8466
|
-
"pulldown-cmark-to-cmark",
|
|
8370
|
+
"pulldown-cmark-to-cmark 18.0.0",
|
|
8467
8371
|
]
|
|
8468
8372
|
|
|
8469
8373
|
[[package]]
|
|
@@ -9259,9 +9163,9 @@ dependencies = [
|
|
|
9259
9163
|
|
|
9260
9164
|
[[package]]
|
|
9261
9165
|
name = "xberg"
|
|
9262
|
-
version = "1.1.
|
|
9166
|
+
version = "1.1.4"
|
|
9263
9167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9264
|
-
checksum = "
|
|
9168
|
+
checksum = "19376f67df06099378e74dd8fdc99d8a5c2c5cc9926bb43640fd5b6be4eeedf9"
|
|
9265
9169
|
dependencies = [
|
|
9266
9170
|
"aes-gcm",
|
|
9267
9171
|
"ahash",
|
|
@@ -9275,7 +9179,7 @@ dependencies = [
|
|
|
9275
9179
|
"blake3",
|
|
9276
9180
|
"bytes",
|
|
9277
9181
|
"calamine",
|
|
9278
|
-
"cfb
|
|
9182
|
+
"cfb",
|
|
9279
9183
|
"chardetng",
|
|
9280
9184
|
"chrono",
|
|
9281
9185
|
"codepage",
|
|
@@ -9396,9 +9300,9 @@ dependencies = [
|
|
|
9396
9300
|
|
|
9397
9301
|
[[package]]
|
|
9398
9302
|
name = "xberg-candle-ocr"
|
|
9399
|
-
version = "1.1.
|
|
9303
|
+
version = "1.1.4"
|
|
9400
9304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9401
|
-
checksum = "
|
|
9305
|
+
checksum = "8bb211a8c60e1983e88886d74702e0e8c9f1c5264bdc084c5f93ef51ae531e02"
|
|
9402
9306
|
dependencies = [
|
|
9403
9307
|
"base64 0.23.1",
|
|
9404
9308
|
"candle-core",
|
|
@@ -9418,9 +9322,9 @@ dependencies = [
|
|
|
9418
9322
|
|
|
9419
9323
|
[[package]]
|
|
9420
9324
|
name = "xberg-gliner"
|
|
9421
|
-
version = "1.1.
|
|
9325
|
+
version = "1.1.4"
|
|
9422
9326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9423
|
-
checksum = "
|
|
9327
|
+
checksum = "9275fb57d4c99ee5bfb7d8dd2097b72b594c842c3095f2a939215d377dd9506f"
|
|
9424
9328
|
dependencies = [
|
|
9425
9329
|
"getrandom 0.2.17",
|
|
9426
9330
|
"getrandom 0.3.4",
|
|
@@ -9434,9 +9338,9 @@ dependencies = [
|
|
|
9434
9338
|
|
|
9435
9339
|
[[package]]
|
|
9436
9340
|
name = "xberg-libheif"
|
|
9437
|
-
version = "1.1.
|
|
9341
|
+
version = "1.1.4"
|
|
9438
9342
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9439
|
-
checksum = "
|
|
9343
|
+
checksum = "8876841dc178205e0e7e1d449c777e7a012366750d51e69eb4fa4df05781fb8d"
|
|
9440
9344
|
dependencies = [
|
|
9441
9345
|
"cfg-if 1.0.4",
|
|
9442
9346
|
"enumn",
|
|
@@ -9447,9 +9351,9 @@ dependencies = [
|
|
|
9447
9351
|
|
|
9448
9352
|
[[package]]
|
|
9449
9353
|
name = "xberg-libwpd"
|
|
9450
|
-
version = "1.1.
|
|
9354
|
+
version = "1.1.4"
|
|
9451
9355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9452
|
-
checksum = "
|
|
9356
|
+
checksum = "75337ba15c3c8d130eb8578c2c4c942eb4501b2a18c0ed5c6d3ec0e079ec1c93"
|
|
9453
9357
|
dependencies = [
|
|
9454
9358
|
"cc",
|
|
9455
9359
|
"flate2",
|
|
@@ -9462,9 +9366,9 @@ dependencies = [
|
|
|
9462
9366
|
|
|
9463
9367
|
[[package]]
|
|
9464
9368
|
name = "xberg-native-pdf"
|
|
9465
|
-
version = "1.1.
|
|
9369
|
+
version = "1.1.4"
|
|
9466
9370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9467
|
-
checksum = "
|
|
9371
|
+
checksum = "0020a9ad6e741f7ab82a4847ad9e5c64a74b05fc7e85ab979c04ed8983b87826"
|
|
9468
9372
|
dependencies = [
|
|
9469
9373
|
"aes 0.9.3",
|
|
9470
9374
|
"base64 0.23.1",
|
|
@@ -9509,9 +9413,9 @@ dependencies = [
|
|
|
9509
9413
|
|
|
9510
9414
|
[[package]]
|
|
9511
9415
|
name = "xberg-paddle-ocr"
|
|
9512
|
-
version = "1.1.
|
|
9416
|
+
version = "1.1.4"
|
|
9513
9417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9514
|
-
checksum = "
|
|
9418
|
+
checksum = "87c84011814e4834846fa68ac6eab84520f779a04ae617ff43398af0180449df"
|
|
9515
9419
|
dependencies = [
|
|
9516
9420
|
"geo-clipper",
|
|
9517
9421
|
"geo-types",
|
|
@@ -9526,7 +9430,7 @@ dependencies = [
|
|
|
9526
9430
|
|
|
9527
9431
|
[[package]]
|
|
9528
9432
|
name = "xberg-rb"
|
|
9529
|
-
version = "1.1.
|
|
9433
|
+
version = "1.1.4"
|
|
9530
9434
|
dependencies = [
|
|
9531
9435
|
"async-trait",
|
|
9532
9436
|
"crawlberg",
|
|
@@ -9542,9 +9446,9 @@ dependencies = [
|
|
|
9542
9446
|
|
|
9543
9447
|
[[package]]
|
|
9544
9448
|
name = "xberg-tesseract"
|
|
9545
|
-
version = "1.1.
|
|
9449
|
+
version = "1.1.4"
|
|
9546
9450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9547
|
-
checksum = "
|
|
9451
|
+
checksum = "7799151df8ad82dd806d7c8bcd8d80a4d625e51048e717e44bddf39acd6a6af5"
|
|
9548
9452
|
dependencies = [
|
|
9549
9453
|
"cc",
|
|
9550
9454
|
"cmake",
|
|
@@ -9704,15 +9608,6 @@ version = "0.1.0"
|
|
|
9704
9608
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9705
9609
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
9706
9610
|
|
|
9707
|
-
[[package]]
|
|
9708
|
-
name = "xz2"
|
|
9709
|
-
version = "0.1.7"
|
|
9710
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9711
|
-
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
|
|
9712
|
-
dependencies = [
|
|
9713
|
-
"lzma-sys",
|
|
9714
|
-
]
|
|
9715
|
-
|
|
9716
9611
|
[[package]]
|
|
9717
9612
|
name = "y4m"
|
|
9718
9613
|
version = "0.8.0"
|
|
@@ -9744,18 +9639,18 @@ dependencies = [
|
|
|
9744
9639
|
|
|
9745
9640
|
[[package]]
|
|
9746
9641
|
name = "zerocopy"
|
|
9747
|
-
version = "0.8.
|
|
9642
|
+
version = "0.8.57"
|
|
9748
9643
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9749
|
-
checksum = "
|
|
9644
|
+
checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
|
|
9750
9645
|
dependencies = [
|
|
9751
9646
|
"zerocopy-derive",
|
|
9752
9647
|
]
|
|
9753
9648
|
|
|
9754
9649
|
[[package]]
|
|
9755
9650
|
name = "zerocopy-derive"
|
|
9756
|
-
version = "0.8.
|
|
9651
|
+
version = "0.8.57"
|
|
9757
9652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9758
|
-
checksum = "
|
|
9653
|
+
checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
|
|
9759
9654
|
dependencies = [
|
|
9760
9655
|
"proc-macro2",
|
|
9761
9656
|
"quote",
|
|
@@ -9844,28 +9739,15 @@ version = "2.4.2"
|
|
|
9844
9739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9845
9740
|
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
|
|
9846
9741
|
dependencies = [
|
|
9847
|
-
"aes 0.8.4",
|
|
9848
9742
|
"arbitrary",
|
|
9849
|
-
"bzip2 0.5.2",
|
|
9850
|
-
"constant_time_eq 0.3.1",
|
|
9851
9743
|
"crc32fast",
|
|
9852
9744
|
"crossbeam-utils",
|
|
9853
|
-
"deflate64",
|
|
9854
9745
|
"displaydoc",
|
|
9855
9746
|
"flate2",
|
|
9856
|
-
"getrandom 0.3.4",
|
|
9857
|
-
"hmac 0.12.1",
|
|
9858
9747
|
"indexmap",
|
|
9859
|
-
"lzma-rs",
|
|
9860
9748
|
"memchr",
|
|
9861
|
-
"pbkdf2 0.12.2",
|
|
9862
|
-
"sha1",
|
|
9863
9749
|
"thiserror 2.0.20",
|
|
9864
|
-
"time",
|
|
9865
|
-
"xz2",
|
|
9866
|
-
"zeroize",
|
|
9867
9750
|
"zopfli",
|
|
9868
|
-
"zstd",
|
|
9869
9751
|
]
|
|
9870
9752
|
|
|
9871
9753
|
[[package]]
|
|
@@ -9874,12 +9756,18 @@ version = "8.6.0"
|
|
|
9874
9756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9875
9757
|
checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
|
|
9876
9758
|
dependencies = [
|
|
9759
|
+
"bzip2",
|
|
9877
9760
|
"crc32fast",
|
|
9761
|
+
"deflate64",
|
|
9878
9762
|
"flate2",
|
|
9879
9763
|
"indexmap",
|
|
9764
|
+
"lzma-rust2 0.16.5",
|
|
9880
9765
|
"memchr",
|
|
9766
|
+
"ppmd-rust",
|
|
9767
|
+
"time",
|
|
9881
9768
|
"typed-path",
|
|
9882
9769
|
"zopfli",
|
|
9770
|
+
"zstd 0.13.3",
|
|
9883
9771
|
]
|
|
9884
9772
|
|
|
9885
9773
|
[[package]]
|
|
@@ -9912,7 +9800,16 @@ version = "0.13.3"
|
|
|
9912
9800
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9913
9801
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
9914
9802
|
dependencies = [
|
|
9915
|
-
"zstd-safe",
|
|
9803
|
+
"zstd-safe 7.3.0",
|
|
9804
|
+
]
|
|
9805
|
+
|
|
9806
|
+
[[package]]
|
|
9807
|
+
name = "zstd"
|
|
9808
|
+
version = "0.14.0"
|
|
9809
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9810
|
+
checksum = "bf06bd8162af0734b344780deb55b42a2429ae430870d13fcc12f238e880fe6e"
|
|
9811
|
+
dependencies = [
|
|
9812
|
+
"zstd-safe 8.0.0",
|
|
9916
9813
|
]
|
|
9917
9814
|
|
|
9918
9815
|
[[package]]
|
|
@@ -9924,6 +9821,15 @@ dependencies = [
|
|
|
9924
9821
|
"zstd-sys",
|
|
9925
9822
|
]
|
|
9926
9823
|
|
|
9824
|
+
[[package]]
|
|
9825
|
+
name = "zstd-safe"
|
|
9826
|
+
version = "8.0.0"
|
|
9827
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9828
|
+
checksum = "ae42c0555055784c70058d19ba8e275528e8a99a706684868ace5da4e716a4ab"
|
|
9829
|
+
dependencies = [
|
|
9830
|
+
"zstd-sys",
|
|
9831
|
+
]
|
|
9832
|
+
|
|
9927
9833
|
[[package]]
|
|
9928
9834
|
name = "zstd-sys"
|
|
9929
9835
|
version = "2.1.0+zstd.1.5.7"
|