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] <support@github.com>

* update

* update

* update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 0x676e67 <gngppz@gmail.com>
This commit is contained in:
dependabot[bot] 2025-09-08 16:51:01 +08:00 committed by GitHub
parent 2c2ea08f44
commit ca9cb3fc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ jobs:
- name: Run clippy - name: Run clippy
run: cargo clippy --all --all-targets run: cargo clippy --all --all-targets
- name: Check docs - 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: env:
DOCS_RS: 1 DOCS_RS: 1
test: test:

View File

@ -43,5 +43,5 @@ linked_hash_set = "0.1"
openssl-macros = "0.1.1" openssl-macros = "0.1.1"
autocfg = "1.3.0" autocfg = "1.3.0"
brotli = "8" brotli = "8"
compio = { version = "0.15.0" } compio = { version = "0.16.0" }
compio-io = { version = "0.8.0" } compio-io = { version = "0.8.0" }