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]]
|
[[package]]
|
||||||
name = "cargo-credential-libsecret"
|
name = "cargo-credential-libsecret"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo-credential",
|
"cargo-credential",
|
||||||
@ -384,7 +384,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-credential-macos-keychain"
|
name = "cargo-credential-macos-keychain"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo-credential",
|
"cargo-credential",
|
||||||
"security-framework",
|
"security-framework",
|
||||||
@ -392,7 +392,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-credential-wincred"
|
name = "cargo-credential-wincred"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo-credential",
|
"cargo-credential",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
@ -416,11 +416,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-test-macro"
|
name = "cargo-test-macro"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-test-support"
|
name = "cargo-test-support"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@ -448,7 +448,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-util"
|
name = "cargo-util"
|
||||||
version = "0.2.15"
|
version = "0.2.16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"core-foundation 0.10.0",
|
"core-foundation 0.10.0",
|
||||||
@ -469,7 +469,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-util-schemas"
|
name = "cargo-util-schemas"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"semver",
|
"semver",
|
||||||
"serde",
|
"serde",
|
||||||
@ -687,7 +687,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crates-io"
|
name = "crates-io"
|
||||||
version = "0.40.5"
|
version = "0.40.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curl",
|
"curl",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
|
@ -131,7 +131,7 @@ name = "cargo"
|
|||||||
version = "0.84.0"
|
version = "0.84.0"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.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"
|
homepage = "https://doc.rust-lang.org/cargo/index.html"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
documentation = "https://docs.rs/cargo"
|
documentation = "https://docs.rs/cargo"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-test-macro"
|
name = "cargo-test-macro"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-test-support"
|
name = "cargo-test-support"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-util-schemas"
|
name = "cargo-util-schemas"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-util"
|
name = "cargo-util"
|
||||||
version = "0.2.15"
|
version = "0.2.16"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crates-io"
|
name = "crates-io"
|
||||||
version = "0.40.5"
|
version = "0.40.6"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-credential-libsecret"
|
name = "cargo-credential-libsecret"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-credential-macos-keychain"
|
name = "cargo-credential-macos-keychain"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-credential-wincred"
|
name = "cargo-credential-wincred"
|
||||||
version = "0.4.8"
|
version = "0.4.9"
|
||||||
rust-version = "1.80" # MSRV:1
|
rust-version = "1.81" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user