bump rustfix version to 0.9.3

This commit is contained in:
Karol Zwolak 2025-08-17 15:03:54 +02:00
parent fb046a1354
commit cec8eb1d16
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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