File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ path = "src/driver.rs"
24
24
clippy_config = { path = " clippy_config" }
25
25
clippy_lints = { path = " clippy_lints" }
26
26
rustc_tools_util = " 0.3.0"
27
- tempfile = { version = " 3.2 " , optional = true }
27
+ tempfile = { version = " 3.3 " , optional = true }
28
28
termize = " 0.1"
29
29
color-print = " 0.3.4"
30
30
anstream = " 0.6.0"
31
31
32
32
[dev-dependencies ]
33
33
ui_test = " 0.22.2"
34
34
tester = " 0.9"
35
- regex = " 1.5"
35
+ regex = " 1.5.5 "
36
36
toml = " 0.7.3"
37
37
walkdir = " 2.3"
38
38
# This is used by the `collect-metadata` alias.
@@ -42,8 +42,8 @@ itertools = "0.12"
42
42
# UI test dependencies
43
43
clippy_utils = { path = " clippy_utils" }
44
44
if_chain = " 1.0"
45
- quote = " 1.0"
46
- serde = { version = " 1.0.125 " , features = [" derive" ] }
45
+ quote = " 1.0.25 "
46
+ serde = { version = " 1.0.145 " , features = [" derive" ] }
47
47
syn = { version = " 2.0" , features = [" full" ] }
48
48
futures = " 0.3"
49
49
parking_lot = " 0.12"
You can’t perform that action at this time.
0 commit comments