From 3939c999198b569461176013398696264c55fd68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:41:50 +0000 Subject: [PATCH] Bump the all-julia-packages group with 3 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [StructUtils](https://github.com/JuliaServices/StructUtils.jl) and [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl) to permit the latest version. Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.4.0...v2.0.0) Updates `StructUtils` to 2.8.2 - [Commits](https://github.com/JuliaServices/StructUtils.jl/compare/v2.7.0...v2.8.2) Updates `RecursiveArrayTools` to 4.3.0 - [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases) - [Commits](https://github.com/SciML/RecursiveArrayTools.jl/commits/v4.3.0) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StructUtils dependency-version: 2.8.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: RecursiveArrayTools dependency-version: 4.3.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 691504e5..149bfe08 100644 --- a/Project.toml +++ b/Project.toml @@ -58,16 +58,16 @@ LieGroups = "0.1" LinearAlgebra = "1.11" MIMEs = "1.1" ManifoldsBase = "1, 2" -OrderedCollections = "1.4" +OrderedCollections = "1.4, 2.0" Pkg = "1.4, 1.5" ProgressMeter = "1" Random = "1.11" -RecursiveArrayTools = "2, 3" +RecursiveArrayTools = "2, 3, 4.3" 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"