Skip to content

Commit ca9cb3f

Browse files
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](compio-rs/compio@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>
1 parent 2c2ea08 commit ca9cb3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run clippy
6767
run: cargo clippy --all --all-targets
6868
- name: Check docs
69-
run: cargo doc --no-deps -p boring -p boring-sys --features rpk,pq-experimental,underscore-wildcards
69+
run: cargo doc --no-deps -p boring2 -p boring-sys2 --features pq-experimental,underscore-wildcards
7070
env:
7171
DOCS_RS: 1
7272
test:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ linked_hash_set = "0.1"
4343
openssl-macros = "0.1.1"
4444
autocfg = "1.3.0"
4545
brotli = "8"
46-
compio = { version = "0.15.0" }
47-
compio-io = { version = "0.8.0" }
46+
compio = { version = "0.16.0" }
47+
compio-io = { version = "0.8.0" }

0 commit comments

Comments
 (0)