mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #14585 - epage:msrv-stable, r=ehuss
chore: Bump MSRV to 1.81 This is prep for using `#[expect]`. Its not clear why RenovateBot didn't do this.
This commit is contained in:
commit
e94fde952c
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -375,7 +375,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-libsecret"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo-credential",
|
||||
@ -384,7 +384,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-macos-keychain"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
dependencies = [
|
||||
"cargo-credential",
|
||||
"security-framework",
|
||||
@ -392,7 +392,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-credential-wincred"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
dependencies = [
|
||||
"cargo-credential",
|
||||
"windows-sys 0.59.0",
|
||||
@ -416,11 +416,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-test-macro"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-test-support"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@ -448,7 +448,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-util"
|
||||
version = "0.2.15"
|
||||
version = "0.2.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"core-foundation 0.10.0",
|
||||
@ -469,7 +469,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-util-schemas"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"semver",
|
||||
"serde",
|
||||
@ -687,7 +687,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crates-io"
|
||||
version = "0.40.5"
|
||||
version = "0.40.6"
|
||||
dependencies = [
|
||||
"curl",
|
||||
"percent-encoding",
|
||||
|
@ -131,7 +131,7 @@ name = "cargo"
|
||||
version = "0.84.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version = "1.80" # MSRV:1
|
||||
rust-version = "1.81" # MSRV:1
|
||||
homepage = "https://doc.rust-lang.org/cargo/index.html"
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/cargo"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "cargo-test-macro"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition.workspace = true
|
||||
rust-version = "1.80" # MSRV:1
|
||||
rust-version = "1.81" # MSRV:1
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "cargo-test-support"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition.workspace = true
|
||||
rust-version = "1.80" # MSRV:1
|
||||
rust-version = "1.81" # MSRV:1
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cargo-util-schemas"
|
||||
version = "0.6.0"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.6.1"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cargo-util"
|
||||
version = "0.2.15"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.2.16"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "crates-io"
|
||||
version = "0.40.5"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.40.6"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cargo-credential-libsecret"
|
||||
version = "0.4.8"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.4.9"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cargo-credential-macos-keychain"
|
||||
version = "0.4.8"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.4.9"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cargo-credential-wincred"
|
||||
version = "0.4.8"
|
||||
rust-version = "1.80" # MSRV:1
|
||||
version = "0.4.9"
|
||||
rust-version = "1.81" # MSRV:1
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user