From 74bb12ea4b8a17e1289b59f3fcc7fc89fd733627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:45:23 +0000 Subject: [PATCH] Update ruzstd requirement from 0.7.2 to 0.8.0 Updates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version. - [Release notes](https://github.com/KillingSpark/zstd-rs/releases) - [Changelog](https://github.com/KillingSpark/zstd-rs/blob/master/Changelog.md) - [Commits](https://github.com/KillingSpark/zstd-rs/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: ruzstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vaporetto_tantivy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaporetto_tantivy/Cargo.toml b/vaporetto_tantivy/Cargo.toml index 73a1a8a..28da6c9 100644 --- a/vaporetto_tantivy/Cargo.toml +++ b/vaporetto_tantivy/Cargo.toml @@ -18,4 +18,4 @@ vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.4" } # MIT or tantivy = "0.22" # MIT [dev-dependencies] -ruzstd = "0.7.2" # MIT +ruzstd = "0.8.0" # MIT