We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7549acd commit db64333Copy full SHA for db64333
parse-display-derive/Cargo.toml
@@ -18,7 +18,7 @@ proc-macro = true
18
syn = { version = "1.0.68", features = ["visit"] }
19
quote = "1.0.9"
20
proc-macro2 = "1.0.26"
21
-regex = "1.4.5"
+regex = "1.5.5"
22
regex-syntax = "0.6.23"
23
once_cell = "1.7.2"
24
structmeta = "0.1.4"
parse-display/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2021"
14
[dependencies]
15
parse-display-derive = { version = "=0.5.4", path = "../parse-display-derive" }
16
once_cell = { version = "1.7.2", optional = true }
17
-regex = { version = "1.4.5", optional = true }
+regex = { version = "1.5.5", optional = true }
[features]
default = ["std", "regex", "once_cell"]
0 commit comments