From cb2d828e09e6bf4cd1d1e3aa18b21e55078c0415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:12:30 +0000 Subject: [PATCH] Bump rustversion from 1.0.13 to 1.0.14 (#32616) * Bump rustversion from 1.0.13 to 1.0.14 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: rustversion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 122b68182..5af2fe09b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4590,9 +4590,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rusty-fork" diff --git a/Cargo.toml b/Cargo.toml index 374a6c435..851edaabc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,7 @@ reqwest = { version = "0.11.18", default-features = false } rpassword = "7.2" rustc_version = "0.4" rustls = { version = "0.21.5", default-features = false, features = ["quic"] } -rustversion = "1.0.13" +rustversion = "1.0.14" scopeguard = "1.1.0" semver = "1.0.17" serde = "1.0.174" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 73a17e18f..4a5131f95 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -4118,9 +4118,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "ryu"