From fa5853a397348079d59ca221d25d17bf30f08c69 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 10:31:21 -0500 Subject: [PATCH] chore: Bump rustfix --- Cargo.lock | 2 +- crates/rustfix/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f522bb077..52210362b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,7 +2943,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustfix" -version = "0.8.5" +version = "0.8.6" dependencies = [ "anyhow", "proptest", diff --git a/crates/rustfix/Cargo.toml b/crates/rustfix/Cargo.toml index 0e5f9d005..f2c2b23d6 100644 --- a/crates/rustfix/Cargo.toml +++ b/crates/rustfix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfix" -version = "0.8.5" +version = "0.8.6" authors = [ "Pascal Hertleif ", "Oliver Schneider ",