From 832a2469326cc14ab76fdb11ebc44c40370ef250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:16:21 +0100 Subject: [PATCH] chore(deps): update rust crate aho-corasick to 1.1.2 (#931) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"