From cd800c6e14f41d21a7afbf23b5e42c1282fe9e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:54:19 +0000 Subject: [PATCH] build(deps): update LibDeflate requirement from 0.4.3 to 0.4.3, 1.1 Updates the requirements on [LibDeflate](https://github.com/BioJulia/LibDeflate.jl) to permit the latest version. - [Release notes](https://github.com/BioJulia/LibDeflate.jl/releases) - [Commits](https://github.com/BioJulia/LibDeflate.jl/commits) --- updated-dependencies: - dependency-name: LibDeflate dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 980cbc6..bf578b1 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ CommonDataFormatCommonDataModelExt = ["CommonDataModel"] CommonDataModel = "0.4" Dates = "1" DiskArrays = "0.4" -LibDeflate = "0.4.3" +LibDeflate = "0.4.3, 1.1" Mmap = "1" PrecompileTools = "1" julia = "1.10"