mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(rustfix): Bump to 0.9.2
This commit is contained in:
parent
dca5d6409c
commit
e8a9510f11
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3435,7 +3435,7 @@ checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08"
|
||||
|
||||
[[package]]
|
||||
name = "rustfix"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"proptest",
|
||||
|
@ -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"
|
||||
|
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user