Skip to content

Commit 2a37a62

Browse files
committed
Update dependencies
1 parent 3c2b548 commit 2a37a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clippy_lints/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ edition = "2018"
2121
[dependencies]
2222
cargo_metadata = "0.5"
2323
itertools = "0.7"
24-
lazy_static = "1.0"
25-
matches = "0.1.2"
24+
lazy_static = "1.0.2"
25+
matches = "0.1.7"
2626
quine-mc_cluskey = "0.2.2"
2727
regex-syntax = "0.6"
2828
semver = "0.9.0"
@@ -32,7 +32,7 @@ toml = "0.4"
3232
unicode-normalization = "0.1"
3333
pulldown-cmark = "0.1"
3434
url = "1.7.0"
35-
if_chain = "0.1"
35+
if_chain = "0.1.3"
3636

3737
[features]
3838
debugging = []

0 commit comments

Comments
 (0)