diff --git a/Cargo.lock b/Cargo.lock index 4c4d8e0..d9d9c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,9 +878,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" dependencies = [ "zeroize", ] diff --git a/simple-hyper-client-rustls/Cargo.toml b/simple-hyper-client-rustls/Cargo.toml index 842a2a2..ffced10 100644 --- a/simple-hyper-client-rustls/Cargo.toml +++ b/simple-hyper-client-rustls/Cargo.toml @@ -14,7 +14,7 @@ categories = ["web-programming::http-client"] edition = "2018" [dependencies] -rustls-pki-types = { version = "1.14.0" } +rustls-pki-types = { version = "1.14.1" } simple-hyper-client = { version = "0.2.0", path = "../simple-hyper-client" } tokio = { version = "1.50.0", features = ["rt", "macros", "net", "sync", "time"] } tokio-rustls = { version = "0.26.4" }