Skip to content

Commit 1d5fa57

Browse files
fix(deps): update rust crate lru to 0.14.0
1 parent b076af5 commit 1d5fa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fnv = "1.0.7"
9494
futures-channel = { version = "0.3.30" }
9595
futures-timer = { version = "3.0.3", features = ["wasm-bindgen"] }
9696
futures-util = { workspace = true }
97-
lru = { version = "0.12.3" }
97+
lru = { version = "0.14.0" }
9898
async-std = { version = "1.12.0", features = [
9999
"wasm-bindgen-futures",
100100
"unstable",

0 commit comments

Comments
 (0)