From 0a1f786a6dfffaf25e436ee0d89f65f8999f87f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:01:00 +0000 Subject: [PATCH] Update laz requirement from 0.8 to 0.9 Updates the requirements on [laz](https://github.com/tmontaigu/laz-rs) to permit the latest version. - [Changelog](https://github.com/laz-rs/laz-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tmontaigu/laz-rs/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: laz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d55c0c88..6da9b603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" num-traits = "0.2" thiserror = "1.0" uuid = "1" -laz = { version = "0.8", optional = true } +laz = { version = "0.9", optional = true } [dev-dependencies] criterion = "0.5"