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:
parent
2c2ea08f44
commit
ca9cb3fc66
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 = { version = "0.16.0" }
|
||||
compio-io = { version = "0.8.0" }
|
||||
Loading…
Reference in New Issue