From 442115617624538a24d9841ea2b7db4feccde77a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 06:36:15 +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 cfa7a99..57806cb 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.2 - 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"]