From 811590e89d592237d910d3c329dc2f0b5a759815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 22:00:18 +1000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- kanidm_unix_int/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 332384acc..695aa49bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2225,9 +2225,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" +checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" dependencies = [ "hashbrown 0.11.2", ] diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index b7723b900..cf0beacec 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -74,7 +74,7 @@ users = "^0.11.0" #async-std = { version = "^1.11.0", features = ["tokio1"] } -lru = "^0.7.5" +lru = "^0.7.6" [features] # default = [ "libsqlite3-sys/bundled" ]