From 52ff7c48e8d6ae7cc229d4e1010e074d669cc4af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:55:12 +0000 Subject: [PATCH] Update dependencies --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8b1c008..f9a4bca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: with: toolchain: stable components: rust-src - - uses: cargo-bins/cargo-binstall@v1.10.13 + - uses: cargo-bins/cargo-binstall@v1.10.16 - run: cargo binstall cargo-expand --no-confirm - run: cargo test diff --git a/Cargo.toml b/Cargo.toml index 902fecc..c47803c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = "0.12.2" criterion = "0.5.1" # minimal versions -clap_builder = "=4.5.22" # MSRV <= 1.70.0 +clap_builder = "=4.5.23" # MSRV <= 1.70.0 # overridden versions bumpalo = "3.16.0" # yanked: "3.15.0"