Skip to content

Commit

Permalink
build(deps): update lru requirement from 0.7 to 0.8 (#675)
Browse files Browse the repository at this point in the history
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andronik <write@reusable.software>
  • Loading branch information
dependabot[bot] and ordian committed Sep 19, 2022
1 parent 4d799dc commit 738e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-util-mem/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ build = "build.rs"
[dependencies]
cfg-if = "1.0.0"
dlmalloc = { version = "0.2.1", features = ["global"], optional = true }
lru = { version = "0.7", optional = true }
lru = { version = "0.8", optional = true }
hashbrown = { version = "0.12", optional = true }
mimalloc = { version = "0.1.18", optional = true }
libmimalloc-sys = { version = "0.1.14", optional = true }
Expand Down

0 comments on commit 738e7a3

Please sign in to comment.