From afd09961542a5f83855a4c7b5f6f6c7eb140b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:13:34 +0000 Subject: [PATCH] build(deps): update lz-str requirement from 0.1.0 to 0.2.1 Updates the requirements on [lz-str](https://github.com/adumbidiot/lz-str-rs) to permit the latest version. - [Release notes](https://github.com/adumbidiot/lz-str-rs/releases) - [Changelog](https://github.com/adumbidiot/lz-str-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/adumbidiot/lz-str-rs/compare/0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: lz-str 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 c8901e4f..c0edc2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ anyhow = "1" thiserror = "1" rayon = "1.5" structopt = "0.3" -lz-str = "0.1.0" +lz-str = "0.2.1" [[bin]] name = "rbt"