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"
2424clippy_config = { path = " clippy_config" }
2525clippy_lints = { path = " clippy_lints" }
2626rustc_tools_util = " 0.3.0"
27- tempfile = { version = " 3.2 " , optional = true }
27+ tempfile = { version = " 3.3 " , optional = true }
2828termize = " 0.1"
2929color-print = " 0.3.4"
3030anstream = " 0.6.0"
3131
3232[dev-dependencies ]
3333ui_test = " 0.22.2"
3434tester = " 0.9"
35- regex = " 1.5"
35+ regex = " 1.5.5 "
3636toml = " 0.7.3"
3737walkdir = " 2.3"
3838# This is used by the `collect-metadata` alias.
@@ -42,8 +42,8 @@ itertools = "0.12"
4242# UI test dependencies
4343clippy_utils = { path = " clippy_utils" }
4444if_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" ] }
4747syn = { version = " 2.0" , features = [" full" ] }
4848futures = " 0.3"
4949parking_lot = " 0.12"
You can’t perform that action at this time.
0 commit comments