Bump lru from 0.7.5 to 0.7.6 (#785)

Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.7.5...0.7.6)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-26 22:00:18 +10:00 committed by GitHub
parent 08d27fea21
commit 811590e89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2225,9 +2225,9 @@ dependencies = [
[[package]] [[package]]
name = "lru" name = "lru"
version = "0.7.5" version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"
dependencies = [ dependencies = [
"hashbrown 0.11.2", "hashbrown 0.11.2",
] ]

View file

@ -74,7 +74,7 @@ users = "^0.11.0"
#async-std = { version = "^1.11.0", features = ["tokio1"] } #async-std = { version = "^1.11.0", features = ["tokio1"] }
lru = "^0.7.5" lru = "^0.7.6"
[features] [features]
# default = [ "libsqlite3-sys/bundled" ] # default = [ "libsqlite3-sys/bundled" ]