Skip to content

Commit 4896b2b

Browse files
committed
deps: remove unused crc32fast dependency
Remove redundant crc32fast dependency from both root and uucore Cargo.toml files since we now use the built-in Crc32IsoHdlc algorithm from crc-fast. This addresses reviewer feedback about cleaning up unused dependencies while maintaining all CRC32B functionality through the more efficient built-in approach.
1 parent 4a3b23d commit 4896b2b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ sha3 = "0.10.8"
390390
blake2b_simd = "1.0.2"
391391
blake3 = "1.5.1"
392392
sm3 = "0.4.2"
393-
crc32fast = "1.4.2"
394393
crc-fast = "1.5.0"
395394
digest = "0.10.7"
396395

src/uucore/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ sha3 = { workspace = true, optional = true }
6565
blake2b_simd = { workspace = true, optional = true }
6666
blake3 = { workspace = true, optional = true }
6767
sm3 = { workspace = true, optional = true }
68-
crc32fast = { workspace = true, optional = true }
6968
crc-fast = { workspace = true, optional = true }
7069
bigdecimal = { workspace = true, optional = true }
7170
num-traits = { workspace = true, optional = true }
@@ -170,7 +169,6 @@ sum = [
170169
"blake2b_simd",
171170
"blake3",
172171
"sm3",
173-
"crc32fast",
174172
"crc-fast",
175173
]
176174
update-control = ["parser"]

0 commit comments

Comments
 (0)