From c25e24752d3579012739b0d002210e846786a2f5 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 25 Jan 2025 22:53:34 -0600 Subject: [PATCH] chore: added some defaul reqwest features these are enabled by default and seem like things we should have --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 52a805ceb9..e5252e4bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,6 +103,9 @@ reqwest = { version = "0.12", default-features = false, features = [ "json", "gzip", "zstd", + "charset", + "http2", + "macos-system-configuration", ] } rmp-serde = "1" rops = { version = "0.1", default-features = false, features = [