chore(rustfix): Bump to 0.9.2

This commit is contained in:
Ed Page 2025-06-30 13:37:27 -05:00
parent dca5d6409c
commit e8a9510f11
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3435,7 +3435,7 @@ checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08"
[[package]]
name = "rustfix"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"anyhow",
"proptest",

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "rustfix"
version = "0.9.1"
version = "0.9.2"
authors = [
"Pascal Hertleif <killercup@gmail.com>",
"Oliver Schneider <oli-obk@users.noreply.github.com>",