Skip to content

Commit bf5acf8

Browse files
committed
Auto merge of #13494 - weihanglo:bump-versions, r=epage
chore: bump baseline version requirement of sub crates
2 parents a7e9347 + edd2821 commit bf5acf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
2929
cargo-credential-libsecret = { version = "0.4.2", path = "credential/cargo-credential-libsecret" }
3030
cargo-credential-macos-keychain = { version = "0.4.2", path = "credential/cargo-credential-macos-keychain" }
3131
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" }
3333
cargo-test-macro = { path = "crates/cargo-test-macro" }
3434
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" }
3737
cargo_metadata = "0.18.1"
3838
clap = "4.5.1"
3939
color-print = "0.3.5"
@@ -78,7 +78,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
7878
rand = "0.8.5"
7979
regex = "1.10.3"
8080
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" }
8282
same-file = "1.0.6"
8383
security-framework = "2.9.2"
8484
semver = { version = "1.0.21", features = ["serde"] }

0 commit comments

Comments
 (0)