We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f5be36 + d5b5ba6 commit 7a4c00cCopy full SHA for 7a4c00c
Cargo.toml
@@ -39,7 +39,7 @@ path = "src/driver.rs"
39
# begin automatic update
40
clippy_lints = { version = "0.0.198", path = "clippy_lints" }
41
# end automatic update
42
-regex = "0.2"
+regex = "1"
43
semver = "0.9"
44
45
[dev-dependencies]
clippy_lints/Cargo.toml
@@ -21,7 +21,7 @@ itertools = "0.7"
21
lazy_static = "1.0"
22
matches = "0.1.2"
23
quine-mc_cluskey = "0.2.2"
24
-regex-syntax = "0.5.0"
+regex-syntax = "0.6"
25
semver = "0.9.0"
26
serde = "1.0"
27
serde_derive = "1.0"
0 commit comments