From 03fc882c374ca7a6497c72b752357f0f8628ebc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 18:52:44 +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 64898b7..2ce2dfb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: with: toolchain: 1.78.0 components: rust-src - - uses: cargo-bins/cargo-binstall@v1.12.3 + - uses: cargo-bins/cargo-binstall@v1.12.4 - run: cargo binstall cargo-expand --no-confirm - run: cargo test -- --test-threads=1 diff --git a/Cargo.toml b/Cargo.toml index bcc09cf..71b80d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = { workspace = true } enumcapsulate-macros = { version = "0.6.2", path = "./macros", optional = true } [dev-dependencies] -tryexpand = "0.9.2" +tryexpand = "0.10.0" [features] default = ["derive"]