From e83c8baa88382f2ac435eb6ed4cdac5f509c5be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:12:03 +0000 Subject: [PATCH] Update corosensei requirement from 0.1.4 to 0.2.0 Updates the requirements on [corosensei](https://github.com/Amanieu/corosensei) to permit the latest version. - [Changelog](https://github.com/Amanieu/corosensei/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/corosensei/compare/v0.1.4...v0.2.0) --- updated-dependencies: - dependency-name: corosensei dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- open-coroutine-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-coroutine-core/Cargo.toml b/open-coroutine-core/Cargo.toml index 74fa46d8..92c8421e 100644 --- a/open-coroutine-core/Cargo.toml +++ b/open-coroutine-core/Cargo.toml @@ -21,7 +21,7 @@ time = { version = "0.3.36", features = [ # common cfg-if = "1.0.0" # coroutine -corosensei = { version = "0.1.4", optional = true } +corosensei = { version = "0.2.0", optional = true } uuid = { version = "1.8.0", features = [ "v4", "fast-rng",