Skip to content

Commit

Permalink
bump curl version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 21, 2024
1 parent 7d75927 commit 2610efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Imports:
BiocParallel,
brio,
cli,
curl (>= 5.0.0),
curl (>= 6.0.0),
data.table,
httr2 (>= 1.0.0),
MCMCpack,
Expand Down
2 changes: 1 addition & 1 deletion R/download.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ download_inform <- function(urls, file_paths, ...) {
arg_list <- c(
list(
urls = urls, destfiles = file_paths, resume = FALSE,
progress = interactive(), timeout = Inf
progress = interactive(), multi_timeout = Inf
),
rlang::list2(...)
)
Expand Down

0 comments on commit 2610efc

Please sign in to comment.