From e144a5892a06665c48729acd3a303bad41001bac Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 3 Sep 2024 10:48:52 +0100 Subject: [PATCH] Bump requirement to use latest curl Fixes #446 --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 314eb71f..fe37a696 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,11 +13,11 @@ Description: Tools for creating and modifying HTTP requests, then License: MIT + file LICENSE URL: https://httr2.r-lib.org, https://github.com/r-lib/httr2 BugReports: https://github.com/r-lib/httr2/issues -Depends: +Depends: R (>= 4.0) -Imports: +Imports: cli (>= 3.0.0), - curl (>= 5.1.0), + curl (>= 5.2.2), glue, lifecycle, magrittr, @@ -44,7 +44,7 @@ Suggests: tibble, webfakes, xml2 -VignetteBuilder: +VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3