From ca9cb3fc66ddd2b078ad707decf3e018e1d07cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:51:01 +0800 Subject: [PATCH] build(deps): update compio requirement from 0.15.0 to 0.16.0 (#96) * build(deps): update compio requirement from 0.15.0 to 0.16.0 Updates the requirements on [compio](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.15.0...v0.15.0) --- updated-dependencies: - dependency-name: compio dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update * update * update --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0x676e67 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a15f7c..9a31d092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Run clippy run: cargo clippy --all --all-targets - name: Check docs - run: cargo doc --no-deps -p boring -p boring-sys --features rpk,pq-experimental,underscore-wildcards + run: cargo doc --no-deps -p boring2 -p boring-sys2 --features pq-experimental,underscore-wildcards env: DOCS_RS: 1 test: diff --git a/Cargo.toml b/Cargo.toml index cc274f82..d93553e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ linked_hash_set = "0.1" openssl-macros = "0.1.1" autocfg = "1.3.0" brotli = "8" -compio = { version = "0.15.0" } -compio-io = { version = "0.8.0" } \ No newline at end of file +compio = { version = "0.16.0" } +compio-io = { version = "0.8.0" }