async-compression 0.4.1

Adaptors between compression crates and Rust's modern asynchronous IO types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Dependabot dependency version checks / updates

version: 2
updates:
  - package-ecosystem: "github-actions"
    # Workflow files stored in the
    # default location of `.github/workflows`
    directory: "/"
    schedule:
      interval: "daily"
    rebase-strategy: "disabled"
  - package-ecosystem: "cargo"
    directory: "/"
    versioning-strategy: "widen"
    schedule:
      interval: "daily"
    rebase-strategy: "disabled"