Skip to content

Commit

Permalink
build(deps): update lru requirement from 0.8.0 to 0.12.4 (#708)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent c06ab38 commit 1e9b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0.199", features = ["derive"] }
smallvec = { version = "1.13.2", features = ["serde", "write", "union"] }
sha2 = "0.10.8"
integer-encoding = "4.0.0"
lru = "0.8.0"
lru = "0.12.4"

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 1e9b7b0

Please sign in to comment.