Skip to content

Commit 6c3417f

Browse files
authored
Merge pull request #536 from orottier/feature/remove-clap-msrv-pinning
Dependency updates
2 parents aa52fca + d30d4db commit 6c3417f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ arrayvec = "0.7"
2424
cpal = { version = "0.15", optional = true }
2525
creek = "1.2"
2626
crossbeam-channel = "0.5"
27-
cubeb = { version = "0.17", optional = true }
27+
cubeb = { version = "0.13", optional = true }
2828
dasp_sample = "0.11"
2929
float_eq = "1.0"
3030
futures-channel = { version = "0.3.30", features = ["sink"] }
@@ -54,7 +54,6 @@ env_logger = "0.11"
5454
iai = "0.1.1"
5555
rand = "0.8"
5656
paste = "1.0.14"
57-
clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues
5857

5958
# Uncomment the following lines to enable debug symbols
6059
# during CPU profiling

0 commit comments

Comments
 (0)