mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore: Bump versions
This commit is contained in:
parent
e6740738a8
commit
e5987ea9b6
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -407,7 +407,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-libsecret"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo-credential",
|
||||
@ -416,7 +416,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-macos-keychain"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
dependencies = [
|
||||
"cargo-credential",
|
||||
"security-framework",
|
||||
@ -424,7 +424,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-wincred"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
dependencies = [
|
||||
"cargo-credential",
|
||||
"windows-sys 0.59.0",
|
||||
@ -448,7 +448,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-test-macro"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-test-support"
|
||||
@ -480,7 +480,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-util"
|
||||
version = "0.2.22"
|
||||
version = "0.2.23"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"core-foundation",
|
||||
@ -501,7 +501,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-util-schemas"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"schemars",
|
||||
"semver",
|
||||
@ -701,7 +701,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crates-io"
|
||||
version = "0.40.12"
|
||||
version = "0.40.13"
|
||||
dependencies = [
|
||||
"curl",
|
||||
"percent-encoding",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-test-macro"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
edition.workspace = true
|
||||
rust-version = "1.88" # MSRV:1
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-util-schemas"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-util"
|
||||
version = "0.2.22"
|
||||
version = "0.2.23"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "crates-io"
|
||||
version = "0.40.12"
|
||||
version = "0.40.13"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-credential-libsecret"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-credential-macos-keychain"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-credential-wincred"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
rust-version = "1.88" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user