diff --git a/Cargo.lock b/Cargo.lock index c54d0e8..1a83d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,6 +531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", + "futures-sink", ] [[package]] @@ -565,6 +566,7 @@ checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-core", "futures-io", + "futures-sink", "futures-task", "memchr", "pin-project-lite", @@ -1440,6 +1442,7 @@ dependencies = [ "base64 0.22.1", "bytes", "encoding_rs", + "futures-channel", "futures-core", "futures-util", "h2 0.4.6", diff --git a/Cargo.toml b/Cargo.toml index f4af059..0c07482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ vaultrs-login = "0" url = "2" chrono = "0" num-traits = "0" -reqwest = { version = "0", features = ["json"] } +reqwest = { version = "0", features = ["blocking", "json"] } [profile.release] panic = "abort"