From cac25303b8f91218bc5dec2a5626f5ce27234992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:29:16 +0000 Subject: [PATCH] Update StructUtils requirement 2.8 Updates the requirements on [StructUtils](https://github.com/JuliaServices/StructUtils.jl) to permit the latest version. Updates `StructUtils` to 2.8.2 - [Commits](https://github.com/JuliaServices/StructUtils.jl/compare/v2.7.0...v2.8.2) --- updated-dependencies: - dependency-name: StructUtils dependency-version: 2.8.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1efe6c5f..a2e9617a 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ SHA = "0.7, 1" SparseArrays = "1.11" StaticArrays = "1" Statistics = "1.11" -StructUtils = "=2.7.0" +StructUtils = "=2.7.0, 2.8" Tables = "1.11.1" Tar = "1.9" TensorCast = "0.3.3, 0.4"