summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-08-10 19:06:46 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-08-10 19:06:46 +0200
commit63cfcbe7a7745b276de58ec92e0141b958c44feb (patch)
tree990e33a83756e27187033579ee2f85d5c79169d5 /Cargo.lock
parentb747ca8af52129876b577a4f20f7105a05c6b002 (diff)
use unsafe blocks instead of mutexes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6e6f391..584660b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -279,8 +279,8 @@ name = "neosheet"
version = "0.1.0"
dependencies = [
"dirs",
- "lazy_static",
"mlua",
+ "once_cell",
"ratatui",
"tree-sitter-highlight",
"tree-sitter-lua",