From 04a377a17ceff542ef02108042c023adfb46f8b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:17:07 +0000 Subject: [PATCH] chore(deps): update msrv --- Cargo.toml | 2 +- crates/cargo-platform/Cargo.toml | 2 +- crates/home/Cargo.toml | 2 +- crates/rustfix/Cargo.toml | 2 +- credential/cargo-credential-1password/Cargo.toml | 2 +- credential/cargo-credential/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4d095ee8022..2b61f279d89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.73" # MSRV:1 +rust-version = "1.75.0" # MSRV:1 edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/cargo" diff --git a/crates/cargo-platform/Cargo.toml b/crates/cargo-platform/Cargo.toml index 92577ff486e5..51d242e40448 100644 --- a/crates/cargo-platform/Cargo.toml +++ b/crates/cargo-platform/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-platform" version = "0.1.7" edition.workspace = true license.workspace = true -rust-version = "1.70.0" # MSRV:3 +rust-version = "1.73" # MSRV:3 homepage.workspace = true repository.workspace = true documentation = "https://docs.rs/cargo-platform" diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index a0319ddb9f4e..19f1fecd6b6f 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -2,7 +2,7 @@ name = "home" version = "0.5.10" authors = ["Brian Anderson "] -rust-version = "1.70.0" # MSRV:3 +rust-version = "1.73" # MSRV:3 documentation = "https://docs.rs/home" edition.workspace = true include = [ diff --git a/crates/rustfix/Cargo.toml b/crates/rustfix/Cargo.toml index 0097f5f367c9..a8f2d1ed50aa 100644 --- a/crates/rustfix/Cargo.toml +++ b/crates/rustfix/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Pascal Hertleif ", "Oliver Schneider ", ] -rust-version = "1.70.0" # MSRV:3 +rust-version = "1.73" # MSRV:3 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-1password/Cargo.toml b/credential/cargo-credential-1password/Cargo.toml index d92756450deb..446c04e67faa 100644 --- a/credential/cargo-credential-1password/Cargo.toml +++ b/credential/cargo-credential-1password/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-1password" version = "0.4.3" -rust-version = "1.70.0" # MSRV:3 +rust-version = "1.73" # MSRV:3 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential/Cargo.toml b/credential/cargo-credential/Cargo.toml index 584356079e7e..862c2790602f 100644 --- a/credential/cargo-credential/Cargo.toml +++ b/credential/cargo-credential/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential" version = "0.4.3" -rust-version = "1.70.0" # MSRV:3 +rust-version = "1.73" # MSRV:3 edition.workspace = true license.workspace = true homepage.workspace = true