From 50bdd1bf847421c676770c79ec78765b6fb116df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:40:36 +0000 Subject: [PATCH] build: 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 346e3f45f..13ff53dab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2409,9 +2409,9 @@ dependencies = [ [[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 = "wasi"