Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Sep 19, 2023
1 parent 7d1f710 commit 528c0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.10.0
hooks:
- id: markdownlint-cli2
exclude: ^LICENSE\.md$
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.48"

# Optional dependencies
discro = { version = "0.19.0", optional = true }
discro = { version = "0.20.0", optional = true }
midir = { version = "0.9.1", optional = true }
tokio = { version = "1.32.0", default-features = false, optional = true }

Expand Down

0 comments on commit 528c0c3

Please sign in to comment.