about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-01-14 09:50:55 -0800
committerEric Huss <eric@huss.org>2020-01-14 09:50:55 -0800
commit55cb505257f3dd86fbae051fe90dc34efa7d0151 (patch)
tree0a8ada495af54284831d26d9e366c494431c7abd
parent6da85d6f998f06bde43508e7b43690c9e47c0614 (diff)
downloadrust-55cb505257f3dd86fbae051fe90dc34efa7d0151.tar.gz
rust-55cb505257f3dd86fbae051fe90dc34efa7d0151.zip
Update rustfix in compiletest.
-rw-r--r--Cargo.lock2
-rw-r--r--src/tools/compiletest/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2eb2c0aa1c7..a1adc820d2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -596,7 +596,7 @@ dependencies = [
  "log",
  "miow 0.3.3",
  "regex",
- "rustfix 0.4.6",
+ "rustfix 0.5.0",
  "serde",
  "serde_json",
  "walkdir",
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index 80ef8dd6626..a26c3a4acab 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -12,7 +12,7 @@ log = "0.4"
 regex = "1.0"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-rustfix = "0.4.1"
+rustfix = "0.5.0"
 lazy_static = "1.0"
 walkdir = "2"