Skip to content

Commit b4dee5d

Browse files
committed
chore: Bump versions
1 parent c30d4f9 commit b4dee5d

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ build-rs = { version = "0.3.0", path = "crates/build-rs" }
2828
bytesize = "1.3"
2929
cargo = { path = "" }
3030
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
31-
cargo-credential-libsecret = { version = "0.4.12", path = "credential/cargo-credential-libsecret" }
32-
cargo-credential-macos-keychain = { version = "0.4.12", path = "credential/cargo-credential-macos-keychain" }
33-
cargo-credential-wincred = { version = "0.4.12", path = "credential/cargo-credential-wincred" }
31+
cargo-credential-libsecret = { version = "0.4.13", path = "credential/cargo-credential-libsecret" }
32+
cargo-credential-macos-keychain = { version = "0.4.13", path = "credential/cargo-credential-macos-keychain" }
33+
cargo-credential-wincred = { version = "0.4.13", path = "credential/cargo-credential-wincred" }
3434
cargo-platform = { path = "crates/cargo-platform", version = "0.2.0" }
35-
cargo-test-macro = { version = "0.4.1", path = "crates/cargo-test-macro" }
35+
cargo-test-macro = { version = "0.4.2", path = "crates/cargo-test-macro" }
3636
cargo-test-support = { version = "0.7.1", path = "crates/cargo-test-support" }
37-
cargo-util = { version = "0.2.19", path = "crates/cargo-util" }
38-
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
37+
cargo-util = { version = "0.2.20", path = "crates/cargo-util" }
38+
cargo-util-schemas = { version = "0.7.4", path = "crates/cargo-util-schemas" }
3939
cargo_metadata = "0.19.1"
4040
clap = "4.5.28"
4141
clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] }
4242
color-print = "0.3.7"
4343
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
44-
crates-io = { version = "0.40.9", path = "crates/crates-io" }
44+
crates-io = { version = "0.40.10", path = "crates/crates-io" }
4545
criterion = { version = "0.5.1", features = ["html_reports"] }
4646
curl = "0.4.47"
4747
curl-sys = "0.4.79"

crates/cargo-test-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-test-macro"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition.workspace = true
55
rust-version = "1.85" # MSRV:1
66
license.workspace = true

crates/cargo-util-schemas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.19"
3+
version = "0.2.20"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

crates/crates-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.40.9"
3+
version = "0.40.10"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

credential/cargo-credential-libsecret/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

credential/cargo-credential-macos-keychain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

credential/cargo-credential-wincred/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
rust-version = "1.85" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)