Skip to content

Commit

Permalink
Update lru crate dependency
Browse files Browse the repository at this point in the history
The lru crate recently fixed a 'use after free bug' jeromefroe/lru-rs#120.
  • Loading branch information
geom3trik authored and tronical committed Dec 28, 2021
1 parent 540a627 commit 88a62e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rustybuzz = "0.4.0"
unicode-bidi = "0.3.4"
unicode-segmentation = "1.6.0"
generational-arena = "0.2.8"
lru = { version = "0.7.0", default-features = false }
lru = { version = "0.7.1", default-features = false }
image = { version = "0.23.14", optional = true, default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"] }
ouroboros = { version = "0.13" }
Expand Down

0 comments on commit 88a62e0

Please sign in to comment.