From e8a9510f11b4ec6eb4b9e24a035cc597ab1fec25 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 30 Jun 2025 13:37:27 -0500 Subject: [PATCH] chore(rustfix): Bump to 0.9.2 --- 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 045014207..164e3af2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3435,7 +3435,7 @@ checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" [[package]] name = "rustfix" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "proptest", diff --git a/Cargo.toml b/Cargo.toml index 8596e1b22..b4e772380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ regex = "1.11.1" rusqlite = { version = "0.34.0", features = ["bundled"] } rustc-hash = "2.1.1" rustc-stable-hash = "0.1.2" -rustfix = { version = "0.9.0", path = "crates/rustfix" } +rustfix = { version = "0.9.2", path = "crates/rustfix" } same-file = "1.0.6" schemars = "0.9.0" security-framework = "3.2.0" diff --git a/crates/rustfix/Cargo.toml b/crates/rustfix/Cargo.toml index da620f834..451acd4fc 100644 --- a/crates/rustfix/Cargo.toml +++ b/crates/rustfix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfix" -version = "0.9.1" +version = "0.9.2" authors = [ "Pascal Hertleif ", "Oliver Schneider ",