Use regex 1.8 as minimum (#2291)

This commit is contained in:
Rua 2023-08-16 21:01:14 +02:00 committed by GitHub
parent db3df4e55f
commit 2d391f3760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ indexmap = "2.0"
once_cell = "1.16"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.0"
regex = "1.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vk-parse = "0.12"