diff --git a/Cargo.toml b/Cargo.toml index e45aecca..6caa2a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ regex = { version = "1.5.4", default-features = false, features = [ "std", "unicode-perl", ] } -regex-syntax = { version = "0.7.1", optional = true } +regex-syntax = { version = "0.8.2", optional = true } serde = { version = "1.0.127", optional = true, features = ["derive"] } ciborium = { version = "0.2.0", optional = true } serde_json = { version = "1.0.66", optional = true, default-features = false, features = [