Skip to content

Commit 73f7f17

Browse files
fix(deps): update rust crate lru to 0.7 [security]
1 parent 0d6b674 commit 73f7f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hex = { version = "0.4", features = ["serde"] }
3333
hostname = "0.3"
3434
image = { version = "0.23", default-features = false, features = ["png"] }
3535
lazy_static = "1.4"
36-
lru = "0.6"
36+
lru = "0.7"
3737
num_cpus = "1.13"
3838
palette = { version = "0.5", features = ["serializing"] }
3939
parse-display = "0.5"

0 commit comments

Comments
 (0)