From 1c59e8f047add064d27ad79bea5d7dd89f6ee061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:01:51 +0000 Subject: [PATCH] build(deps): bump waker-fn from 1.1.0 to 1.1.1 Bumps [waker-fn](https://github.com/smol-rs/waker-fn) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/smol-rs/waker-fn/releases) - [Changelog](https://github.com/smol-rs/waker-fn/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/waker-fn/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: waker-fn dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4ae04fea7..2be66254af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2411,9 +2411,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "waker-fn" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" +checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" [[package]] name = "walkdir"