@@ -29,11 +29,11 @@ cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
2929cargo-credential-libsecret = { version = " 0.4.2" , path = " credential/cargo-credential-libsecret" }
3030cargo-credential-macos-keychain = { version = " 0.4.2" , path = " credential/cargo-credential-macos-keychain" }
3131cargo-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 " }
3333cargo-test-macro = { path = " crates/cargo-test-macro" }
3434cargo-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" }
3737cargo_metadata = " 0.18.1"
3838clap = " 4.5.1"
3939color-print = " 0.3.5"
@@ -78,7 +78,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
7878rand = " 0.8.5"
7979regex = " 1.10.3"
8080rusqlite = { version = " 0.30.0" , features = [" bundled" ] }
81- rustfix = { version = " 0.8.0 " , path = " crates/rustfix" }
81+ rustfix = { version = " 0.8.2 " , path = " crates/rustfix" }
8282same-file = " 1.0.6"
8383security-framework = " 2.9.2"
8484semver = { version = " 1.0.21" , features = [" serde" ] }
0 commit comments