We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da85d6 commit 55cb505Copy full SHA for 55cb505
Cargo.lock
@@ -596,7 +596,7 @@ dependencies = [
596
"log",
597
"miow 0.3.3",
598
"regex",
599
- "rustfix 0.4.6",
+ "rustfix 0.5.0",
600
"serde",
601
"serde_json",
602
"walkdir",
src/tools/compiletest/Cargo.toml
@@ -12,7 +12,7 @@ log = "0.4"
12
regex = "1.0"
13
serde = { version = "1.0", features = ["derive"] }
14
serde_json = "1.0"
15
-rustfix = "0.4.1"
+rustfix = "0.5.0"
16
lazy_static = "1.0"
17
walkdir = "2"
18
0 commit comments