pub async fn cache_response( config_dir: &Path, crate_name: &str, date: NaiveDate, response: &CrateResponse, ) -> Result<()>