Merge pull request #862 from Dylan-DPC/patch-1

Update regex
This commit is contained in:
Sunli 2022-04-19 10:29:07 +08:00 committed by GitHub
commit ae40bb969c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["io",
indexmap = "1.6.2"
once_cell = "1.7.2"
pin-project-lite = "0.2.6"
regex = "1.4.5"
regex = "1.5.5"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
thiserror = "1.0.24"