Skip to content

Commit

Permalink
update stream-download
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey committed Mar 31, 2024
1 parent c9883d6 commit 62beb49
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 99 deletions.
126 changes: 29 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libplatune/player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ derivative = "2"
eyre = "0.6"
flume = "0.11"
futures-util = "0.3"
stream-download = { version = "0.5.0", features = ["reqwest-rustls"] }
stream-download = { version = "0.5.1", features = ["reqwest-rustls"] }
strum = { version = "0.26", features = ["derive"] }
tap = "1"
thiserror = "1"
Expand Down
3 changes: 2 additions & 1 deletion old/ui/platune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@
"electron-devtools-installer": "^3.1.1",
"electron-react-devtools": "^0.5.3",
"wait-on": "^5.2.0"
}
},
"packageManager": "yarn@3.6.1+sha256.811210abb5fb5751da12ead8a9cbc0c150b07e43ac9cbedec6752d22abfd2bd6"
}

0 comments on commit 62beb49

Please sign in to comment.