Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/Cargo.lock

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

2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ num_cpus = "1.0"
memmap2 = "0.9.5"
stable_deref_trait = "1.2" # For implementing StableDeref on Mmap wrapper
libc = "0.2"
lru = "0.12" # LRU cache for searcher caching
lru = "0.16" # LRU cache for searcher caching
lz4_flex = "0.11" # Pure Rust LZ4 for disk cache compression
fs2 = "0.4" # Disk space detection for cache auto-sizing
async-trait = "0.1" # For Storage trait implementation
Expand Down
Loading