From 622df70cd468c5fe8b1a5e92f9b5a766115f87c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:24:45 +0000 Subject: [PATCH] Bump the julia-deps group across 1 directory with 2 updates Updates the requirements on [TypeUtils](https://github.com/emmt/TypeUtils.jl) and [AppleAccelerate](https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl) to permit the latest version. Updates `TypeUtils` to 2.0.0 - [Release notes](https://github.com/emmt/TypeUtils.jl/releases) - [Changelog](https://github.com/emmt/TypeUtils.jl/blob/main/NEWS.md) - [Commits](https://github.com/emmt/TypeUtils.jl/compare/v1.14.0...v2.0.0) Updates `AppleAccelerate` to 0.7.0 - [Release notes](https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl/releases) - [Commits](https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: TypeUtils dependency-version: 2.0.0 dependency-type: direct:production dependency-group: julia-deps - dependency-name: AppleAccelerate dependency-version: 0.7.0 dependency-type: direct:production dependency-group: julia-deps ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index 367502f..277ad2d --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ FastARDAppleAccelerateExt = "AppleAccelerate" FastARDMKLExt = "MKL" [compat] -AppleAccelerate = "0.6" +AppleAccelerate = "0.6, 0.7" ConcreteStructs = "0.2" DispatchDoctor = "0.4" LinearAlgebra = "1" @@ -29,5 +29,5 @@ MKL = "0.9" MuladdMacro = "0.2" MultiFloats = "3.2" Statistics = "1" -TypeUtils = "1.14" +TypeUtils = "1.14, 2.0" julia = "1.12"