From 75a4e854d3b6aced4fbf1f783828619b541941d9 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius III" Date: Sun, 22 May 2022 06:52:53 -0400 Subject: [PATCH] Update `rustfix` dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b2c3d0..3df67c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tempfile = { version = "3.0", optional = true } serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -rustfix = "0.5" +rustfix = "0.6" tester = "0.9" lazy_static = "1.4"