diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 7d9660d2b..7efe1d992 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -15,5 +15,5 @@ once_cell = "1.10.0" proc-macro-crate = "1.1.3" proc-macro2 = "1" quote = "1" -regex = "1.5.6" +regex = "1.6.0" syn = { version = "1", features = ["full", "extra-traits"] } |