Update Cargo.toml

This commit is contained in:
Dylan DPC 2022-03-10 13:24:07 +01:00 committed by GitHub
parent 6fe4880b91
commit 3715f618f9
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"