File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,24 @@ description = "A lint running tool and framework."
77license = " BSD-3-Clause"
88
99[dependencies ]
10- clap = { version = " 3.1.8 " , features = [" derive" ] }
11- anyhow = " 1.0"
12- glob = " 0.3"
13- tempfile = " 3.2 "
14- serde = { version = " 1.0.126 " , features = [" derive" ] }
15- serde_json = " 1.0"
16- textwrap = {version = " 0.14 " , features = [" terminal_size" ]}
17- similar = {version = " 2.1.0" , features = [" inline" ]}
18- console = " 0.15"
19- toml = " 0.5.8 "
20- log = " 0.4.0 "
10+ clap = { version = " 3.1.9 " , features = [" derive" ] }
11+ anyhow = " 1.0.56 "
12+ glob = " 0.3.0 "
13+ tempfile = " 3.3.0 "
14+ serde = { version = " 1.0.136 " , features = [" derive" ] }
15+ serde_json = " 1.0.79 "
16+ textwrap = { version = " 0.15.0 " , features = [" terminal_size" ] }
17+ similar = { version = " 2.1.0" , features = [" inline" ] }
18+ console = " 0.15.0 "
19+ toml = " 0.5.9 "
20+ log = " 0.4.16 "
2121env_logger = " 0.9.0"
2222indicatif = " 0.16.2"
23- regex = " 1.5"
23+ regex = " 1.5.5 "
2424itertools = " 0.10.3"
25- directories = " 4.0"
25+ directories = " 4.0.1 "
2626blake3 = " 1.3.1"
2727
2828[dev-dependencies ]
29- assert_cmd = " 2.0"
30- insta = {version = " 1.8 .0" , features = [" redactions" ]}
29+ assert_cmd = " 2.0.4 "
30+ insta = { version = " 1.14 .0" , features = [" redactions" ] }
You can’t perform that action at this time.
0 commit comments