From fc4ba4cabef788820f9bf88050c9f93d079a5e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:03:00 +0000 Subject: [PATCH] Update iocuddle requirement from 0.1 to 0.2 Updates the requirements on [iocuddle](https://github.com/enarx/iocuddle) to permit the latest version. - [Commits](https://github.com/enarx/iocuddle/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: iocuddle dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a577a3..21ea170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ edition.workspace = true thiserror = "2.0" [dependencies.iocuddle] -version = "0.1" +version = "0.2" optional = true [dependencies.mmap-rs]