From 4b516fc5b8975d4d0d6b1904f3456dcc9acc5adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:12:37 +0000 Subject: [PATCH] Bump rustversion from 1.0.15 to 1.0.17 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.15 to 1.0.17. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.15...1.0.17) --- updated-dependencies: - dependency-name: rustversion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5377430..68b9fb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ryu" diff --git a/Cargo.toml b/Cargo.toml index ca650a9..e2d6b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ hex = "0.4.3" lazy-regex = "3.0" libtest = { version = "0.7", package = "libtest-mimic" } pretty_assertions = "1.4" -rustversion = "1.0.11" +rustversion = "1.0.17" toml = { version = "0.1", package = "basic-toml" } [profile.release]