Skip to content

Commit c098064

Browse files
committed
Bump lru to 0.17 for GHSA IterMut Stacked Borrows fix
Affects >= 0.9.0, < 0.16.3. Low severity. lru 0.17 is API-compatible with how box uses it (LruCache::new + get/put).
1 parent 69de7b1 commit c098064

2 files changed

Lines changed: 27 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ wild = "2.0"
135135
textwrap = "0.16"
136136

137137
# Other
138-
lru = "0.14"
138+
lru = "0.17"
139139
mmap-io = { version = "0.9.4", features = ["async", "hugepages"] }
140140
hex = "0.4"
141141
pathdiff = "0.2"

0 commit comments

Comments
 (0)