From aa465e6ebee75e9e9ea03196db4dd83fde766f0a Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 15 Oct 2024 14:15:28 -0400 Subject: Fix request --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 804b553..67ea1f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ js-sys = "*" # browser APIs to interact with JS runtime (e.g. run WASM) enum-map = "*" # fast maps with enums as keys bimap = "*" # bijective maps reqwest = "*" # http requests +bytes = "*" # bytes for http responses [dependencies.web-sys] # common browser APIs version = "*" -- cgit v1.2.3