From c29d977c83705fb3240d7a4a5e34c7f5363150b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:03:01 +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 5c89de1a63..ecfb7dd8af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2398,9 +2398,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"