Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ regex = "1.12.3"
rusqlite = { version = "0.39.0", features = ["bundled"] }
rustc-hash = "2.1.2"
rustc-stable-hash = "0.1.2"
rustfix = { version = "0.9.6", path = "crates/rustfix" }
rustfix = { version = "0.9.7", path = "crates/rustfix" }
same-file = "1.0.6"
schemars = "1.2.1"
security-framework = "3.7.0"
Expand Down
4 changes: 3 additions & 1 deletion benches/benchsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ publish = false
cargo.workspace = true
cargo-util.workspace = true
cargo-util-terminal.workspace = true
criterion.workspace = true
flate2.workspace = true
rand.workspace = true
tar.workspace = true
url.workspace = true

[dev-dependencies]
criterion.workspace = true

[lib]
bench = false

Expand Down
2 changes: 0 additions & 2 deletions crates/cargo-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ repository.workspace = true
description = "Testing framework for Cargo's testsuite."

[dependencies]
anstream.workspace = true
anstyle.workspace = true
anyhow.workspace = true
cargo-test-macro.workspace = true
cargo-util.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion crates/resolver-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ cargo-platform.workspace = true
cargo-util-schemas.workspace = true
cargo-util.workspace = true
proptest.workspace = true
snapbox.workspace = true
varisat.workspace = true

[dev-dependencies]
snapbox.workspace = true

[lints]
workspace = true
4 changes: 1 addition & 3 deletions crates/rustfix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustfix"
version = "0.9.6"
version = "0.9.7"
authors = [
"Pascal Hertleif <killercup@gmail.com>",
"Oliver Schneider <oli-obk@users.noreply.github.com>",
Expand All @@ -20,13 +20,11 @@ exclude = [
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true

[dev-dependencies]
anyhow.workspace = true
proptest.workspace = true
tempfile.workspace = true
tracing-subscriber.workspace = true
snapbox.workspace = true

[lints]
Expand Down
1 change: 0 additions & 1 deletion crates/xtask-spellcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies]
anyhow.workspace = true
cargo_metadata.workspace = true
cargo-util.workspace = true
clap.workspace = true
semver.workspace = true

Expand Down
Loading