reverted changed from hashbrown to std::collections

This commit is contained in:
DastInDark
2022-07-29 10:33:47 +09:00
parent 798214cb38
commit d38ac0f273
19 changed files with 55 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ use crate::detections::utils::{get_serde_number_to_string, make_ascii_titlecase}
use crate::filter;
use crate::yaml::ParseYaml;
use serde_json::Value;
use std::collections::HashMap;
use hashbrown::HashMap;
use std::fmt::Write;
use std::path::Path;