From 21274da65b651abe2d4d613a23e43121bc9021c7 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sun, 26 Nov 2023 00:59:16 -0500 Subject: [PATCH] chore: bump `rustfix` to 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/rustfix/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3708ad587..9569d8ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2885,7 +2885,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustfix" -version = "0.6.2" +version = "0.7.0" dependencies = [ "anyhow", "proptest", diff --git a/Cargo.toml b/Cargo.toml index 0af9f6f9a..581282661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false } rand = "0.8.5" regex = "1.9.3" rusqlite = { version = "0.29.0", features = ["bundled"] } -rustfix = { version = "0.6.2", path = "crates/rustfix" } +rustfix = { version = "0.7.0", path = "crates/rustfix" } same-file = "1.0.6" security-framework = "2.9.2" semver = { version = "1.0.20", features = ["serde"] } diff --git a/crates/rustfix/Cargo.toml b/crates/rustfix/Cargo.toml index ebac1f8f9..6529e3f3a 100644 --- a/crates/rustfix/Cargo.toml +++ b/crates/rustfix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfix" -version = "0.6.2" +version = "0.7.0" authors = [ "Pascal Hertleif ", "Oliver Schneider ",