fix(deps): update rust crate aho-corasick to 1.1 (#620)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-26 18:36:26 +02:00
committed by GitHub
parent 305c5793ae
commit 7432a399db
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
aho-corasick = "1.0"
aho-corasick = "1.1"
bincode = "1"
[features]