Skip to content

Commit

Permalink
chore(fuzzy): update rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanboca committed Dec 20, 2024
1 parent 92da013 commit 8954e08
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ path = "lua/blink/cmp/fuzzy/lib.rs"
crate-type = ["cdylib"]

[dependencies]
regex = "1.10.5"
regex = "1.11.1"
lazy_static = "1.5.0"
frizbee = { git = "https://github.com/saghen/frizbee" }
serde = { version = "1.0.204", features = ["derive"] }
heed = "0.20.3"
mlua = { version = "0.10.0", features = ["module", "luajit"] }
serde = { version = "1.0.216", features = ["derive"] }
heed = "0.21.0"
mlua = { version = "0.10.2", features = ["module", "luajit"] }

0 comments on commit 8954e08

Please sign in to comment.