From 402c86416bfa206fd8b3ac99c803bc069c727a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:09:56 +0800 Subject: [PATCH] chore(deps): bump http --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e6c04e..806979a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ base64 = "0.22.1" rand = "0.8.5" rsa = "0.9.6" once_cell = "1.19.0" -http = "0.2.12" +http = "1.1.0" sha2 = { version = "0.10.8", features = ["oid"] } thiserror = "1.0.62" derive_builder = "0.20.0"