From a27880e47cdda4b55c59674f976c97152b632ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:10:54 +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 fa413d4..e177071 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,7 +43,7 @@ jobs: # update `cargo-expand` accordingly, when bumping MSRV: toolchain: 1.78.0 components: rust-src - - uses: cargo-bins/cargo-binstall@v1.14.1 + - uses: cargo-bins/cargo-binstall@v1.14.4 - run: cargo binstall cargo-expand@1.0.95 --no-confirm - run: cargo test -- --test-threads=1 diff --git a/Cargo.toml b/Cargo.toml index faa5e41..1711657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = { workspace = true } enumcapsulate-macros = { version = "0.6.3", path = "./macros", optional = true } [dev-dependencies] -tryexpand = "=0.10.0" +tryexpand = "=0.11.0" [features] default = ["derive"]