diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index f13148f..0a27302 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -33,7 +33,7 @@ jobs: libudev-dev - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.x" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afc0d8c..a9904f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.9.0 + rev: v9.10.0 hooks: - id: commitlint stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.10.0 + rev: v0.11.0 hooks: - id: markdownlint-cli2 exclude: ^LICENSE\.md$ @@ -45,7 +45,7 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.1 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/Cargo.toml b/Cargo.toml index c502ea8..9d99687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0.50" # Optional dependencies discro = { version = "0.27.0", optional = true } midir = { version = "0.9.1", optional = true } -tokio = { version = "1.34.0", default-features = false, optional = true } +tokio = { version = "1.35.0", default-features = false, optional = true } # Optional dependencies (experimental features) crossbeam-utils = { version = "0.8.16", optional = true }