From 789beb277ace90a520bdef2a690b7f10f8c21e7c Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Wed, 15 Nov 2023 13:13:46 -0600 Subject: [PATCH] Use CRAN httr2. (#15) Huzzah, nothing broke! --- DESCRIPTION | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f75b58e..3a320e6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ Imports: curl, fs, glue, - httr2 (>= 0.2.3.9000), + httr2 (>= 1.0.0), jsonlite, purrr, rlang, @@ -24,8 +24,7 @@ Suggests: covr, testthat (>= 3.0.0) Remotes: - jonthegeek/stbl, - r-lib/httr2 + jonthegeek/stbl Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE)