Skip to content

Commit 55cb505

Browse files
committed
Update rustfix in compiletest.
1 parent 6da85d6 commit 55cb505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ dependencies = [
596596
"log",
597597
"miow 0.3.3",
598598
"regex",
599-
"rustfix 0.4.6",
599+
"rustfix 0.5.0",
600600
"serde",
601601
"serde_json",
602602
"walkdir",

src/tools/compiletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log = "0.4"
1212
regex = "1.0"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
15-
rustfix = "0.4.1"
15+
rustfix = "0.5.0"
1616
lazy_static = "1.0"
1717
walkdir = "2"
1818

0 commit comments

Comments
 (0)