mirror of
https://github.com/rust-lang/cargo.git
synced 2026-05-06 08:36:38 -04:00
chore: Bump versions
This commit is contained in:
Generated
+11
-11
@@ -271,7 +271,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "build-rs"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
@@ -334,7 +334,7 @@ dependencies = [
|
||||
"cargo-credential-libsecret",
|
||||
"cargo-credential-macos-keychain",
|
||||
"cargo-credential-wincred",
|
||||
"cargo-platform 0.3.2",
|
||||
"cargo-platform 0.3.3",
|
||||
"cargo-test-support",
|
||||
"cargo-util",
|
||||
"cargo-util-schemas",
|
||||
@@ -354,7 +354,7 @@ dependencies = [
|
||||
"heck",
|
||||
"hex",
|
||||
"hmac",
|
||||
"home 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"home 0.5.12",
|
||||
"http-auth",
|
||||
"ignore",
|
||||
"im-rc",
|
||||
@@ -408,7 +408,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential"
|
||||
version = "0.4.9"
|
||||
version = "0.4.10"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"libc",
|
||||
@@ -422,7 +422,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-1password"
|
||||
version = "0.4.5"
|
||||
version = "0.4.6"
|
||||
dependencies = [
|
||||
"cargo-credential",
|
||||
"serde",
|
||||
@@ -465,7 +465,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-platform"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_core",
|
||||
@@ -2325,15 +2325,15 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "home"
|
||||
version = "0.5.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
||||
dependencies = [
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "home"
|
||||
version = "0.5.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
||||
version = "0.5.13"
|
||||
dependencies = [
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
@@ -3847,7 +3847,7 @@ name = "resolver-tests"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cargo",
|
||||
"cargo-platform 0.3.2",
|
||||
"cargo-platform 0.3.3",
|
||||
"cargo-util",
|
||||
"cargo-util-schemas",
|
||||
"proptest",
|
||||
@@ -3913,7 +3913,7 @@ checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08"
|
||||
|
||||
[[package]]
|
||||
name = "rustfix"
|
||||
version = "0.9.4"
|
||||
version = "0.9.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"proptest",
|
||||
|
||||
+4
-4
@@ -23,13 +23,13 @@ anstyle = "1.0.13"
|
||||
anyhow = "1.0.100"
|
||||
base64 = "0.22.1"
|
||||
blake3 = "1.8.2"
|
||||
build-rs = { version = "0.3.1", path = "crates/build-rs" }
|
||||
build-rs = { version = "0.3.4", path = "crates/build-rs" }
|
||||
cargo = { path = "" }
|
||||
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
|
||||
cargo-credential = { version = "0.4.10", path = "credential/cargo-credential" }
|
||||
cargo-credential-libsecret = { version = "0.5.6", path = "credential/cargo-credential-libsecret" }
|
||||
cargo-credential-macos-keychain = { version = "0.4.21", path = "credential/cargo-credential-macos-keychain" }
|
||||
cargo-credential-wincred = { version = "0.4.21", path = "credential/cargo-credential-wincred" }
|
||||
cargo-platform = { path = "crates/cargo-platform", version = "0.3.0" }
|
||||
cargo-platform = { path = "crates/cargo-platform", version = "0.3.3" }
|
||||
cargo-test-macro = { version = "0.4.10", path = "crates/cargo-test-macro" }
|
||||
cargo-test-support = { version = "0.10.1", path = "crates/cargo-test-support" }
|
||||
cargo-util = { version = "0.2.28", path = "crates/cargo-util" }
|
||||
@@ -85,7 +85,7 @@ regex = "1.12.2"
|
||||
rusqlite = { version = "0.38.0", features = ["bundled"] }
|
||||
rustc-hash = "2.1.1"
|
||||
rustc-stable-hash = "0.1.2"
|
||||
rustfix = { version = "0.9.2", path = "crates/rustfix" }
|
||||
rustfix = { version = "0.9.5", path = "crates/rustfix" }
|
||||
same-file = "1.0.6"
|
||||
schemars = "1.2.0"
|
||||
security-framework = "3.5.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "build-rs"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
rust-version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-platform"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "home"
|
||||
version = "0.5.12"
|
||||
version = "0.5.13"
|
||||
authors = ["Brian Anderson <andersrb@gmail.com>"]
|
||||
rust-version.workspace = true
|
||||
documentation = "https://docs.rs/home"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustfix"
|
||||
version = "0.9.4"
|
||||
version = "0.9.5"
|
||||
authors = [
|
||||
"Pascal Hertleif <killercup@gmail.com>",
|
||||
"Oliver Schneider <oli-obk@users.noreply.github.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-credential-1password"
|
||||
version = "0.4.5"
|
||||
version = "0.4.6"
|
||||
rust-version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-credential"
|
||||
version = "0.4.9"
|
||||
version = "0.4.10"
|
||||
rust-version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user