mirror of
https://github.com/icewind1991/ykoauth-cli.git
synced 2026-06-03 20:14:08 +02:00
bumb fuzzy_finder
This commit is contained in:
parent
ac7d633ec3
commit
9c3e7096d7
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ 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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue