From f0379a2a8cc6ca78390ed9e399f54dea8c56463e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:00:25 +0000 Subject: [PATCH] chore(deps): update msrv (1 version) to v1.89 --- Cargo.toml | 2 +- crates/cargo-test-macro/Cargo.toml | 2 +- crates/cargo-test-support/Cargo.toml | 2 +- crates/cargo-util-schemas/Cargo.toml | 2 +- crates/cargo-util/Cargo.toml | 2 +- crates/crates-io/Cargo.toml | 2 +- credential/cargo-credential-libsecret/Cargo.toml | 2 +- credential/cargo-credential-macos-keychain/Cargo.toml | 2 +- credential/cargo-credential-wincred/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a16c26402..e5cfd4738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ name = "cargo" version = "0.92.0" edition.workspace = true license.workspace = true -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 homepage = "https://doc.rust-lang.org/cargo/index.html" repository.workspace = true documentation = "https://docs.rs/cargo" diff --git a/crates/cargo-test-macro/Cargo.toml b/crates/cargo-test-macro/Cargo.toml index faeba3eee..29416fd00 100644 --- a/crates/cargo-test-macro/Cargo.toml +++ b/crates/cargo-test-macro/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-test-macro" version = "0.4.5" edition.workspace = true -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 license.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 41a8f3101..b5a7f11b2 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-test-support" version = "0.8.0" edition.workspace = true -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 license.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/cargo-util-schemas/Cargo.toml b/crates/cargo-util-schemas/Cargo.toml index da4699f98..da3828ec4 100644 --- a/crates/cargo-util-schemas/Cargo.toml +++ b/crates/cargo-util-schemas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-util-schemas" version = "0.10.0" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/crates/cargo-util/Cargo.toml b/crates/cargo-util/Cargo.toml index a11f70964..555c39e21 100644 --- a/crates/cargo-util/Cargo.toml +++ b/crates/cargo-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-util" version = "0.2.23" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index eb14c1059..97b942103 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crates-io" version = "0.40.13" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-libsecret/Cargo.toml b/credential/cargo-credential-libsecret/Cargo.toml index 29b0b10c5..e610d851b 100644 --- a/credential/cargo-credential-libsecret/Cargo.toml +++ b/credential/cargo-credential-libsecret/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-libsecret" version = "0.5.1" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-macos-keychain/Cargo.toml b/credential/cargo-credential-macos-keychain/Cargo.toml index 8583da96d..cdb7995f1 100644 --- a/credential/cargo-credential-macos-keychain/Cargo.toml +++ b/credential/cargo-credential-macos-keychain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-macos-keychain" version = "0.4.16" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-wincred/Cargo.toml b/credential/cargo-credential-wincred/Cargo.toml index c9f11f874..3a9e15412 100644 --- a/credential/cargo-credential-wincred/Cargo.toml +++ b/credential/cargo-credential-wincred/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-wincred" version = "0.4.16" -rust-version = "1.88" # MSRV:1 +rust-version = "1.89" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true