Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 1, 2024
1 parent eeb9916 commit 3e02b31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ edition = "2021"
include = ["/src", "/README.md", "/LICENSES"]

[dependencies]
anyhow = "1.0.77"
anyhow = "1.0.78"
derive_more = "0.99.17"
float-cmp = "0.9.0"
futures = "0.3.30"
futures = { version = "0.3.30", default-features = false, features = ["std"] }
is_sorted = "0.1.1"
log = "0.4.20"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.52"
thiserror = "1.0.53"

# Optional dependencies
discro = { version = "0.27.1", optional = true }
discro = { version = "0.28.0", optional = true }
midir = { version = "0.9.1", optional = true }
tokio = { version = "1.35.1", default-features = false, optional = true }

Expand All @@ -38,7 +38,7 @@ enum-as-inner = { version = "0.6.0", optional = true }
hidapi = { version = "2.4.1", optional = true }

[dev-dependencies]
anyhow = "1.0.77"
anyhow = "1.0.78"
hidapi = "2.4.1"
pretty_env_logger = "0.5.0"

Expand Down

0 comments on commit 3e02b31

Please sign in to comment.