chore: fix dependabot alerts for crassbeam-utils and regex

This commit is contained in:
appflowy
2022-06-14 08:46:11 +08:00
parent ae4cc496fc
commit 298b80f4c5
3 changed files with 11 additions and 6 deletions

View File

@ -22,6 +22,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0"}
bytes = { version = "1.0" }
once_cell = "1"
crossbeam-utils = "0.8.7"
lib-dispatch = {path = "../lib-dispatch" }
flowy-sdk = {path = "../flowy-sdk"}