Toshi icon indicating copy to clipboard operation
Toshi copied to clipboard

A full-text search engine in rust

Results 44 Toshi issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.2.16. Release notes Sourced from clap's releases. v3.2.16 [3.2.16] - 2022-07-30 Fixes Ensure required arguments appear in errors when they are also members of a...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.15 to 0.14.20. Release notes Sourced from hyper's releases. v0.14.20 Bug Fixes http1: fix http1_header_read_timeout to use same future (#2891) (c5a14e7c) Features ext: support non-canonical HTTP/1 reason...

dependencies

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...

dependencies

Bumps [flume](https://github.com/zesterer/flume) from 0.10.9 to 0.10.13. Changelog Sourced from flume's changelog. [0.10.13] - 2022-06-10 Added SendSink::sender, to get the sender of a SendSink [0.10.12] - 2022-03-10 Changed Updated nanorand to...

dependencies

Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.8. Release notes Sourced from http's releases. v0.2.8 Fixes Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName. New Contributors @​LucioFranco made their...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.7.2. Commits 038de36 chore: prepare tokio-util 0.7.2 (#4690) 42d5a9f Merge 'tokio-util-0.6.x' into 'tokio-util-0.7.x' cdb132d Revert "chore: disable warnings in old CI (#4691)" 2659adf chore: prepare...

dependencies

Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.0.0 to 1.2.1. Release notes Sourced from pretty_assertions's releases. v1.2.1 Fixed Fixed a panic caused by diffing two str-like values where only the left has a trailing...

dependencies

**Is your feature request related to a problem? Please describe.** I am not able to find a way to re-index or even delete an existing index. Once the index is...