bumb fuzzy_finder

This commit is contained in:
Robin Appelman 2023-02-03 20:18:09 +01:00
commit 9c3e7096d7
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -271,9 +271,9 @@ dependencies = [
[[package]]
name = "fuzzy_finder"
version = "0.3.0"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3595ce8148852ebe0503526e8e020b54064134a47b22464d981bf475796b7794"
checksum = "d1cfdbbb717be5ad3b7b2e2f3d5b2fa654563f0df3da7d8028eb1de30c3a6caf"
dependencies = [
"anyhow",
"csv",

View file

@ -9,9 +9,9 @@ edition = "2021"
ykoath = { version = "0.1.0", git = "https://github.com/icewind1991/ykoath-rs", branch = "api" }
anyhow = "1"
chrono = "0.4"
fuzzy_finder = "0.3.0"
fuzzy_finder = "0.3.2"
cli-clipboard = { version = "0.3.0", optional = true }
[features]
default = ["clipboard"]
clipboard = ["cli-clipboard"]
clipboard = ["cli-clipboard"]