Skip to content

Commit

Permalink
fix(deps): update rust crate lru to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 7676848 commit c438e86
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 @@ -13,7 +13,7 @@ categories = ["command-line-interface"]
cached = "0.43.0"
fraction = { version = "0.13.1", default-features = false }
lazy_static = "1.4.0"
lru = "0.10.0"
lru = "0.11.1"
maplit = "1.0.2"
ordered-float = "3.7.0"
regex = "1.9.0"
Expand Down

0 comments on commit c438e86

Please sign in to comment.