Skip to content

Commit

Permalink
dependabot: bump lru from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.10.0 to 0.11.0.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 1ce7a6a commit 1e3e789
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ evtx = { version = "0.8.1", features = ["multithreading"] }
flate2 = "1.0.26"
itertools = "0.11.0"
lazy_static = "1.4.0"
lru = "0.10.0"
lru = "0.11.0"
lzma-rs = "0.3.0"
mime_guess = "2.0.4"
min-max = "0.1.8"
Expand Down

0 comments on commit 1e3e789

Please sign in to comment.