From f3d4c6b8f5727992ccbcd7a8f8f264b7ac73d358 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 7 Aug 2019 07:49:28 -0700 Subject: [PATCH] Bump rustfix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fce01b9e04..604df2968ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ num_cpus = "1.0" opener = "0.4" percent-encoding = "2.0" remove_dir_all = "0.5.2" -rustfix = "0.4.4" +rustfix = "0.4.6" same-file = "1" semver = { version = "0.9.0", features = ["serde"] } serde = { version = "1.0.82", features = ['derive'] }