From c044dc828722f34937fff9265a3d19fbd9c02cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:31:05 -0800 Subject: [PATCH] chore(deps): bump futures-locks from 0.7.0 to 0.7.1 (#1930) Bumps [futures-locks](https://github.com/asomers/futures-locks) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/asomers/futures-locks/releases) - [Changelog](https://github.com/asomers/futures-locks/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/futures-locks/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: futures-locks dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61ff7436..db04bdca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1783,9 +1783,9 @@ checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" [[package]] name = "futures-locks" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb42d4fb72227be5778429f9ef5240a38a358925a49f05b5cf702ce7c7e558a" +checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" dependencies = [ "futures-channel", "futures-task",