Skip to content

Commit a9858da

Browse files
committed
Fix dependency specifications
1 parent ba80e06 commit a9858da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ path = "src/driver.rs"
2424
clippy_config = { path = "clippy_config" }
2525
clippy_lints = { path = "clippy_lints" }
2626
rustc_tools_util = "0.3.0"
27-
tempfile = { version = "3.2", optional = true }
27+
tempfile = { version = "3.3", optional = true }
2828
termize = "0.1"
2929
color-print = "0.3.4"
3030
anstream = "0.6.0"
3131

3232
[dev-dependencies]
3333
ui_test = "0.22.2"
3434
tester = "0.9"
35-
regex = "1.5"
35+
regex = "1.5.5"
3636
toml = "0.7.3"
3737
walkdir = "2.3"
3838
# This is used by the `collect-metadata` alias.
@@ -42,8 +42,8 @@ itertools = "0.12"
4242
# UI test dependencies
4343
clippy_utils = { path = "clippy_utils" }
4444
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"] }
4747
syn = { version = "2.0", features = ["full"] }
4848
futures = "0.3"
4949
parking_lot = "0.12"

0 commit comments

Comments
 (0)