From 3e34ba5eb0dc92e299de47a5ad41b6e0619a609b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:32:29 +0000 Subject: [PATCH] build(deps): update compio-io requirement from 0.7.0 to 0.8.0 Updates the requirements on [compio-io](https://github.com/compio-rs/compio) to permit the latest version. - [Release notes](https://github.com/compio-rs/compio/releases) - [Commits](https://github.com/compio-rs/compio/compare/v0.7.0...v0.7.0) --- updated-dependencies: - dependency-name: compio-io dependency-version: 0.7.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 bb7769b3..cc274f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ openssl-macros = "0.1.1" autocfg = "1.3.0" brotli = "8" compio = { version = "0.15.0" } -compio-io = { version = "0.7.0" } \ No newline at end of file +compio-io = { version = "0.8.0" } \ No newline at end of file