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"