File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ sha3 = "0.10.8"
454454blake2b_simd = " 1.0.2"
455455blake3 = " 1.5.1"
456456sm3 = " 0.4.2"
457- crc-fast = " 1.5.0"
457+ crc-fast = { version = " 1.5.0" , default-features = false }
458458digest = " 0.10.7"
459459
460460# Fluent dependencies
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ sha3 = { workspace = true, optional = true }
6464blake2b_simd = { workspace = true , optional = true }
6565blake3 = { workspace = true , optional = true }
6666sm3 = { workspace = true , optional = true }
67- crc-fast = { workspace = true , optional = true }
67+ crc-fast = { workspace = true , optional = true , features = [ " std " ] }
6868bigdecimal = { workspace = true , optional = true }
6969num-traits = { workspace = true , optional = true }
7070selinux = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments