@@ -29,11 +29,11 @@ cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
29
29
cargo-credential-libsecret = { version = " 0.4.2" , path = " credential/cargo-credential-libsecret" }
30
30
cargo-credential-macos-keychain = { version = " 0.4.2" , path = " credential/cargo-credential-macos-keychain" }
31
31
cargo-credential-wincred = { version = " 0.4.2" , path = " credential/cargo-credential-wincred" }
32
- cargo-platform = { path = " crates/cargo-platform" , version = " 0.1.4 " }
32
+ cargo-platform = { path = " crates/cargo-platform" , version = " 0.1.5 " }
33
33
cargo-test-macro = { path = " crates/cargo-test-macro" }
34
34
cargo-test-support = { path = " crates/cargo-test-support" }
35
- cargo-util = { version = " 0.2.6 " , path = " crates/cargo-util" }
36
- cargo-util-schemas = { version = " 0.2.0 " , path = " crates/cargo-util-schemas" }
35
+ cargo-util = { version = " 0.2.9 " , path = " crates/cargo-util" }
36
+ cargo-util-schemas = { version = " 0.2.1 " , path = " crates/cargo-util-schemas" }
37
37
cargo_metadata = " 0.18.1"
38
38
clap = " 4.5.1"
39
39
color-print = " 0.3.5"
@@ -78,7 +78,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
78
78
rand = " 0.8.5"
79
79
regex = " 1.10.3"
80
80
rusqlite = { version = " 0.30.0" , features = [" bundled" ] }
81
- rustfix = { version = " 0.8.0 " , path = " crates/rustfix" }
81
+ rustfix = { version = " 0.8.2 " , path = " crates/rustfix" }
82
82
same-file = " 1.0.6"
83
83
security-framework = " 2.9.2"
84
84
semver = { version = " 1.0.21" , features = [" serde" ] }
0 commit comments