Skip to content

Commit e9f9e43

Browse files
echobtfactorydroid
andauthored
build(deps): bump lru from 0.12.5 to 0.16.3 (#475)
This update includes: - Fix for Stacked Borrows violation in IterMut - Upgrade hashbrown dependency to 0.16.0 - Fix Clone for unbounded cache - Implement Clone for caches with custom hashers - Return bool from promote/demote methods Migrated from upstream PR #435: #435 Co-authored-by: Droid Agent <droid@factory.ai>
1 parent a3074ab commit e9f9e43

2 files changed

Lines changed: 31 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cortex-gui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ notify = { version = "6", default-features = false, features = ["macos_kqueue"]
7070
base64 = "0.22"
7171
trash = "5"
7272
rayon = "1.10"
73-
lru = "0.12"
73+
lru = "0.16"
7474
dashmap = "6"
7575

7676
# URL encoding

0 commit comments

Comments
 (0)