rev. 7e4c19feb85626fe72e0ad68dc571f80bc204561
@@ -1078,1078 +1140,1140 @@
1078 1078 | version = "0.8.7"
|
1079 1079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080 1080 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1081 1081 |
|
1082 1082 | [[package]]
|
1083 1083 | name = "cpufeatures"
|
1084 1084 | version = "0.2.17"
|
1085 1085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1086 1086 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1087 1087 | dependencies = [
|
1088 1088 | "libc",
|
1089 1089 | ]
|
1090 1090 |
|
1091 1091 | [[package]]
|
1092 1092 | name = "crc"
|
1093 1093 | version = "3.3.0"
|
1094 1094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1095 1095 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1096 1096 | dependencies = [
|
1097 1097 | "crc-catalog",
|
1098 1098 | ]
|
1099 1099 |
|
1100 1100 | [[package]]
|
1101 1101 | name = "crc-catalog"
|
1102 1102 | version = "2.4.0"
|
1103 1103 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1104 1104 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
1105 1105 |
|
1106 1106 | [[package]]
|
1107 1107 | name = "crc-fast"
|
1108 - | version = "1.2.1"
|
1108 + | version = "1.2.2"
|
1109 1109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110 - | checksum = "add8d3a4c789d77eeb0f0e3c1035f73610d017f9047e87db94f89c02a56d8fef"
|
1110 + | checksum = "68fcb2be5386ffb77e30bf10820934cb89a628bcb976e7cc632dcd88c059ebea"
|
1111 1111 | dependencies = [
|
1112 1112 | "cc",
|
1113 1113 | "crc",
|
1114 1114 | "digest",
|
1115 1115 | "libc",
|
1116 1116 | "rand 0.9.1",
|
1117 1117 | "regex",
|
1118 1118 | ]
|
1119 1119 |
|
1120 1120 | [[package]]
|
1121 1121 | name = "crc32fast"
|
1122 1122 | version = "1.4.2"
|
1123 1123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124 1124 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
1125 1125 | dependencies = [
|
1126 1126 | "cfg-if",
|
1127 1127 | ]
|
1128 1128 |
|
1129 1129 | [[package]]
|
1130 1130 | name = "criterion"
|
1131 1131 | version = "0.5.1"
|
1132 1132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1133 1133 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1134 1134 | dependencies = [
|
1135 1135 | "anes",
|
1136 1136 | "cast",
|
1137 1137 | "ciborium",
|
1138 1138 | "clap 4.5.39",
|
1139 1139 | "criterion-plot",
|
1140 1140 | "futures",
|