decasify 0.7.4__tar.gz → 0.7.6__tar.gz
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.
- {decasify-0.7.4 → decasify-0.7.6}/Cargo.lock +33 -33
- {decasify-0.7.4 → decasify-0.7.6}/Cargo.toml +1 -1
- {decasify-0.7.4 → decasify-0.7.6}/PKG-INFO +1 -1
- {decasify-0.7.4 → decasify-0.7.6}/README.md +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/build-aux/build.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/pyproject.toml +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/bin/decasify.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/cli.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/content.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/lib.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/lua.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/python.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/types.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/src/wasm.rs +0 -0
- {decasify-0.7.4 → decasify-0.7.6}/tests/cli.rs +0 -0
|
@@ -86,9 +86,9 @@ dependencies = [
|
|
|
86
86
|
|
|
87
87
|
[[package]]
|
|
88
88
|
name = "anyhow"
|
|
89
|
-
version = "1.0.
|
|
89
|
+
version = "1.0.91"
|
|
90
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
-
checksum = "
|
|
91
|
+
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
|
92
92
|
|
|
93
93
|
[[package]]
|
|
94
94
|
name = "arc-swap"
|
|
@@ -306,7 +306,7 @@ dependencies = [
|
|
|
306
306
|
|
|
307
307
|
[[package]]
|
|
308
308
|
name = "decasify"
|
|
309
|
-
version = "0.7.
|
|
309
|
+
version = "0.7.6"
|
|
310
310
|
dependencies = [
|
|
311
311
|
"anyhow",
|
|
312
312
|
"assert_cmd",
|
|
@@ -508,18 +508,18 @@ dependencies = [
|
|
|
508
508
|
|
|
509
509
|
[[package]]
|
|
510
510
|
name = "gix-bitmap"
|
|
511
|
-
version = "0.2.
|
|
511
|
+
version = "0.2.12"
|
|
512
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
-
checksum = "
|
|
513
|
+
checksum = "10f78312288bd02052be5dbc2ecbc342c9f4eb791986d86c0a5c06b92dc72efa"
|
|
514
514
|
dependencies = [
|
|
515
515
|
"thiserror",
|
|
516
516
|
]
|
|
517
517
|
|
|
518
518
|
[[package]]
|
|
519
519
|
name = "gix-chunk"
|
|
520
|
-
version = "0.4.
|
|
520
|
+
version = "0.4.9"
|
|
521
521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
522
|
-
checksum = "
|
|
522
|
+
checksum = "6c28b58ba04f0c004722344390af9dbc85888fbb84be1981afb934da4114d4cf"
|
|
523
523
|
dependencies = [
|
|
524
524
|
"thiserror",
|
|
525
525
|
]
|
|
@@ -561,9 +561,9 @@ dependencies = [
|
|
|
561
561
|
|
|
562
562
|
[[package]]
|
|
563
563
|
name = "gix-config-value"
|
|
564
|
-
version = "0.14.
|
|
564
|
+
version = "0.14.9"
|
|
565
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
566
|
-
checksum = "
|
|
566
|
+
checksum = "f3de3fdca9c75fa4b83a76583d265fa49b1de6b088ebcd210749c24ceeb74660"
|
|
567
567
|
dependencies = [
|
|
568
568
|
"bitflags",
|
|
569
569
|
"bstr",
|
|
@@ -574,9 +574,9 @@ dependencies = [
|
|
|
574
574
|
|
|
575
575
|
[[package]]
|
|
576
576
|
name = "gix-date"
|
|
577
|
-
version = "0.9.
|
|
577
|
+
version = "0.9.1"
|
|
578
578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
-
checksum = "
|
|
579
|
+
checksum = "d10d543ac13c97292a15e8e8b7889cd006faf739777437ed95362504b8fe81a0"
|
|
580
580
|
dependencies = [
|
|
581
581
|
"bstr",
|
|
582
582
|
"itoa",
|
|
@@ -773,9 +773,9 @@ dependencies = [
|
|
|
773
773
|
|
|
774
774
|
[[package]]
|
|
775
775
|
name = "gix-path"
|
|
776
|
-
version = "0.10.
|
|
776
|
+
version = "0.10.12"
|
|
777
777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
-
checksum = "
|
|
778
|
+
checksum = "c04e5a94fdb56b1e91eb7df2658ad16832428b8eeda24ff1a0f0288de2bce554"
|
|
779
779
|
dependencies = [
|
|
780
780
|
"bstr",
|
|
781
781
|
"gix-trace",
|
|
@@ -786,9 +786,9 @@ dependencies = [
|
|
|
786
786
|
|
|
787
787
|
[[package]]
|
|
788
788
|
name = "gix-quote"
|
|
789
|
-
version = "0.4.
|
|
789
|
+
version = "0.4.13"
|
|
790
790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
-
checksum = "
|
|
791
|
+
checksum = "f89f9a1525dcfd9639e282ea939f5ab0d09d93cf2b90c1fc6104f1b9582a8e49"
|
|
792
792
|
dependencies = [
|
|
793
793
|
"bstr",
|
|
794
794
|
"gix-utils",
|
|
@@ -863,9 +863,9 @@ dependencies = [
|
|
|
863
863
|
|
|
864
864
|
[[package]]
|
|
865
865
|
name = "gix-sec"
|
|
866
|
-
version = "0.10.
|
|
866
|
+
version = "0.10.9"
|
|
867
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
-
checksum = "
|
|
868
|
+
checksum = "a2007538eda296445c07949cf04f4a767307d887184d6b3e83e2d636533ddc6e"
|
|
869
869
|
dependencies = [
|
|
870
870
|
"bitflags",
|
|
871
871
|
"gix-path",
|
|
@@ -890,9 +890,9 @@ dependencies = [
|
|
|
890
890
|
|
|
891
891
|
[[package]]
|
|
892
892
|
name = "gix-trace"
|
|
893
|
-
version = "0.1.
|
|
893
|
+
version = "0.1.11"
|
|
894
894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
-
checksum = "
|
|
895
|
+
checksum = "04bdde120c29f1fc23a24d3e115aeeea3d60d8e65bab92cc5f9d90d9302eb952"
|
|
896
896
|
|
|
897
897
|
[[package]]
|
|
898
898
|
name = "gix-traverse"
|
|
@@ -927,9 +927,9 @@ dependencies = [
|
|
|
927
927
|
|
|
928
928
|
[[package]]
|
|
929
929
|
name = "gix-utils"
|
|
930
|
-
version = "0.1.
|
|
930
|
+
version = "0.1.13"
|
|
931
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
-
checksum = "
|
|
932
|
+
checksum = "ba427e3e9599508ed98a6ddf8ed05493db114564e338e41f6a996d2e4790335f"
|
|
933
933
|
dependencies = [
|
|
934
934
|
"fastrand",
|
|
935
935
|
"unicode-normalization",
|
|
@@ -937,9 +937,9 @@ dependencies = [
|
|
|
937
937
|
|
|
938
938
|
[[package]]
|
|
939
939
|
name = "gix-validate"
|
|
940
|
-
version = "0.9.
|
|
940
|
+
version = "0.9.1"
|
|
941
941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
-
checksum = "
|
|
942
|
+
checksum = "e187b263461bc36cea17650141567753bc6207d036cedd1de6e81a52f277ff68"
|
|
943
943
|
dependencies = [
|
|
944
944
|
"bstr",
|
|
945
945
|
"thiserror",
|
|
@@ -1252,9 +1252,9 @@ dependencies = [
|
|
|
1252
1252
|
|
|
1253
1253
|
[[package]]
|
|
1254
1254
|
name = "proc-macro2"
|
|
1255
|
-
version = "1.0.
|
|
1255
|
+
version = "1.0.89"
|
|
1256
1256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1257
|
-
checksum = "
|
|
1257
|
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
1258
1258
|
dependencies = [
|
|
1259
1259
|
"unicode-ident",
|
|
1260
1260
|
]
|
|
@@ -1447,18 +1447,18 @@ dependencies = [
|
|
|
1447
1447
|
|
|
1448
1448
|
[[package]]
|
|
1449
1449
|
name = "serde"
|
|
1450
|
-
version = "1.0.
|
|
1450
|
+
version = "1.0.213"
|
|
1451
1451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1452
|
-
checksum = "
|
|
1452
|
+
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
|
1453
1453
|
dependencies = [
|
|
1454
1454
|
"serde_derive",
|
|
1455
1455
|
]
|
|
1456
1456
|
|
|
1457
1457
|
[[package]]
|
|
1458
1458
|
name = "serde_derive"
|
|
1459
|
-
version = "1.0.
|
|
1459
|
+
version = "1.0.213"
|
|
1460
1460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1461
|
-
checksum = "
|
|
1461
|
+
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
|
1462
1462
|
dependencies = [
|
|
1463
1463
|
"proc-macro2",
|
|
1464
1464
|
"quote",
|
|
@@ -1587,18 +1587,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
|
1587
1587
|
|
|
1588
1588
|
[[package]]
|
|
1589
1589
|
name = "thiserror"
|
|
1590
|
-
version = "1.0.
|
|
1590
|
+
version = "1.0.65"
|
|
1591
1591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1592
|
-
checksum = "
|
|
1592
|
+
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
|
1593
1593
|
dependencies = [
|
|
1594
1594
|
"thiserror-impl",
|
|
1595
1595
|
]
|
|
1596
1596
|
|
|
1597
1597
|
[[package]]
|
|
1598
1598
|
name = "thiserror-impl"
|
|
1599
|
-
version = "1.0.
|
|
1599
|
+
version = "1.0.65"
|
|
1600
1600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1601
|
-
checksum = "
|
|
1601
|
+
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
1602
1602
|
dependencies = [
|
|
1603
1603
|
"proc-macro2",
|
|
1604
1604
|
"quote",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|