From 830d2b8df54baa647bbe7d0a465f4596b5455f1c Mon Sep 17 00:00:00 2001 From: weisd Date: Wed, 2 Jul 2025 13:26:13 +0800 Subject: [PATCH] fix: dep (#21) --- crates/utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 882c2137b..c4f9f13ea 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -67,7 +67,7 @@ notify = ["dep:hyper", "dep:s3s"] # file system notification features compress = ["dep:flate2", "dep:brotli", "dep:snap", "dep:lz4", "dep:zstd"] string = ["dep:regex", "dep:lazy_static", "dep:rand"] crypto = ["dep:base64-simd", "dep:hex-simd", "dep:hmac", "dep:hyper", "dep:sha1"] -hash = ["dep:highway", "dep:md-5", "dep:sha2", "dep:blake3", "dep:serde", "dep:siphasher"] +hash = ["dep:highway", "dep:md-5", "dep:sha2", "dep:blake3", "dep:serde", "dep:siphasher", "dep:hex-simd","dep:base64-simd"] os = ["dep:nix", "dep:tempfile", "winapi"] # operating system utilities integration = [] # integration test features sys = ["dep:sysinfo"] # system information features