chore(deps): update rust crate aho-corasick to 1.1.2 (#931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-07 18:16:21 +01:00 committed by GitHub
parent ac28abe944
commit 832a246932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"