diff --git a/Cargo.toml b/Cargo.toml index b032927..03fbc01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ serde_with = { version = "3.3", features = ["base64"] } serde_json = "1" # other dependencies -aho-corasick = "1.1.0" +aho-corasick = "1.1.2" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } rhai = { version = "1.16", features = ["sync", "serde", "no_optimize", "no_module", "no_custom_syntax", "only_i64"] } semver = "1"