Update insecure-dangerous feature tests and bump version to 0.1.4

This commit is contained in:
geoffsee
2025-08-14 17:14:08 -04:00
parent dab74143d2
commit 55788783c5
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -364,7 +364,7 @@ dependencies = [
[[package]]
name = "hyper-custom-cert"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"hyper-rustls",
"hyper-tls",

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper-custom-cert"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
license = "MIT OR Apache-2.0"

View File

@@ -7,7 +7,9 @@
//! Never use this in production environments!
use hyper_custom_cert::HttpClient;
#[cfg(feature = "insecure-dangerous")]
use std::collections::HashMap;
#[cfg(feature = "insecure-dangerous")]
use std::time::Duration;
#[cfg(feature = "insecure-dangerous")]