From cbe9f015c74d891ace53741221d6614cef81afde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:13:08 +0000 Subject: [PATCH] chore(deps): update rust crate fsst-rs to 0.2.0 (#659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fsst-rs](https://togithub.com/spiraldb/fsst) | workspace.dependencies | minor | `0.1.0` -> `0.2.0` | --- ### Release Notes
spiraldb/fsst (fsst-rs) ### [`v0.2.0`](https://togithub.com/spiraldb/fsst/blob/HEAD/CHANGELOG.md#020---2024-08-20) [Compare Source](https://togithub.com/spiraldb/fsst/compare/v0.1.0...v0.2.0) ##### Other - tput improvements ([#​13](https://togithub.com/spiraldb/fsst/pull/13))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47d50de5bc..48b676f8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,9 +1551,9 @@ dependencies = [ [[package]] name = "fsst-rs" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae2cf518ae03eeef49886cc339ab26bc5bb9877f4a502c28fe9cd8bdf98db21" +checksum = "4f4c90a8cc2f266337931c4393b52afd6d2eb27734bd16daab830e23e053b60a" [[package]] name = "futures" diff --git a/Cargo.toml b/Cargo.toml index 032063140e..c3329308fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ fastlanes = "0.1.5" flatbuffers = "24.3.25" flexbuffers = "2.0.0" fs_extra = "1.3.0" -fsst-rs = "0.1.0" +fsst-rs = "0.2.0" futures = { version = "0.3.30", default-features = false } futures-executor = "0.3.30" futures-util = "0.3.30"