Bump the rustfix version.

This commit is contained in:
Eric Huss 2023-11-18 18:46:34 -08:00
parent 6e798b39bd
commit b8ba6cd333
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2885,7 +2885,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustfix"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"anyhow",
"proptest",

View file

@ -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.1", path = "crates/rustfix" }
rustfix = { version = "0.6.2", path = "crates/rustfix" }
same-file = "1.0.6"
security-framework = "2.9.2"
semver = { version = "1.0.20", features = ["serde"] }

View file

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